Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | start refactoring to chan-signals | bnewbold | 2016-10-09 | 1 | -63/+92 |
| | |||||
* | basic/naive signal handling | bnewbold | 2016-10-03 | 1 | -0/+45 |
| | | | | | | | | | | The goal here was to hook Ctrl-C and send USR2 signal to childred instead. Turns out this is doesn't work easily because Ctrl-C is sent to the entire process group, not just the top running process. Making this work would require either masking SIGINT in the childred (children might change this) or mucking with process groups, both of which are "meh". But, unsafe code, woooo! | ||||
* | basic file descriptor passing | bnewbold | 2016-10-03 | 1 | -10/+42 |
| | |||||
* | more skeleton code | bnewbold | 2016-09-27 | 1 | -5/+36 |
| | |||||
* | init repo | bnewbold | 2016-09-27 | 1 | -0/+61 |