The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything
authorRob Landley <rob@landley.net>
Sun, 22 Jan 2006 02:41:51 +0000 (02:41 -0000)
committerRob Landley <rob@landley.net>
Sun, 22 Jan 2006 02:41:51 +0000 (02:41 -0000)
commit2edf52643d3eb3d13f26d31f9678cf122f2063bc
treeb249213d497c63855110294a5ce31ad614027737
parentaaffef4d338f6f3d554eb0428e572ebbd5e00476
The whole "init is sometimes pid 3" thing is silly.  Init is pid 1, anything
else is a kernel bug.  Both 2.4 and 2.6 should get this right now.  This
should fix the bug IraquiGeek is seeing (although killall still needs to
be fixed.)
init/halt.c
init/init.c
init/init_shared.c
init/poweroff.c
init/reboot.c