summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Augment the last change after some deliberation with rgrimes & peter.phk1998-04-241-23/+31
* Even with '-s', syslogd still creates an AF_INET socket, althoughphk1998-04-221-23/+22
* Don't assume sigset_t and int are equivalent. Also, getjraynard1998-02-281-6/+8
* Cosmetic in usage string.charnier1997-10-201-9/+12
* Use snprintf() instead of sprintf() most of the time.brian1997-09-191-11/+11
* Nobody ever seemed to be interested in reviewing these changes, and ijoerg1997-05-031-5/+209
* Whoops -- code inspection showed I forgot to clean up getopt stringpst1997-04-261-2/+2
* Secure mode (-s) incorrectly disabled both sending and receiving of syslogpst1997-04-261-19/+13
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Save and restore the state of the variable Initialized inside die().joerg1997-03-141-1/+4
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* The "burn-in" phase has finished: this set of patches seems to runjoerg1997-02-221-6/+250
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Unlink LogName before attempting to open it. Since we now have a lovelyjkh1997-01-031-1/+2
* Revert part of the previous change. syslogd (when logging to ttys)peter1996-12-101-5/+3
* Don't close f->f_file on F_TTY types on error returns from ttymsg() sincepeter1996-11-261-4/+1
* Make the handling of the /dev/ prefix for tty names more consistant.peter1996-11-261-20/+28
* put on my flame resistant suit and tempt fate by attempting to fix some ofpeter1996-11-181-51/+69
* Back out the entire change from rev 1.11 of syslogd.c. It was bogus.joerg1996-10-281-44/+1
* Reviewed by: various (mailing list feedback)julian1996-10-231-2/+45
* syslogd has always bugged me with it's async startup at boot time.peter1996-10-051-6/+71
* Bring in some fixes from NetBSD and re-hack our syslogd to be option-compatiblepst1996-07-221-16/+24
* With the recent 'make install' change in the kernel build makefiles, anpeter1995-11-141-2/+4
* Add a command-line option `-I' to disable logging from UDP.wollman1995-10-121-13/+21
* Remove unconditional unlink at startup and conditionalised the unlink at exitpaul1995-09-111-3/+5
* Fix up warning about const being lost.pst1995-08-231-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* Extend syslogd to allow selection of log destinations by program.wollman1994-12-291-9/+72
* Converted 'vmunix' to 'kernel'.dg1994-08-051-1/+1
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+1131
OpenPOWER on IntegriCloud