summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd
Commit message (Collapse)AuthorAgeFilesLines
* Bring in some fixes from NetBSD and re-hack our syslogd to be option-compatiblepst1996-07-222-19/+28
| | | | | | | | | with theirs (change the -I option to -s (but leave -I in for backwards compat.) Also eliminate an make sane some magic numbers, and fix a small bug where we'd send to an unopened socket. Reviewed by: wollman Obtained from: NetBSD
* Correct synopsis (-d, -I options were missing because -mdoc mistookwollman1996-05-201-2/+2
| | | | the dI in `.Op Fl dI' for the name of an internal mdoc command).
* With the recent 'make install' change in the kernel build makefiles, anpeter1995-11-141-2/+4
| | | | | | | | | | `interesting' feature of syslogd turned up. It calls getbootfile() for each log entry. Since the kernel makefile now changes kern.bootfile when doing a 'make install', it's quite startling to see the syslog lines change. This change makes it call getbootfile() once at startup and cache it, saving a syscall per loop, and keeping something a little more asthetically pleasing in /var/log/messages...
* Add a command-line option `-I' to disable logging from UDP.wollman1995-10-122-14/+38
| | | | | | | Document `-d' and `-I'. Add a BUGS section noting that logging from UDP is an unauthenticated remote disk-filling service, and probably should be disabled by default in the absence of some sort of authentication.
* Remove unconditional unlink at startup and conditionalised the unlink at exitpaul1995-09-111-3/+5
| | | | | | | | | so that it only unlinks the file if syslogd knows it created it. If the path specified for the socket already exists then syslogd will now exit with an "address already in use" error which is more sensible than blindly unlinking the existing filename. This stops syslogd -d foo/bar from unlinking foo/bar if it's a real file.
* Fix up warning about const being lost.pst1995-08-231-2/+2
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Updates from Peter da Silva to match the recent syslogd changes.jkh1995-01-041-3/+34
| | | | Submitted by: pds
* Extend syslogd to allow selection of log destinations by program.wollman1994-12-291-9/+72
| | | | | | Use getbootfile() to determine the kernel name. Submitted by: Peter da Silva
* Get rid of update. Make man page installation work with our schemewollman1994-08-051-2/+2
| | | | (and rename a few in the process).
* Converted 'vmunix' to 'kernel'.dg1994-08-051-1/+1
|
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-265-0/+1526
OpenPOWER on IntegriCloud