summaryrefslogtreecommitdiff
path: root/klogd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-051-11/+5
| | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik
* Use daemon() to spawn syslogd and klogd daemons.Eric Andersen2001-03-291-17/+4
| | | | -Erik
* Some updates for libc5Eric Andersen2001-03-141-1/+0
|
* Added some comment lines in the header indicating that Gennady Feldman is theMark Whitley2001-03-121-0/+2
| | | | maintainer of these three applets.
* Applied patch from Gennady Feldman to split up syslogd.c into syslogd andMark Whitley2001-03-121-0/+171
klogd (as it should be).