Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2014-02-08 | Remove Arg - it is a leftover from when we had the FIFO code | sin | -3/+3 | |
2014-02-07 | Remove FIFO from sinit | sin | -7/+0 | |
We can just run /bin/rc.shutdown reboot|poweroff etc. It complicates things when rootfs is mounted as ro etc. | ||||
2014-02-07 | Refactor code | sin | -2/+0 | |
We no longer have two processes, one for reaping children and another for handling the FIFO. Use signalfd() to multiplex signal handling and reading from the FIFO. This setup will also allow us to capture ctrl-alt-del and to work with a read-only rootfs. To create the FIFO, we send a SIGHUP signal to init from our init scripts. | ||||
2014-02-07 | Allow fifopath to be NULL | sin | -0/+1 | |
In that case we do not use the FIFO at all. | ||||
2014-02-06 | Factor out the rc commands | sin | -2/+9 | |
2014-02-06 | Initial commit | sin | -0/+6 | |