summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/syslog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not include a timestamp in the syslog message. There is no need --deraadt2015-10-311-12/+2
* Wrap <syslog.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-121-19/+7
* Make printf-like and scanf-like functions marked as such in llib-lc.lnmartynas2011-05-301-1/+2
* More shrinkage, a bit for ramdisks but mostly for static binaries:guenther2009-11-181-266/+13
* Stash value of log_tag before calling closelog_r() and restore it after.millert2007-11-091-2/+6
* zap remaining rcsid.espie2005-08-081-4/+1
* handle snprintf() returning -1.moritz2005-03-081-1/+3
* ansify function definitions and zap some `register'jfb2004-05-181-29/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* correctly check the return value of send(). fixes LOG_CONS from alwaysdanh2003-02-271-2/+2
* Don't write log message to console unless we are unable to connect tomillert2003-02-071-21/+7
* Don't reconnect to logging socket if send() returns an error and errnomillert2003-01-201-12/+13
* Handle things like "%%m" correctly; closes PR 3057millert2003-01-021-1/+6
* Fix instance where syslog(3) after closelog(3) could access freed logcloder2002-11-241-1/+2
* Close log file when leaving syslog_r(). deraadt@ okjjbg2002-06-201-1/+5
* If send() returns ENOBUFS, sleep for one microsecond and retry.millert2002-06-051-5/+12
* pid_t cleanupderaadt2002-05-261-2/+2
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-29/+1
* Open console with O_NONBLOCK to avoid blocking on a locked console.millert2002-02-181-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.millert2002-02-161-5/+5
* Set default facility is noone is specified at syslog(3) time; millert@ jj@ ok.fgsch2001-10-311-16/+20
* syslog_r() implementation. deraadt@ ok.jjbg2001-10-241-95/+168
* deal with -1 from snprintf, if it ever happensderaadt2001-08-181-2/+4
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-4/+3
* Try to reopen socket if send fails. (perhaps syslogd restarted)hugh2000-01-021-21/+56
* some -Wallmillert1998-03-191-2/+3
* And terminate SyslogAddr.sun_path (duh!)brian1998-03-061-1/+2
* sizeof(SyslogAddr.sun_path) -> sizeof(SyslogAddr.sun_path) - 1brian1998-03-061-2/+2
* Initialise sockaddr::sa_len (stopping a pretty nastybrian1998-03-051-6/+10
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-4/+4
* Clean up some -Wall complaints.millert1997-07-091-2/+2
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+294