getopt: fix null pointer arithmetic ub
[musl] / src / misc / syslog.c
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkerremove or make static various unused __-prefixed symbols
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2015-07-09 Rich Felkerhandle loss of syslog socket connection
2015-03-04 Rich Felkereliminate atomics in syslog setlogmask function
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-01-13 Rich Felkerincrease syslog message limit from 256 to 1024
2015-01-09 Rich Felkercheck for connect failure in syslog log opening
2014-07-12 Rich Felkerimplement the LOG_CONS option in syslog
2014-07-12 Rich Felkersuppress early syslog return when log socket cannot...
2014-07-12 Rich Felkerimplement the LOG_PERROR option in syslog
2014-07-12 Clément Vasseurfix the %m specifier in syslog
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-03-23 Rich Felkerfix multiple bugs in syslog interfaces
2012-09-29 Rich Felkeremulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre...
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2011-04-19 Rich Felkerprotect syslog against cancellation
2011-04-13 Rich Felkersimplify syslog, add vsyslog interface (nonstandard)
2011-04-13 Rich Felkerremove useless SIGPIPE protection from syslog
2011-04-13 Rich Felkerfix syslog (corrected SIGPIPE blocking, and using dgram...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0