Hi Neal,
Many thanks for your information!
Could you write a counter-story/public reply for the Hurd-Wiki?
It needn't be long, but it should be available online.
Best wishes,
Arne
Am Mittwoch 13 August 2008 10:04:29 schrieb Neal H. Walfield:
> Gernot Heiser recently wrote an article, "Mic
On Sun, 2008-08-24 at 19:36 +0200, Da Zheng wrote:
> As I said above, I have to make sure all ports created for the user
> program have been destroyed before the translator exits.
Are these ports that the translator has the receive rights to? If so,
then when the translator exits, they will all
IIRC you need to recompile glibc too, to have the RPC functions added to
libhurduser.
Samuel
Madhusudan C.S wrote:
Hi all,
I added 2 routines in $(HURD-SRC)/hurd/process.defs with the
names proc_child_rusage and proc_progeny_usage. And then in
$(HURD-SRC)/proc/info.c, I implemented S_proc_child_rusage and
S_proc_progeny_usage. And then I did make proc from top level
director
Hi all,
I added 2 routines in $(HURD-SRC)/hurd/process.defs with the names
proc_child_rusage and proc_progeny_usage. And then in
$(HURD-SRC)/proc/info.c, I implemented S_proc_child_rusage and
S_proc_progeny_usage. And then I did make proc from top level directory of
Hurd source tree, i.e $
Thomas Bushnell BSG wrote:
On Sat, 2008-08-23 at 13:25 +0200, Da Zheng wrote:
I have to make sure every ports has been destroyed so when the
translator exits, it can check if there are still users.
Huh? When the translator exits, all the ports are going to be destroyed
anyway.
The