summaryrefslogtreecommitdiff
path: root/sys/kern/kern_clock.c
AgeCommit message (Expand)Author
2005-10-25dont' -> don't in comments;Jason McIntyre
2005-10-03In hardclock(), do not setup process virtual and profile timers if the processAaron Campbell
2004-11-10Diff from art@:Alexander Yurchenko
2004-09-15Typo in #endif comment.Alexander Yurchenko
2004-08-05Fix typos. Found by Dries SchellekensArtur Grabowski
2004-08-04hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired andArtur Grabowski
2004-08-04Even when we have timecounters we still have to do the check for secondaryArtur Grabowski
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-09Merge in a piece of the SMP branch into HEAD.Artur Grabowski
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-13Force "struct timeval time" variable to be aligned to an 8-bit boundary.Miod Vallat
2002-09-24Restore pentium_microtime, testing by henning@, millert@. ok deraadt@Thomas Nordin
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-07-03Change all variables definitions (int foo) in sys/sys/*.h to variableMiod Vallat
2002-06-07Change addupc_intr to not use fuswintr and suswintr to update the profilingArtur Grabowski
2002-06-07Simplify so that we can remove CLKF_BASEPRI() and spllowersoftclock()Thomas Nordin
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
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