summaryrefslogtreecommitdiff
path: root/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-1/+1
* Clue in Coverity about functions returning handles.Eric S. Raymond2012-05-101-0/+1
* Autotools tentacle extraction.Eric S. Raymond2011-03-311-0/+5
* Fix scan-build glitches. All regression tests pass.Eric S. Raymond2011-03-281-2/+1
* Factor out our implementation of daemon(3) and use it as a fallback...Eric S. Raymond2010-12-171-0/+49