index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
syslogd.c
Age
Commit message (
Expand
)
Author
2016-02-08
Add xpipe() to lib.
Rob Landley
2015-03-15
I added error handling code in write_rotate().
Hyejin Kim
2014-07-17
Use libc daemon() instead of pending daemonize.
Rob Landley
2014-04-23
usage: is lower case (the help generator looks for that, might as well be con...
Rob Landley
2014-01-16
Rename xmsprintf() to just xmprintf().
Rob Landley
2013-11-02
Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ...
Rob Landley
2013-09-03
Remove itoa/utoa, let libc do this with sprintf.
Rob Landley
2013-08-26
syslogd: cleanup
Felix Janda
2013-08-24
syslogd: cleanup
Felix Janda
2013-08-23
syslogd: stop abusing arg_list
Felix Janda
2013-08-23
syslogd: cleanup
Felix Janda
2013-08-21
syslogd: cleanup
Felix Janda
2013-08-20
syslogd: cleanup
Felix Janda
2013-08-19
In logger and syslogd remove duplicated definitions of facilities and priorities
Felix Janda
2013-08-11
Ashwini Sharma said that Kyungwan Han should be in the contact info for the c...
Rob Landley
2013-08-10
Add daemonize function to lib for klogd and syslogd
Felix Janda
2013-07-25
syslogd by Madhur Verma.
Rob Landley