Re: [PATCH hurd 2/5] proc: register for new task notifications

2015-02-10 Thread Samuel Thibault
Hello, Samuel Thibault, le Wed 10 Dec 2014 01:42:09 +0100, a écrit : > Justus Winter, le Thu 13 Nov 2014 13:26:16 +0100, a écrit : > > * proc/Makefile (MIGSTUBS): Add `gnumachServer.o'. > > * proc/main.c (message_demuxer): Handle the `task_notify' protocol. > > (main): Register for new task notifi

Re: [PATCH hurd 2/5] proc: register for new task notifications

2014-12-09 Thread Samuel Thibault
Justus Winter, le Thu 13 Nov 2014 13:26:16 +0100, a écrit : > * proc/Makefile (MIGSTUBS): Add `gnumachServer.o'. > * proc/main.c (message_demuxer): Handle the `task_notify' protocol. > (main): Register for new task notificatinos. > * proc/mgt.c (S_mach_notify_new_task): Add server function. Ack.

[PATCH hurd 2/5] proc: register for new task notifications

2014-11-13 Thread Justus Winter
* proc/Makefile (MIGSTUBS): Add `gnumachServer.o'. * proc/main.c (message_demuxer): Handle the `task_notify' protocol. (main): Register for new task notificatinos. * proc/mgt.c (S_mach_notify_new_task): Add server function. --- proc/Makefile | 4 +++- proc/main.c | 11 ++- proc/mgt.c