Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2001 12:02:51 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_log.c
Message-ID:  <200105231902.f4NJ2pb01276@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2001/05/23 12:02:51 PDT

  Modified files:
    sys/kern             subr_log.c 
  Log:
  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 ...?
  
  PR:		27361
  Submitted by:	pkern@utcc.utoronto.ca
  MFC after:	1 week
  
  Revision  Changes    Path
  1.44      +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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105231902.f4NJ2pb01276>