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_3_8_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.26   18 years  djm   fix fd leak on SIGHUP after config change, spotted by Stephen Marley; ok avsm@
[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.4   18 years  djm   memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley; ok...
[TXT] syslog.conf.5  1.19   19 years  djm   support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4; ok henni...
[TXT] syslogd.8  1.21   19 years  jmc   group paragraphs more logically; suggested by michael knudsen;
[TXT] syslogd.c  1.92   18 years  millert   If any of fds 0-2 are not open, dup them to our /dev/null fd. Prevents the socke...
[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@