summaryrefslogtreecommitdiff
path: root/src/misc/syslog.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-11implement the LOG_CONS option in syslogRich Felker1-1/+9
2014-07-11suppress early syslog return when log socket cannot be openedRich Felker1-4/+1
2014-07-11implement the LOG_PERROR option in syslogRich Felker1-2/+4
2014-07-11fix the %m specifier in syslogClément Vasseur1-0/+3
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-1/+0
2013-03-23fix multiple bugs in syslog interfacesRich Felker1-24/+27
2012-09-29emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernelsRich Felker1-2/+1
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker1-9/+9
2011-04-18protect syslog against cancellationRich Felker1-5/+19
2011-04-13simplify syslog, add vsyslog interface (nonstandard)Rich Felker1-31/+36
2011-04-13remove useless SIGPIPE protection from syslogRich Felker1-9/+0
2011-04-13fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream)Rich Felker1-10/+8
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+115