summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* 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