summaryrefslogtreecommitdiff
path: root/src/misc/syslog.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-11lift child restrictions after multi-threaded forkRich Felker1-0/+2
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker1-1/+1
2018-09-12remove or make static various unused __-prefixed symbolsRich Felker1-1/+1
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt1-1/+1
2015-07-09handle loss of syslog socket connectionRich Felker1-7/+11
2015-03-04eliminate atomics in syslog setlogmask functionRich Felker1-4/+6
2015-03-03make all objects used with atomic operations volatileRich Felker1-2/+2
2015-01-13increase syslog message limit from 256 to 1024Rich Felker1-1/+1
2015-01-09check for connect failure in syslog log openingRich Felker1-2/+6
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