CVS commit: src/usr.sbin/syslogd

"SAITOH Masanobu" <[email protected]> Wed, 5 Aug 2026 08:17:41 +0000
Newsgroups gmane.os.netbsd.devel.cvs
Message-ID <[email protected]>
Module Name:	src
Committed By:	msaitoh
Date:		Wed Aug  5 08:17:41 UTC 2026

Modified Files:
	src/usr.sbin/syslogd: syslogd.c

Log Message:
syslogd: Preserve full partial klog line when buffering

 Buffer incomplete /dev/klog lines from the start of the original
line instead of the parse position. Otherwise, split messages
lose the BSD syslog priority prefix when reconstructed.

Fixed by Kenichi Suzuki at IIJ.


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 src/usr.sbin/syslogd/syslogd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.