From owner-cvs-all Sat Jun 2 1:11:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 005C137B423; Sat, 2 Jun 2001 01:11:26 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f528BPY31731; Sat, 2 Jun 2001 01:11:25 -0700 (PDT) (envelope-from phk) Message-Id: <200106020811.f528BPY31731@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 2 Jun 2001 01:11:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_log.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2001/06/02 01:11:25 PDT Modified files: (Branch: RELENG_4) sys/kern subr_log.c Log: 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 ...? Revision Changes Path 1.39.2.2 +8 -5 src/sys/kern/subr_log.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message