about summary refs log tree commit diff
path: root/src/misc/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-0/+2
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-1/+1
* remove or make static various unused __-prefixed symbolsRich Felker2018-09-121-1/+1
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
* handle loss of syslog socket connectionRich Felker2015-07-091-7/+11
* eliminate atomics in syslog setlogmask functionRich Felker2015-03-041-4/+6
* make all objects used with atomic operations volatileRich Felker2015-03-031-2/+2
* increase syslog message limit from 256 to 1024Rich Felker2015-01-131-1/+1
* check for connect failure in syslog log openingRich Felker2015-01-091-2/+6
* implement the LOG_CONS option in syslogRich Felker2014-07-111-1/+9
* suppress early syslog return when log socket cannot be openedRich Felker2014-07-111-4/+1
* implement the LOG_PERROR option in syslogRich Felker2014-07-111-2/+4
* fix the %m specifier in syslogClément Vasseur2014-07-111-0/+3
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* fix multiple bugs in syslog interfacesRich Felker2013-03-231-24/+27
* emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernelsRich Felker2012-09-291-2/+1
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-241-9/+9
* protect syslog against cancellationRich Felker2011-04-181-5/+19
* simplify syslog, add vsyslog interface (nonstandard)Rich Felker2011-04-131-31/+36
* remove useless SIGPIPE protection from syslogRich Felker2011-04-131-9/+0
* fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream)Rich Felker2011-04-131-10/+8
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+115