Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix multiple bugs in syslog interfaces | Rich Felker | 2013-03-23 | 1 | -24/+27 |
* | emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels | Rich Felker | 2012-09-29 | 1 | -2/+1 |
* | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | 2012-04-24 | 1 | -9/+9 |
* | protect syslog against cancellation | Rich Felker | 2011-04-18 | 1 | -5/+19 |
* | simplify syslog, add vsyslog interface (nonstandard) | Rich Felker | 2011-04-13 | 1 | -31/+36 |
* | remove useless SIGPIPE protection from syslog | Rich Felker | 2011-04-13 | 1 | -9/+0 |
* | fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream) | Rich Felker | 2011-04-13 | 1 | -10/+8 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+115 |