index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
syslog_r.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and
bluhm
2017-08-08
1
-2
/
+2
*
Since sendsyslog(2) handles the LOG_CONS parameter, the variable
bluhm
2017-08-07
1
-4
/
+2
*
Rename TBUF_LEN and FMT_LEN to _SIZE as they contain a NUL byte.
bluhm
2017-07-20
1
-11
/
+11
*
Use the reentrant strerror_r() instead of strerror() to expand %m.
millert
2016-10-19
1
-10
/
+5
*
remove unused variable
chl
2016-03-27
1
-2
/
+2
*
Rename the system call sendsyslog2 to sendsyslog. Keep the old one
bluhm
2016-03-21
1
-3
/
+3
*
environ and __progname are not declared in a public header; declare them
guenther
2016-03-13
1
-4
/
+2
*
Remove the "error" variable; we no longer fall back to writing to
millert
2016-02-19
1
-5
/
+5
*
Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing
deraadt
2015-11-25
1
-19
/
+2
*
Do not include a timestamp in the syslog message. There is no need --
deraadt
2015-10-31
1
-21
/
+9
*
Wrap <syslog.h> so that internal calls go direct and they're all weak symbols
guenther
2015-09-12
1
-16
/
+6
*
Syslogd can handle 8192 bytes per message now. Increase the libc
bluhm
2015-09-09
1
-2
/
+2
*
Truncate progname to NAME_MAX in the syslog message, to ensure other
deraadt
2015-01-21
1
-2
/
+3
*
Strip trailing new-lines from syslog messages. This avoids empty
bluhm
2014-10-03
1
-6
/
+11
*
Convert syslog_r(3) to using sendsyslog(2). This ensures that syslog_r(3)
deraadt
2014-07-14
1
-77
/
+5
*
use FD_CLOEXEC instead of 1; from David Hill
okan
2013-04-29
1
-2
/
+2
*
Make printf-like and scanf-like functions marked as such in llib-lc.ln
martynas
2011-05-30
1
-1
/
+2
*
remove unused variable
chl
2009-11-21
1
-2
/
+1
*
More shrinkage, a bit for ramdisks but mostly for static binaries:
guenther
2009-11-18
1
-0
/
+322