Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-11 | Make child processes exit when parent dies | Jakub Hrozek | 1 | -1/+1 | |
The child processes call prctl() and when their parent process is killed, they are sent SIGTERM using prctl. This is currently Linux-specific, for non-Linuxes, a similar effect is achieved by catching a set of common termination signals and sending SIGTERM to the process group. | |||||
2009-06-11 | Add missing configure check for getpgrp | Stephen Gallagher | 1 | -1/+1 | |
2008-10-07 | Fix build issues surrounding signal blocking and DEBUG macros | Stephen Gallagher | 1 | -0/+1 | |