DragonFly BSD
DragonFly commits List (threaded) for 2004-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/usr.sbin src/usr.sbin/clog src/usr.sbin/syslogd


To: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
From: Scott Ullrich <geekgod@xxxxxxxxxxx>
Date: Sat, 30 Oct 2004 20:12:27 -0400

Yay! Thanks!

Scott


Matthew Dillon wrote:
dillon 2004/10/30 13:26:48 PDT

DragonFly src repository

Modified files:
usr.sbin Makefile usr.sbin/syslogd syslog.conf.5 syslogd.c Added files:
usr.sbin/clog Makefile clog.8 clog.c clog.h Log:
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!
Revision Changes Path
1.15 +1 -0 src/usr.sbin/Makefile
1.4 +6 -0 src/usr.sbin/syslogd/syslog.conf.5
1.4 +132 -2 src/usr.sbin/syslogd/syslogd.c



http://www.dragonflybsd.org/cvsweb/src/usr.sbin/Makefile.diff?r1=1.14&r2=1.15&f=u http://www.dragonflybsd.org/cvsweb/src/usr.sbin/syslogd/syslog.conf.5.diff?r1=1.3&r2=1.4&f=u http://www.dragonflybsd.org/cvsweb/src/usr.sbin/syslogd/syslogd.c.diff?r1=1.3&r2=1.4&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]