freebsd-dev/usr.sbin/syslogd
Ian Dowse ff96c77dc4 Be much more strict about parsing tagged log messages from /dev/klog;
if the line doesn't match ^<%d>, then treat it as a regular kernel
printf line. Previously if a kernel printf message started with "<"
it would be interpreted as a log message, often with LOG_EMERG
level. This was triggered by some printfs in sys/dev/aic7xxx/, and
can also happen with the partial lines that result if syslogd cannot
keep up with the rate of arrival of kernel messages.

Reviewed by:	dwmalone
MFC after:	1 week
2004-01-26 00:46:46 +00:00
..
Makefile Avoid code duplication by using libutil's trimdomain() instead of 2003-05-17 20:05:18 +00:00
pathnames.h
syslog.conf.5 Allow multiple hosts or programs to be named in program 2003-02-13 00:08:56 +00:00
syslogd.8 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
syslogd.c Be much more strict about parsing tagged log messages from /dev/klog; 2004-01-26 00:46:46 +00:00