Subject: CVS commit: [netbsd-2-0] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/22/2004 08:49:57
Module Name: src
Committed By: tron
Date: Tue Jun 22 08:49:57 UTC 2004
Modified Files:
src/sys/kern [netbsd-2-0]: kern_microtime.c
Log Message:
Pull up revision 1.5 (requested by fredb in ticket #520):
Adjust code that tries to prevent cc_microtime() from going backwards
so that it doesn't fire when called twice in the same microsecond,
which can lead to large error accumulation.
Appears to fix "repeated gettimeofday() goes backwards" on a fast
alpha and i386 box.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.4.1 src/sys/kern/kern_microtime.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.