From owner-cvs-all Fri Apr 26 5:37:45 2002 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 1277C37B405; Fri, 26 Apr 2002 05:37:37 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3QCbbH99148; Fri, 26 Apr 2002 05:37:37 -0700 (PDT) (envelope-from phk) Message-Id: <200204261237.g3QCbbH99148@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 26 Apr 2002 05:37:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys timetc.h src/sys/kern kern_clock.c kern_tc.c X-FreeBSD-CVS-Branch: HEAD 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 2002/04/26 05:37:36 PDT Modified files: sys/sys timetc.h sys/kern kern_clock.c kern_tc.c Log: Move the winding of timecounters out of hardclock and into a normal timeout loop. Limit the rate at which we wind the timecounters to approx 1000 Hz. This limits the precision of the get{bin,nano,micro}[up]time(9) functions to roughly a millisecond. Revision Changes Path 1.139 +0 -3 src/sys/kern/kern_clock.c 1.123 +39 -1 src/sys/kern/kern_tc.c 1.49 +0 -1 src/sys/sys/timetc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message