Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |