index
:
musl.git
master
rs-1.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
misc
/
syslog.c
Age
Commit message (
Expand
)
Author
2024-07-05
syslog: revert LOG_FAC/LOG_FACMASK changes
Rich Felker
2024-06-13
syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros
Rich Felker
2024-02-07
syslog: use C locale for timestamp generation
Rich Felker
2020-11-11
lift child restrictions after multi-threaded fork
Rich Felker
2018-09-12
split internal lock API out of libc.h, creating lock.h
Rich Felker
2018-09-12
remove or make static various unused __-prefixed symbols
Rich Felker
2018-01-09
revise the definition of multiple basic locks in the code
Jens Gustedt
2015-07-09
handle loss of syslog socket connection
Rich Felker
2015-03-04
eliminate atomics in syslog setlogmask function
Rich Felker
2015-03-03
make all objects used with atomic operations volatile
Rich Felker
2015-01-13
increase syslog message limit from 256 to 1024
Rich Felker
2015-01-09
check for connect failure in syslog log opening
Rich Felker
2014-07-11
implement the LOG_CONS option in syslog
Rich Felker
2014-07-11
suppress early syslog return when log socket cannot be opened
Rich Felker
2014-07-11
implement the LOG_PERROR option in syslog
Rich Felker
2014-07-11
fix the %m specifier in syslog
Clément Vasseur
2013-12-12
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-03-23
fix multiple bugs in syslog interfaces
Rich Felker
2012-09-29
emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels
Rich Felker
2012-04-24
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2011-04-18
protect syslog against cancellation
Rich Felker
2011-04-13
simplify syslog, add vsyslog interface (nonstandard)
Rich Felker
2011-04-13
remove useless SIGPIPE protection from syslog
Rich Felker
2011-04-13
fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream)
Rich Felker
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker