| Commit message (Expand) | Author | Age | Files | Lines |
* | Make syslog() use the internal (non-cancellation point) _usleep(). | deischen | 2005-08-03 | 1 | -1/+1 |
* | Use prototypes in the function definitions. | stefanf | 2005-04-08 | 1 | -20/+9 |
* | Make syslog(3) thread safe. | glebius | 2004-12-30 | 1 | -9/+53 |
* | Restore standard behavior: log to console only when normal logging | glebius | 2004-12-24 | 1 | -2/+3 |
* | Protect against local flooder of /var/run/log. Do not loop forever in | glebius | 2004-11-04 | 1 | -13/+41 |
* | When send()ing to syslogd return ENOBUFS keep trying until success. | glebius | 2004-10-08 | 1 | -8/+18 |
* | Remove a trailing newline, to behave as documented in syslog(3): | dds | 2004-05-10 | 1 | -0/+4 |
* | Handle %%m properly in syslog format string. Previously it would expand | alfred | 2003-02-10 | 1 | -3/+13 |
* | Reset LogTag to NULL in closelog(3). This fixes mysterious crashes | ru | 2002-11-14 | 1 | -0/+1 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -15/+0 |
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 1 | -2/+4 |
* | If syslog fails to talk to syslogd, then it tries to write a message | dwmalone | 2002-03-09 | 1 | -4/+4 |
* | * Remove __P and convert to ANSI prototypes. | obrien | 2002-02-01 | 1 | -11/+9 |
* | Use ctime_r to build the timestamp for syslog, so that we don't | dwmalone | 2002-01-25 | 1 | -2/+2 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -5/+7 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -6/+6 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 1 | -6/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Go back to version 1.16 - it was correct the way it was. | brian | 1998-05-01 | 1 | -6/+6 |
* | connect() returns -1 on error - not 0. | brian | 1998-05-01 | 1 | -7/+7 |
* | We don't need to NUL terminate our sun_path. | brian | 1998-03-06 | 1 | -4/+3 |
* | Nul terminate sockaddr_un::sun_path | brian | 1998-03-06 | 1 | -3/+4 |
* | Make SyslogAddr a sockaddr_un rather than a sockaddr. | brian | 1998-03-05 | 1 | -10/+12 |
* | Add backward compatibility so that static executables built on | jdp | 1997-03-20 | 1 | -10/+23 |
* | Merge from Lite2: | peter | 1997-03-11 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -2/+2 |
* | If the send() to the AF_UNIX socket to the syslogd fails, attempt to | peter | 1996-03-02 | 1 | -18/+56 |
* | Minor cleanup, mostly unused vars and missing #includes. | phk | 1995-10-22 | 1 | -2/+2 |
* | Add $Id$ since this version of the file has diverged from the BSD base a | peter | 1995-10-21 | 1 | -1/+5 |
* | Fix the problem that I aroused with the last commit.. | peter | 1995-10-05 | 1 | -4/+10 |
* | Fix security bugs with a "new approach", using stdio's powerful buffer | peter | 1995-09-15 | 1 | -18/+86 |
* | National date/time representation in syslog logfiles looks ugly, | ache | 1995-08-29 | 1 | -2/+1 |
* | Fix bracket error for LogMask | ache | 1995-05-02 | 1 | -1/+1 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+235 |