| Commit message (Expand) | Author | Age | Files | Lines |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
* | Do not leak syslog_mutex on cancellation. | Konstantin Belousov | 2017-06-17 | 1 | -21/+25 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Reinstitate send() after syslogd restarts. | Xin LI | 2014-11-25 | 1 | -9/+28 |
* | syslog: Use SOCK_CLOEXEC instead of separate fcntl() call. | Jilles Tjoelker | 2013-10-20 | 1 | -2/+2 |
* | libc: Use O_CLOEXEC for various internal file descriptors. | Jilles Tjoelker | 2012-09-29 | 1 | -1/+2 |
* | Remove the assert added in r237286 | Eitan Adler | 2012-06-24 | 1 | -2/+0 |
* | Don't close an uninitialized descriptor. [1] | Eitan Adler | 2012-06-20 | 1 | -2/+6 |
* | Tweak the r137233 fix to r136283 -- Code was making two send() attempts | David E. O'Brien | 2011-12-02 | 1 | -3/+3 |
* | Use FD_CLOEXEC explicitly. | Sergey Kandaurov | 2011-03-30 | 1 | -1/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
* | Return length from fwopen() file callback instead of zero. | Poul-Henning Kamp | 2006-08-07 | 1 | -1/+1 |
* | Save errno before calling pthread_mutex_lock because pthread_mutex_lock | David Xu | 2006-05-11 | 1 | -2/+2 |
* | Make syslog() use the internal (non-cancellation point) _usleep(). | Daniel Eischen | 2005-08-03 | 1 | -1/+1 |
* | Use prototypes in the function definitions. | Stefan Farfeleder | 2005-04-08 | 1 | -20/+9 |
* | Make syslog(3) thread safe. | Gleb Smirnoff | 2004-12-30 | 1 | -9/+53 |
* | Restore standard behavior: log to console only when normal logging | Gleb Smirnoff | 2004-12-24 | 1 | -2/+3 |
* | Protect against local flooder of /var/run/log. Do not loop forever in | Gleb Smirnoff | 2004-11-04 | 1 | -13/+41 |
* | When send()ing to syslogd return ENOBUFS keep trying until success. | Gleb Smirnoff | 2004-10-08 | 1 | -8/+18 |
* | Remove a trailing newline, to behave as documented in syslog(3): | Diomidis Spinellis | 2004-05-10 | 1 | -0/+4 |
* | Handle %%m properly in syslog format string. Previously it would expand | Alfred Perlstein | 2003-02-10 | 1 | -3/+13 |
* | Reset LogTag to NULL in closelog(3). This fixes mysterious crashes | Ruslan Ermilov | 2002-11-14 | 1 | -0/+1 |
* | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -15/+0 |
* | Do not use __progname directly (except in [gs]etprogname(3)). | Mark Murray | 2002-03-29 | 1 | -2/+4 |
* | If syslog fails to talk to syslogd, then it tries to write a message | David Malone | 2002-03-09 | 1 | -4/+4 |
* | * Remove __P and convert to ANSI prototypes. | David E. O'Brien | 2002-02-01 | 1 | -11/+9 |
* | Use ctime_r to build the timestamp for syslog, so that we don't | David Malone | 2002-01-25 | 1 | -2/+2 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -5/+7 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -6/+6 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 1 | -6/+6 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Go back to version 1.16 - it was correct the way it was. | Brian Somers | 1998-05-01 | 1 | -6/+6 |
* | connect() returns -1 on error - not 0. | Brian Somers | 1998-05-01 | 1 | -7/+7 |
* | We don't need to NUL terminate our sun_path. | Brian Somers | 1998-03-06 | 1 | -4/+3 |
* | Nul terminate sockaddr_un::sun_path | Brian Somers | 1998-03-06 | 1 | -3/+4 |
* | Make SyslogAddr a sockaddr_un rather than a sockaddr. | Brian Somers | 1998-03-05 | 1 | -10/+12 |
* | Add backward compatibility so that static executables built on | John Polstra | 1997-03-20 | 1 | -10/+23 |
* | Merge from Lite2: | Peter Wemm | 1997-03-11 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -2/+2 |
* | If the send() to the AF_UNIX socket to the syslogd fails, attempt to | Peter Wemm | 1996-03-02 | 1 | -18/+56 |
* | Minor cleanup, mostly unused vars and missing #includes. | Poul-Henning Kamp | 1995-10-22 | 1 | -2/+2 |
* | Add $Id$ since this version of the file has diverged from the BSD base a | Peter Wemm | 1995-10-21 | 1 | -1/+5 |
* | Fix the problem that I aroused with the last commit.. | Peter Wemm | 1995-10-05 | 1 | -4/+10 |
* | Fix security bugs with a "new approach", using stdio's powerful buffer | Peter Wemm | 1995-09-15 | 1 | -18/+86 |
* | National date/time representation in syslog logfiles looks ugly, | Andrey A. Chernov | 1995-08-29 | 1 | -2/+1 |
* | Fix bracket error for LogMask | Andrey A. Chernov | 1995-05-02 | 1 | -1/+1 |
* | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+235 |