Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 1998 01:59:04 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern kern_clock.c src/sys/conf options src/sys/i386/conf LINT
Message-ID:  <199811230959.BAA29931@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1998/11/23 01:59:03 PST

  Modified files:
    sys/kern             kern_clock.c 
    sys/conf             options 
    sys/i386/conf        LINT 
  Log:
  Make timecounters more resistant to badly behaved SW/HW which locks
  out interrupts for too long.  If you still see the "calcru: negative
  time..." message you can increase NTIMECOUNTER (see LINT).
  
  Sideeffect is that a timecounter is required to not wrap around in
  less than (1 + delta) seconds instead of the (1/hz + delta) required
  until now.
  
  Many thanks to: msmith, wpaul, wosch & bde
  
  Revision  Changes    Path
  1.85      +18 -10    src/sys/kern/kern_clock.c
  1.108     +2 -1      src/sys/conf/options
  1.505     +9 -1      src/sys/i386/conf/LINT

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?199811230959.BAA29931>