summaryrefslogtreecommitdiff
path: root/src/misc/syslog.c
AgeCommit message (Expand)Author
2024-07-05syslog: revert LOG_FAC/LOG_FACMASK changesRich Felker
2024-06-13syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macrosRich Felker
2024-02-07syslog: use C locale for timestamp generationRich Felker
2020-11-11lift child restrictions after multi-threaded forkRich Felker
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker
2018-09-12remove or make static various unused __-prefixed symbolsRich Felker
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt
2015-07-09handle loss of syslog socket connectionRich Felker
2015-03-04eliminate atomics in syslog setlogmask functionRich Felker
2015-03-03make all objects used with atomic operations volatileRich Felker
2015-01-13increase syslog message limit from 256 to 1024Rich Felker
2015-01-09check for connect failure in syslog log openingRich Felker
2014-07-11implement the LOG_CONS option in syslogRich Felker
2014-07-11suppress early syslog return when log socket cannot be openedRich Felker
2014-07-11implement the LOG_PERROR option in syslogRich Felker
2014-07-11fix the %m specifier in syslogClément Vasseur
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy
2013-03-23fix multiple bugs in syslog interfacesRich Felker
2012-09-29emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernelsRich Felker
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker
2011-04-18protect syslog against cancellationRich Felker
2011-04-13simplify syslog, add vsyslog interface (nonstandard)Rich Felker
2011-04-13remove useless SIGPIPE protection from syslogRich Felker
2011-04-13fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream)Rich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker