Age | Commit message (Expand) | Author |
2005-10-25 | dont' -> don't in comments; | Jason McIntyre |
2005-10-03 | In hardclock(), do not setup process virtual and profile timers if the process | Aaron Campbell |
2004-11-10 | Diff from art@: | Alexander Yurchenko |
2004-09-15 | Typo in #endif comment. | Alexander Yurchenko |
2004-08-05 | Fix typos. Found by Dries Schellekens | Artur Grabowski |
2004-08-04 | hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired and | Artur Grabowski |
2004-08-04 | Even when we have timecounters we still have to do the check for secondary | Artur Grabowski |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | Merge in a piece of the SMP branch into HEAD. | Artur Grabowski |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-13 | Force "struct timeval time" variable to be aligned to an 8-bit boundary. | Miod Vallat |
2002-09-24 | Restore pentium_microtime, testing by henning@, millert@. ok deraadt@ | Thomas Nordin |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat |
2002-06-07 | Change addupc_intr to not use fuswintr and suswintr to update the profiling | Artur Grabowski |
2002-06-07 | Simplify so that we can remove CLKF_BASEPRI() and spllowersoftclock() | Thomas Nordin |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-02-18 | Don't do unnecessary normalization. ok art@ | Thomas Nordin |
2002-02-15 | Improve comment. ok art@ | Thomas Nordin |
2002-02-15 | Add a tvtohz function. Like hzto, but doesn't subtract the current time. | Artur Grabowski |
2002-01-02 | Remove reference to timeout table. deraadt@ ok | Thomas Nordin |
2001-12-14 | New hz value needed by AlphaServer 1200 and a couple other machines | Nathan Binkert |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-19 | generic soft interrupts for softclock. | Artur Grabowski |
2000-08-23 | Move the updating of timeout queues to after ticks is incremented. | Artur Grabowski |
2000-07-07 | Make hzto return 0 for timeouts that should happen now or in the past. | Artur Grabowski |
2000-07-06 | Change splsoftclock() to spllowersoftclock(). (art@ ok) | Hakan Olsson |
2000-07-05 | Stop sleeps from returning early (by up to a clock tick). | Paul Janzen |
2000-03-23 | Update a comment to reflect reality. | Artur Grabowski |
2000-03-23 | New API for timeouts. Replaces the old timeout()/untimeout() API and | Artur Grabowski |
1999-08-15 | Adopt NetBSD fix for scheduler problems (nice was broken). From the NetBSD | Paul Janzen |
1998-08-27 | Undo changes which were not discussed. | Theo de Raadt |
1998-08-27 | defopt NTP | Michael Shalayeff |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert |
1997-12-30 | make it compile w/ GPROF | Michael Shalayeff |
1997-11-23 | nuke prehistoric disk statistics | Michael Shalayeff |
1997-01-25 | Don't do disruptive time corrections if tick size is not integral; from | Thorsten Lockert |
1997-01-25 | Improve adjtime() for odd hz values; from Dennis Ferguson (NetBSD PR# 2787) | Thorsten Lockert |
1996-09-09 | Don't claim a better precision than (1,000,000 / hz) us... | Thorsten Lockert |
1996-06-09 | Declare tickfixcnt only ifndef NTP. | briggs |
1996-05-03 | Make pretty + update $NetBSD$ tag. No functional change. | Niklas Hallqvist |
1996-05-02 | sync syscalls, no sys/cpu.h | Theo de Raadt |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1996-02-25 | Make it possible for a port to do special time update handling | Thorsten Lockert |
1996-02-25 | Implement frequency-locked loop as in original code; was missing | Thorsten Lockert |