Bring in Jeff Wheelhouse's CLOG / circular log file support for syslogd,
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 30 Oct 2004 20:26:48 +0000 (20:26 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 30 Oct 2004 20:26:48 +0000 (20:26 +0000)
commit534b2416b5e907c371f2d46b501b777076141136
treea2b155f1ef15f2d9ae8512dbe8228f5191125640
parent9dd2b0eee4a4788c81dff4e551f60b5342c9d184
Bring in Jeff Wheelhouse's CLOG / circular log file support for syslogd,
With some formatting changes.

Side note: CLOG's use of mmap within syslogd is very dangerous and could
lead to syslogd seg-faulting out, especially since the control structure
appears to reside at the end of the physical log file.  Users of circular
log files must take care.

Requested-by: The MOB!
usr.sbin/Makefile
usr.sbin/clog/Makefile [new file with mode: 0644]
usr.sbin/clog/clog.8 [new file with mode: 0644]
usr.sbin/clog/clog.c [new file with mode: 0644]
usr.sbin/clog/clog.h [new file with mode: 0644]
usr.sbin/syslogd/syslog.conf.5
usr.sbin/syslogd/syslogd.c