aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* syslog: fix PID of forking processEugene Grosbein2023-01-031-1/+1
* syslog(3): expand a commentary adding a reference to RFC 3164.Eugene Grosbein2023-01-011-1/+4
* syslog(3): unbreak log generation using fabricated PIDEugene Grosbein2022-08-081-3/+51
* libc/syslog: deprecate use of "/var/run/logpriv"Gleb Smirnoff2022-06-241-61/+14
* libc/syslog: fully deprecate and don't try to open "/dev/log"Gleb Smirnoff2022-06-241-12/+0
* libc: Some enhancements to syslog(3)Dmitry Wagin2021-12-311-1/+14
* Revert "libc: Some enhancements to syslog(3)"Alan Somers2021-11-301-14/+1
* libc: Some enhancements to syslog(3)Dmitry Wagin2021-03-231-1/+14
* syslog(3): Send proper NILVALUE if gethostname(3) fails.Bryan Drewery2020-08-141-7/+16
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* Let syslog(3) use RFC 5424.Ed Schouten2018-04-061-17/+42
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Do not leak syslog_mutex on cancellation.Konstantin Belousov2017-06-171-21/+25
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Reinstitate send() after syslogd restarts.Xin LI2014-11-251-9/+28
* syslog: Use SOCK_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker2013-10-201-2/+2
* libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker2012-09-291-1/+2
* Remove the assert added in r237286Eitan Adler2012-06-241-2/+0
* Don't close an uninitialized descriptor. [1]Eitan Adler2012-06-201-2/+6
* Tweak the r137233 fix to r136283 -- Code was making two send() attemptsDavid E. O'Brien2011-12-021-3/+3
* Use FD_CLOEXEC explicitly.Sergey Kandaurov2011-03-301-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Return length from fwopen() file callback instead of zero.Poul-Henning Kamp2006-08-071-1/+1
* Save errno before calling pthread_mutex_lock because pthread_mutex_lockDavid Xu2006-05-111-2/+2
* Make syslog() use the internal (non-cancellation point) _usleep().Daniel Eischen2005-08-031-1/+1
* Use prototypes in the function definitions.Stefan Farfeleder2005-04-081-20/+9
* Make syslog(3) thread safe.Gleb Smirnoff2004-12-301-9/+53
* Restore standard behavior: log to console only when normal loggingGleb Smirnoff2004-12-241-2/+3
* Protect against local flooder of /var/run/log. Do not loop forever inGleb Smirnoff2004-11-041-13/+41
* When send()ing to syslogd return ENOBUFS keep trying until success.Gleb Smirnoff2004-10-081-8/+18
* Remove a trailing newline, to behave as documented in syslog(3):Diomidis Spinellis2004-05-101-0/+4
* Handle %%m properly in syslog format string. Previously it would expandAlfred Perlstein2003-02-101-3/+13
* Reset LogTag to NULL in closelog(3). This fixes mysterious crashesRuslan Ermilov2002-11-141-0/+1
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-15/+0
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-2/+4
* If syslog fails to talk to syslogd, then it tries to write a messageDavid Malone2002-03-091-4/+4
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-11/+9
* Use ctime_r to build the timestamp for syslog, so that we don'tDavid Malone2002-01-251-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-5/+7
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-6/+6
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-6/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Go back to version 1.16 - it was correct the way it was.Brian Somers1998-05-011-6/+6
* connect() returns -1 on error - not 0.Brian Somers1998-05-011-7/+7
* We don't need to NUL terminate our sun_path.Brian Somers1998-03-061-4/+3
* Nul terminate sockaddr_un::sun_pathBrian Somers1998-03-061-3/+4
* Make SyslogAddr a sockaddr_un rather than a sockaddr.Brian Somers1998-03-051-10/+12
* Add backward compatibility so that static executables built onJohn Polstra1997-03-201-10/+23
* Merge from Lite2:Peter Wemm1997-03-111-2/+2