freebsd-dev/usr.sbin/syslogd
David E. O'Brien e7ec0d579b + Open ctty in non-blocking mode to avoid hangs during open and close(waiting
for the port to drain).
+ Handle "*" as a priority properly.
+ Test what is free'ed.
+ Dynamically determine length vs. hardcoding it.
+ Free the previous message buffer (f_prevline) only after logging all the
  messages and just before the process exit.  Also check f_prevline for NULL
  before using it.
+ The time displayed is not synchornized with the other log destinations.
+ Fix a comment.

Obtained from:	Juniper Networks
2007-12-11 06:10:10 +00:00
..
Makefile Obey MK_INET6_SUPPORT. 2006-07-27 14:52:12 +00:00
pathnames.h Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software 2004-08-07 04:28:56 +00:00
syslog.conf.5 Mark up keywords with .Cm. 2006-10-12 01:59:34 +00:00
syslogd.8 By default (for security reasons) syslogd(8) doesn't create log files 2006-03-06 10:36:33 +00:00
syslogd.c + Open ctty in non-blocking mode to avoid hangs during open and close(waiting 2007-12-11 06:10:10 +00:00