aboutsummaryrefslogtreecommitdiff
path: root/sinit.c
AgeCommit message (Expand)AuthorLines
2014-02-07Don't process incomplete readssin-0/+2
2014-02-07Some more error checking just to be suresin-5/+8
2014-02-07Poweroff on SIGUSR1sin-2/+10
2014-02-07Remove FIFO from sinitsin-59/+3
2014-02-07Don't leak the fifofd if we re-init the fifosin-0/+2
2014-02-07Refactor codesin-37/+86
2014-02-07Allow fifopath to be NULLsin-0/+3
2014-02-07Pass the actual FIFO path to weprintf()sin-1/+1
2014-02-07Use the double fork trick to properly reap spawned processessin-4/+11
2014-02-06Create a new session as quickly as possiblesin-0/+1
2014-02-06Use a double pointersin-2/+2
2014-02-06Inform the user when execvp() failssin-0/+1
2014-02-06We don't use err.h so remove itsin-1/+0
2014-02-06Factor out the rc commandssin-18/+6
2014-02-06rc has now been renamed to rc.initsin-1/+1
2014-02-06Be less harsh and don't error out entirelysin-14/+14
2014-02-06Initial commitsin-0/+129