[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Make sysvinit pid 1, fix killall5 (2)
From: |
Justus Winter |
Subject: |
Make sysvinit pid 1, fix killall5 (2) |
Date: |
Thu, 15 Aug 2013 09:37:50 +0200 |
Hi,
This is an updated patch series fixing all sysvinit related issues.
[PATCH 04/17] daemons: fix setsid(2) in console-run
Pid 1 is already the group leader, using setsid(2) again fails.
[PATCH 09/17] libdiskfs: register libdiskfs-based translators as
[PATCH 10/17] libnetfs: register libnetfs-based translators as
[PATCH 11/17] libtrivfs: register libtrivfs-based translators as
[PATCH 12/17] mach-defpager: register mach-defpager translators as
[PATCH 13/17] trans: register symlink translators as important
There was an issue with the Debian package. The postinstall script
would start the new translators with the old proc server running. This
made the postinstall script hang. The patches have been updated to
also ignore EMIG_BAD_ID.
Justus
- [PATCH 12/16] trans: register symlink translators as important, (continued)
- [PATCH 12/16] trans: register symlink translators as important, Justus Winter, 2013/08/05
- [PATCH 13/16] proc: keep track of {start,end}_code, Justus Winter, 2013/08/05
- [PATCH 14/16] hurd: add proc_{get,set}_code, Justus Winter, 2013/08/05
- [PATCH 15/16] exec: keep track of the range where executable segments are mapped, Justus Winter, 2013/08/05
- [PATCH 16/16] Build fixes: Build processUser.o and link against it, Justus Winter, 2013/08/05
- [PATCH] Make start_code and end_code available in /proc/*/stat, Justus Winter, 2013/08/05
Make sysvinit pid 1, fix killall5 (2),
Justus Winter <=
- [PATCH 01/17] hurd: add missing routines in process_reply.defs, Justus Winter, 2013/08/15
- [PATCH 02/17] Define and use symbolic names for important processes, Justus Winter, 2013/08/15
- [PATCH 04/17] daemons: fix setsid(2) in console-run, Justus Winter, 2013/08/15
- [PATCH 05/17] proc: make the function check_owner available, Justus Winter, 2013/08/15
- [PATCH 03/17] Add proc_set_init_task, make runsystem pid 1, Justus Winter, 2013/08/15
[PATCH 06/17] proc: add proc_mark_important server code, Justus Winter, 2013/08/15