summaryrefslogtreecommitdiff
path: root/server/util/signal.m4
AgeCommit message (Collapse)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-1/+0
Also update BUILD.txt
2009-08-11Make child processes exit when parent diesJakub Hrozek1-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-11Add missing configure check for getpgrpStephen Gallagher1-1/+1
2008-10-07Fix build issues surrounding signal blocking and DEBUG macrosStephen Gallagher1-0/+1