about summary refs log tree commit diff
path: root/src/misc/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* 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