freebsd-dev/usr.sbin/syslogd
Christian S.J. Peron ae4f0fc3a9 Currently, if writing out a log entry fails, we unlink that log entry from our
internal list of logfiles. So if writev(2) fails for potentially transient
errors like ENOSPC, syslogd requires a restart, even if the filesystem has
purged.

This change allows syslogd to ignore ENOSPC space errors, so that when the
filesystem is cleaned up, syslogd will automatically start logging again
without requiring the reset. This makes syslogd(8) a bit more reliable.

MFC after:	1 week
2006-03-30 21:04:52 +00:00
..
Makefile
pathnames.h
syslog.conf.5
syslogd.8 By default (for security reasons) syslogd(8) doesn't create log files 2006-03-06 10:36:33 +00:00
syslogd.c Currently, if writing out a log entry fails, we unlink that log entry from our 2006-03-30 21:04:52 +00:00