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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not include a timestamp in the syslog message. There is no need --
deraadt
2015-10-31
1
-12
/
+2
*
Wrap <syslog.h> so that internal calls go direct and they're all weak symbols
guenther
2015-09-12
1
-19
/
+7
*
Make printf-like and scanf-like functions marked as such in llib-lc.ln
martynas
2011-05-30
1
-1
/
+2
*
More shrinkage, a bit for ramdisks but mostly for static binaries:
guenther
2009-11-18
1
-266
/
+13
*
Stash value of log_tag before calling closelog_r() and restore it after.
millert
2007-11-09
1
-2
/
+6
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
handle snprintf() returning -1.
moritz
2005-03-08
1
-1
/
+3
*
ansify function definitions and zap some `register'
jfb
2004-05-18
1
-29
/
+11
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
correctly check the return value of send(). fixes LOG_CONS from always
danh
2003-02-27
1
-2
/
+2
*
Don't write log message to console unless we are unable to connect to
millert
2003-02-07
1
-21
/
+7
*
Don't reconnect to logging socket if send() returns an error and errno
millert
2003-01-20
1
-12
/
+13
*
Handle things like "%%m" correctly; closes PR 3057
millert
2003-01-02
1
-1
/
+6
*
Fix instance where syslog(3) after closelog(3) could access freed log
cloder
2002-11-24
1
-1
/
+2
*
Close log file when leaving syslog_r(). deraadt@ ok
jjbg
2002-06-20
1
-1
/
+5
*
If send() returns ENOBUFS, sleep for one microsecond and retry.
millert
2002-06-05
1
-5
/
+12
*
pid_t cleanup
deraadt
2002-05-26
1
-2
/
+2
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-29
/
+1
*
Open console with O_NONBLOCK to avoid blocking on a locked console.
millert
2002-02-18
1
-5
/
+5
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-5
/
+5
*
Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok.
fgsch
2001-10-31
1
-16
/
+20
*
syslog_r() implementation. deraadt@ ok.
jjbg
2001-10-24
1
-95
/
+168
*
deal with -1 from snprintf, if it ever happens
deraadt
2001-08-18
1
-2
/
+4
*
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-06-27
1
-4
/
+3
*
Try to reopen socket if send fails. (perhaps syslogd restarted)
hugh
2000-01-02
1
-21
/
+56
*
some -Wall
millert
1998-03-19
1
-2
/
+3
*
And terminate SyslogAddr.sun_path (duh!)
brian
1998-03-06
1
-1
/
+2
*
sizeof(SyslogAddr.sun_path) -> sizeof(SyslogAddr.sun_path) - 1
brian
1998-03-06
1
-2
/
+2
*
Initialise sockaddr::sa_len (stopping a pretty nasty
brian
1998-03-05
1
-6
/
+10
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-4
/
+4
*
Clean up some -Wall complaints.
millert
1997-07-09
1
-2
/
+2
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+294