A proxy of the proc server for translators

2008-06-24 Thread zhengda
Hi everyone, I want to write a proxy of the proc server (proc_proxy), so I can provide a pseudo master device port to the translator without changing its code. My first idea was to create a message server which handles all RPCs in process.defs. When a request comes, the message server calls

Re: The patch of glibc which allows the user to override the pfinet server

2008-06-24 Thread Neal H. Walfield
This works in the case where you want to override all pf servers. This case is important. Also important is the ability to override a single pf server in a similar manner. A couple comments on the code: please follow the GNU coding standards. Second, I assume that you left the #if 0 in because yo

The patch of glibc which allows the user to override the pfinet server

2008-06-24 Thread zhengda
Hi, I modified the code of glibc, so the user can override the default pfinet server by using the environment variable. Here is the patch: --- glibc-2.7-old/hurd/hurdsock.c2008-06-21 01:38:30.04000 +0200 +++ glibc-2.7/hurd/hurdsock.c2008-06-21 01:45:28.34000 +0200 @@ -76,6 +76,3