about summary refs log tree commit diff
path: root/src/linux/daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* legacy junk compatibility grab-bagRich Felker2012-04-181-0/+1
| | | | | | - add the rest of the junk traditionally in sys/param.h - add prototypes for some nonstandard functions - add _GNU_SOURCE to their source files so the compiler can check proto
* make daemon try the operations that might fail before fork rather than afterRich Felker2011-02-171-12/+10
|
* daemon should check for failures and return -1Rich Felker2011-02-171-5/+8
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+31