OpenBSD CVS

src/usr.sbin/syslogd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / syslogd

Current tag: OPENBSD_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   20 years  djm   Buffered logging for syslogd. Logs may be stored in memory buffers and extracted...
[TXT] privsep.c  1.30   17 years  djm   use warnx and not logerror in monitor, logerror is for the slave; ok henning@ wh...
[TXT] privsep_fdpass.c  1.4   19 years  deraadt   portable code should not use that gcc __func__ specific junk when it is not need...
[TXT] ringbuf.c  1.7   18 years  djm   rearrange sanity checks to eliminate signed arithmatic, from stevesk@
[TXT] syslog.conf.5  1.22   16 years  jmc   convert to new .Dd format;
[TXT] syslogd.8  1.24   16 years  jmc   convert to new .Dd format;
[TXT] syslogd.c  1.100   16 years  chl   remove "unused variable" warnings tested by deraadt@ on a gcc2 arch looks ok r...
[TXT] syslogd.h  1.6   17 years  jason   - use getaddrinfo() instead of gethostbyname/getservbyname - reserve a poll desc...
[TXT] ttymsg.c  1.3   19 years  djm   -Wall,-Wshadow cleanup with avsm@; ok henning@ krw@