about summary refs log tree commit diff
path: root/src/linux/daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup src/linux and src/misc trees, etc.Rich Felker2012-09-071-33/+0
| | | | | | | | | | | | previously, it was pretty much random which one of these trees a given function appeared in. they have now been organized into: src/linux: non-POSIX linux syscalls (possibly shard with other nixen) src/legacy: various obsolete/legacy functions, mostly wrappers src/misc: still mostly uncategorized; some misc POSIX, some nonstd src/crypt: crypt hash functions further cleanup will be done later.
* 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