freebsd-nq/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
pathnames.h
syslog.conf.5
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