aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/klogd.c
AgeCommit message (Collapse)Author
2014-07-17Use libc daemon() instead of pending daemonize.Rob Landley
2013-08-11Ashwini Sharma said that Kyungwan Han should be in the contact info for the ↵Rob Landley
commands he sent recently.
2013-08-10Add daemonize function to lib for klogd and syslogdFelix Janda
2013-08-10Cleanup klogdFelix Janda
Remove #if and inline most functions
2013-07-29The attached KLOGD patch is an improved version of the one you have in hg.Ashwini Sharma
This also has a fix for boundary condition crash.
2013-07-18Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid ↵Rob Landley
free/reuse bug during argument parsing.
2013-07-15klogd, submitted by Ashwini Sharma.Rob Landley