K 10 svn:author V 3 phk K 8 svn:date V 27 2001-06-02T08:11:25.000000Z K 7 svn:log V 323 MFC: syslogd gets kernel log messages only once every 30 seconds or at the top of the minute, whichever comes first. It seems logtimeout() is only called once after the kernel log is opened and then never again after that. So I guess syslogd only gets kernel log messages by virtue of syncer(4)'s flushes ...? END