Re: [PATCH 03/17] Add proc_set_init_task, make runsystem pid 1

2013-08-29 Thread Justus Winter
Quoting Samuel Thibault (2013-08-29 01:48:10) I think we should keep this in the Debian package, the upstream GNU system will a priori still use /hurd/init as reaper. Well, it is not my place to question this and maintaining the patches is your burden, but I was hoping to remove the process

Re: [PATCH 03/17] Add proc_set_init_task, make runsystem pid 1

2013-08-28 Thread Samuel Thibault
I think we should keep this in the Debian package, the upstream GNU system will a priori still use /hurd/init as reaper. Samuel

[PATCH 03/17] Add proc_set_init_task, make runsystem pid 1

2013-08-15 Thread Justus Winter
* hurd/process.defs (proc_set_init_task): New procedure. * hurd/process_reply.defs (proc_set_init_task): Likewise. * hurd/process_request.defs (proc_set_init_task): Likewise. * include/pids.h: Add HURD_PID_INIT as 1, adjust others accordingly. * init/init.c (start_child): Register the child task.