summaryrefslogtreecommitdiff
path: root/sys/kern/kern_clock.c
AgeCommit message (Expand)Author
2002-02-18Don't do unnecessary normalization. ok art@Thomas Nordin
2002-02-15Improve comment. ok art@Thomas Nordin
2002-02-15Add a tvtohz function. Like hzto, but doesn't subtract the current time.Artur Grabowski
2002-01-02Remove reference to timeout table. deraadt@ okThomas Nordin
2001-12-14New hz value needed by AlphaServer 1200 and a couple other machinesNathan Binkert
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-19generic soft interrupts for softclock.Artur Grabowski
2000-08-23Move the updating of timeout queues to after ticks is incremented.Artur Grabowski
2000-07-07Make hzto return 0 for timeouts that should happen now or in the past.Artur Grabowski
2000-07-06Change splsoftclock() to spllowersoftclock(). (art@ ok)Hakan Olsson
2000-07-05Stop sleeps from returning early (by up to a clock tick).Paul Janzen
2000-03-23Update a comment to reflect reality.Artur Grabowski
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
1999-08-15Adopt NetBSD fix for scheduler problems (nice was broken). From the NetBSDPaul Janzen
1998-08-27Undo changes which were not discussed.Theo de Raadt
1998-08-27defopt NTPMichael Shalayeff
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1997-12-30make it compile w/ GPROFMichael Shalayeff
1997-11-23nuke prehistoric disk statisticsMichael Shalayeff
1997-01-25Don't do disruptive time corrections if tick size is not integral; fromThorsten Lockert
1997-01-25Improve adjtime() for odd hz values; from Dennis Ferguson (NetBSD PR# 2787)Thorsten Lockert
1996-09-09Don't claim a better precision than (1,000,000 / hz) us...Thorsten Lockert
1996-06-09Declare tickfixcnt only ifndef NTP.briggs
1996-05-03Make pretty + update $NetBSD$ tag. No functional change.Niklas Hallqvist
1996-05-02sync syscalls, no sys/cpu.hTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-02-25Make it possible for a port to do special time update handlingThorsten Lockert
1996-02-25Implement frequency-locked loop as in original code; was missingThorsten Lockert
1996-01-29Add kernel PLL for system clockThorsten Lockert
1996-01-29from netbsd:Theo de Raadt
1995-12-30from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt