index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
syslog.c
Age
Commit message (
Expand
)
Author
2005-08-08
zap remaining rcsid.
Marc Espie
2005-03-08
handle snprintf() returning -1.
Moritz Jodeit
2004-05-18
ansify function definitions and zap some `register'
Jean-Francois Brousseau
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-27
correctly check the return value of send(). fixes LOG_CONS from always
Dan Harnett
2003-02-07
Don't write log message to console unless we are unable to connect to
Todd C. Miller
2003-01-20
Don't reconnect to logging socket if send() returns an error and errno
Todd C. Miller
2003-01-02
Handle things like "%%m" correctly; closes PR 3057
Todd C. Miller
2002-11-24
Fix instance where syslog(3) after closelog(3) could access freed log
Chad Loder
2002-06-20
Close log file when leaving syslog_r(). deraadt@ ok
Jean-Jacques Bernard-Gundol
2002-06-05
If send() returns ENOBUFS, sleep for one microsecond and retry.
Todd C. Miller
2002-05-26
pid_t cleanup
Theo de Raadt
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-18
Open console with O_NONBLOCK to avoid blocking on a locked console.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-10-31
Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok.
Federico G. Schwindt
2001-10-24
syslog_r() implementation. deraadt@ ok.
Jean-Jacques Bernard-Gundol
2001-08-18
deal with -1 from snprintf, if it ever happens
Theo de Raadt
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2000-01-02
Try to reopen socket if send fails. (perhaps syslogd restarted)
Hugh Graham
1998-03-19
some -Wall
Todd C. Miller
1998-03-06
And terminate SyslogAddr.sun_path (duh!)
brian
1998-03-06
sizeof(SyslogAddr.sun_path) -> sizeof(SyslogAddr.sun_path) - 1
brian
1998-03-05
Initialise sockaddr::sa_len (stopping a pretty nasty
brian
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-09
Clean up some -Wall complaints.
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt