index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
misc
/
syslog.c
Age
Commit message (
Expand
)
Author
Lines
2014-07-11
implement the LOG_CONS option in syslog
Rich Felker
-1
/
+9
2014-07-11
suppress early syslog return when log socket cannot be opened
Rich Felker
-4
/
+1
2014-07-11
implement the LOG_PERROR option in syslog
Rich Felker
-2
/
+4
2014-07-11
fix the %m specifier in syslog
Clément Vasseur
-0
/
+3
2013-12-12
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
-1
/
+0
2013-03-23
fix multiple bugs in syslog interfaces
Rich Felker
-24
/
+27
2012-09-29
emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels
Rich Felker
-2
/
+1
2012-04-24
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
-9
/
+9
2011-04-18
protect syslog against cancellation
Rich Felker
-5
/
+19
2011-04-13
simplify syslog, add vsyslog interface (nonstandard)
Rich Felker
-31
/
+36
2011-04-13
remove useless SIGPIPE protection from syslog
Rich Felker
-9
/
+0
2011-04-13
fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream)
Rich Felker
-10
/
+8
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+115