summaryrefslogtreecommitdiffstats
path: root/init/signal_handler.c
Commit message (Expand)AuthorAgeFilesLines
* Make init distinguish between orderly exit and being killed by signals.Elliott Hughes2013-11-251-1/+9
* Merge changes Ib54f39fd,I7e36edd8Colin Cross2013-06-241-4/+6
|\
| * init: Retain traditional restart behavior for critical and oneshot services.Mike Kasick2012-03-221-4/+6
* | Use sigemptyset to initialise signal mask as it is more portable.Chris Dearman2012-08-141-3/+1
|/
* init/cutils: move list utility code to cutils from initDima Zavin2011-09-021-1/+1
* Try to unmount writable filesystems when rebootingKen Sumrall2011-03-101-4/+2
* Changes to init to support encrypted filesystems.Ken Sumrall2010-12-181-2/+2
* init: Move list and log handling to list.h and log.hColin Cross2010-04-211-0/+2
* init: reap exited child processes on signal_initColin Cross2010-04-211-23/+25
* init: Move prototypes for util.c into util.hColin Cross2010-04-131-0/+1
* init: Move signal handling to signal_handler.cColin Cross2010-04-131-0/+154