summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r320052:kib2017-06-241-21/+25
* Reinstitate send() after syslogd restarts.delphij2014-11-251-9/+28
* syslog: Use SOCK_CLOEXEC instead of separate fcntl() call.jilles2013-10-201-2/+2
* libc: Use O_CLOEXEC for various internal file descriptors.jilles2012-09-291-1/+2
* Remove the assert added in r237286eadler2012-06-241-2/+0
* Don't close an uninitialized descriptor. [1]eadler2012-06-201-2/+6
* Tweak the r137233 fix to r136283 -- Code was making two send() attemptsobrien2011-12-021-3/+3
* Use FD_CLOEXEC explicitly.pluknet2011-03-301-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Return length from fwopen() file callback instead of zero.phk2006-08-071-1/+1
* Save errno before calling pthread_mutex_lock because pthread_mutex_lockdavidxu2006-05-111-2/+2
* Make syslog() use the internal (non-cancellation point) _usleep().deischen2005-08-031-1/+1
* Use prototypes in the function definitions.stefanf2005-04-081-20/+9
* Make syslog(3) thread safe.glebius2004-12-301-9/+53
* Restore standard behavior: log to console only when normal loggingglebius2004-12-241-2/+3
* Protect against local flooder of /var/run/log. Do not loop forever inglebius2004-11-041-13/+41
* When send()ing to syslogd return ENOBUFS keep trying until success.glebius2004-10-081-8/+18
* Remove a trailing newline, to behave as documented in syslog(3):dds2004-05-101-0/+4
* Handle %%m properly in syslog format string. Previously it would expandalfred2003-02-101-3/+13
* Reset LogTag to NULL in closelog(3). This fixes mysterious crashesru2002-11-141-0/+1
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-15/+0
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-2/+4
* If syslog fails to talk to syslogd, then it tries to write a messagedwmalone2002-03-091-4/+4
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-11/+9
* Use ctime_r to build the timestamp for syslog, so that we don'tdwmalone2002-01-251-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-5/+7
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-6/+6
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-6/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Go back to version 1.16 - it was correct the way it was.brian1998-05-011-6/+6
* connect() returns -1 on error - not 0.brian1998-05-011-7/+7
* We don't need to NUL terminate our sun_path.brian1998-03-061-4/+3
* Nul terminate sockaddr_un::sun_pathbrian1998-03-061-3/+4
* Make SyslogAddr a sockaddr_un rather than a sockaddr.brian1998-03-051-10/+12
* Add backward compatibility so that static executables built onjdp1997-03-201-10/+23
* Merge from Lite2:peter1997-03-111-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+2
* If the send() to the AF_UNIX socket to the syslogd fails, attempt topeter1996-03-021-18/+56
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-221-2/+2
* Add $Id$ since this version of the file has diverged from the BSD base apeter1995-10-211-1/+5
* Fix the problem that I aroused with the last commit..peter1995-10-051-4/+10
* Fix security bugs with a "new approach", using stdio's powerful bufferpeter1995-09-151-18/+86
* National date/time representation in syslog logfiles looks ugly,ache1995-08-291-2/+1
* Fix bracket error for LogMaskache1995-05-021-1/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+235
OpenPOWER on IntegriCloud