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_1


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.29   17 years  henning   implement logging to other program's stdin. if the target is like "| /path/to/pr...
[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.21   17 years  henning   document syslog to other programs, ok jmc
[TXT] syslogd.8  1.23   17 years  henning   mention log to pipe in the blurb here. the details are all in syslog.conf.5, the...
[TXT] syslogd.c  1.96   17 years  mpf   Create "syslogd: restart" message after the setup of signal handlers. This preve...
[TXT] syslogd.h  1.5   18 years  djm   memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley; ok...
[TXT] ttymsg.c  1.3   19 years  djm   -Wall,-Wshadow cleanup with avsm@; ok henning@ krw@