Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close stdout and stderr after forking (is this a good idea?). | David A. Madore | 2010-02-22 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of gitosis@git.madore.org:emergency | David A. Madore | 2010-02-22 | 1 | -26/+34 |
|\ | | | | | | | | | Conflicts: emergencyd.pl | ||||
| * | The incomprehensible rules of Unix B&D dictate that setsid should move. | David A. Madore | 2010-02-16 | 1 | -1/+1 |
| | | | | | | | | | | Gratuitous annoyance: setsid does not work for a process group leader, so we have to do it after the fork. | ||||
| * | Check recv() return value. | David A. Madore | 2010-02-16 | 1 | -0/+1 |
| | | |||||
| * | Pay homage to Unix bondage and discipline. | David A. Madore | 2010-02-16 | 1 | -0/+3 |
| | | |||||
| * | Rewrap long lines. | David A. Madore | 2010-02-16 | 1 | -6/+12 |
| | | |||||
| * | Work against the dreadful habit of concatenatingallmywords in identifiers. | David A. Madore | 2010-02-16 | 1 | -12/+12 |
| | | |||||
| * | Various stylistic improvements suggested by Max (such as using the // op). | David A. Madore | 2010-02-15 | 1 | -9/+7 |
| | | |||||
* | | Use a way to check for the existence of IPV6_V6ONLY that actually works. ↵ | David A. Madore | 2010-02-22 | 1 | -1/+1 |
|/ | | | | (Thanks, Cigaes, for this one.) | ||||
* | Initial creation of the emergency daemon, and a stupid client. | David A. Madore | 2010-02-15 | 1 | -0/+188 |
These don't do much for now. |