Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: thorpej
Date: Thu Jul 13 20:12:22 UTC 2000
Modified Files:
syssrc/sys/kern [netbsd-1-5]: kern_clock.c
Log Message:
Pull up rev. 1.62:
New hzto() function from FreeBSD and Artur Grabowski
<art%stacken.kth.se@localhost>.
Stops sleeps from returning early (by up to a clock tick), and return 0
ticks for timeouts that should happen now or in the past.
Returning 0 is different from the legacy hzto() interface, and callers
need to check for it.
To generate a diff of this commit:
cvs rdiff -r1.60 -r1.60.2.1 syssrc/sys/kern/kern_clock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index