aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+2
* If the send() to the AF_UNIX socket to the syslogd fails, attempt toPeter Wemm1996-03-021-18/+56
* Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp1995-10-221-2/+2
* Add $Id$ since this version of the file has diverged from the BSD base aPeter Wemm1995-10-211-1/+5
* Fix the problem that I aroused with the last commit..Peter Wemm1995-10-051-4/+10
* Fix security bugs with a "new approach", using stdio's powerful bufferPeter Wemm1995-09-151-18/+86
* National date/time representation in syslog logfiles looks ugly,Andrey A. Chernov1995-08-291-2/+1
* Fix bracket error for LogMaskAndrey A. Chernov1995-05-021-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+235