date and time created 91/03/07 10:23:53 by bostic
[unix-history] / usr / src / lib / libc / gen / syslog.c
1991-02-24 Donn SeeleyAdd include files to get prototype declarations, and...
1990-11-28 Keith Bosticmake error messages a little better, use constants...
1990-10-30 Keith Bosticback out change to return error values
1990-10-01 Keith Bosticreturn EINVAL if the priority parameter to syslog/vsysl...
1990-10-01 Keith Bosticmove _PATH_LOGNAME to <sys/syslog.h>; fix priority...
1990-06-28 Mike Karelsoff by one when logging to console (was missing \n)
1990-06-02 Keith Bosticnew copyright notice
1990-05-16 Keith Bosticstring.h is ANSI C include file
1989-10-29 Keith Bosticdon't reject based on the facility number, syslogd...
1989-08-25 Keith Bosticneed newline for console, too
1989-08-05 Keith Bosticdon't worry about blocking on the console, or about...
1989-08-03 Keith Bosticuse waitpid to avoid swallowing children; minor cleanups
1989-02-16 Keith Bosticadd LOG_PERROR
1989-01-20 Keith Bosticend format string, you silly boy!
1988-12-20 Keith Bosticput %m back in
1988-12-20 Keith Bosticadd vsyslog
1988-12-20 Keith Bosticsome general cleanup; move %m into _doprnt(); handle...
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-01 Mike Karelsuse connect instead of sendto (for chrooted programs)
1988-05-21 Mike Karels... and do it right
1988-03-25 Mike Karelspri 0 is legal; clear facility bits before computing...
1987-10-23 Keith BosticANSI C; sprintf now returns an int.
1987-10-01 Keith Bosticlong/int bug; bug report 4.3BSD/lib/24
1987-04-21 Mike Karelsuse header macro
1986-05-08 Mike Karelsfix problems created by using vfork
1986-05-08 Mike Karelsfix problems created by using vfork
1986-04-25 Mike Karelsadd LOG_NOWAIT, correct console logging
1986-03-14 Mike Karelsoops, too much Fortran lately
1986-03-10 Donn Seeleyadded LIBC_SCCS condition for sccs ids
1986-03-09 Mike Karelsdon't need to print priority on console; s/fork/vfork
1985-10-14 Eric Allmanuse LOG_NDELAY to \immediately/ open log; LOG_ODELAY...
1985-09-18 Eric Allmantimeout on attempts to open the console if the log...
1985-09-18 Eric Allmanchanges to support facility/level mode of priorities
1985-05-31 Distribution FolksAdd copyright
1985-02-21 Ralph Campbellmake the default priority mask ignore kernel priorities.
1985-02-05 Ralph Campbellchanges for more priorities & added LOG_ODELAY to delay...
1984-12-15 Ralph Campbellchanges for more priorities and use mask instead of...
1984-08-17 Ralph Campbellstandardize log format, save errno.
1984-05-05 Ralph Campbellclose socket on exec() since descriptor var is static...
1984-04-26 Ralph Campbelluses UNIX domain sockets now.
1983-06-24 Sam Lefflermissing closes on files
1983-05-28 Sam Lefflerdate and time created 83/05/27 11:12:45 by sam