aboutsummaryrefslogtreecommitdiffstats
path: root/init/signal_handler.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "init: Never allow two same-service processes to exist simultaneously."Steve Kondik2012-12-071-6/+4
* Merge branch 'jb-mr1-release' of https://android.googlesource.com/platform/sy...Steve Kondik2012-11-181-3/+1
|\
| * Use sigemptyset to initialise signal mask as it is more portable.Chris Dearman2012-08-141-3/+1
* | Restart oneshot services when manually restarted.Mike Kasick2012-07-101-3/+4
* | Safely restart services to avoid race conditions.Mike Kasick2012-07-101-1/+2
|/
* 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