busybox/init
Mike Frysinger a77b4f3970 jfb2 writes in Bug 119:
The init applet will restart (re-exec) itsself when it
receives a SIGHUP. However, just before it enters its
main loop, it resets SIGHUP to either re-load the inittab
(or ignore it if no inittab is used). Thus preventing
the re-exec option from being triggerable.

This patch adds a signal handler for SIGQUIT for init that
always causes init to re-exec itsself (along with killing
anything else that might be still running).
2005-04-16 08:21:34 +00:00
..
Config.in As discussed, drop minit, which was not being supported in busybox. 2004-05-26 10:28:32 +00:00
halt.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
init_shared.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
init_shared.h Support reboot, halt, and poweroff independent of busybox init. 2003-07-22 09:41:39 +00:00
init.c jfb2 writes in Bug 119: 2005-04-16 08:21:34 +00:00
Makefile egor duda writes: 2004-10-08 07:46:08 +00:00
Makefile.in egor duda writes: 2004-10-08 07:46:08 +00:00
mesg.c Quiet a few warnings 2004-08-27 19:55:28 +00:00
poweroff.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
reboot.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00