aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_tc.c
Commit message (Expand)AuthorAgeFilesLines
* Don't open window for race condition.Poul-Henning Kamp1999-04-021-4/+1
* Fix an old cut&paste bogon.Poul-Henning Kamp1999-03-121-2/+2
* Remove duplicate include.Poul-Henning Kamp1999-03-121-4/+1
* Make even more of the PPSAPI implementations generic.Poul-Henning Kamp1999-03-111-52/+147
* Integrate the new "nanokernel" PLL from Dave Mills.Poul-Henning Kamp1999-03-081-5/+2
* Introduce machine-dependent macro pgtok() to convert page count to numberLuoqi Chen1999-02-191-5/+5
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-3/+2
* Make the previous behaviour the default, add a sysctl which youPoul-Henning Kamp1998-11-291-12/+42
* Make timecounters more resistant to badly behaved SW/HW which locksPoul-Henning Kamp1998-11-231-10/+18
* Add a kludge to prevent panicing when using VM86 and hitting hereSøren Schmidt1998-11-231-2/+2
* Fixed breakage of the GPROF case of statclock() in the previous commit.Bruce Evans1998-10-261-1/+2
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-3/+2
* Change the way we simulate stable storage for timecounters.Poul-Henning Kamp1998-10-231-57/+52
* Cast the return value of tvtohz() from a long to an int to satisfy theAlexander Langer1998-10-061-2/+2
* kern_clock.c:Justin T. Gibbs1998-09-151-18/+2
* Removed unused function hzto().Bruce Evans1998-08-051-18/+1
* Fixed printf format errors.Bruce Evans1998-07-111-2/+2
* Hmm, braino in last commit.Poul-Henning Kamp1998-07-041-4/+5
* Change the sign on a race-condition, so that instead of ending up severalPoul-Henning Kamp1998-07-041-8/+18
* When we transfer time from one timecounter to the next, use nanouptime(),Poul-Henning Kamp1998-07-021-4/+4
* Add a tc_ prefix to struct timecounter members.Poul-Henning Kamp1998-06-091-88/+92
* Add a member function more to the timecounters, this one is for usePoul-Henning Kamp1998-06-071-6/+32
* Add a "this" style argument and a "void *private" so timecounters canPoul-Henning Kamp1998-06-071-7/+7
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-11/+16
* Change a data type internal to the timecounters, and remove the "delta"Poul-Henning Kamp1998-05-191-27/+14
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-6/+6
* Minor adjustments to the timecounting and proc0.Poul-Henning Kamp1998-04-081-3/+3
* Make a kernel version of the timer* functions called timerval* to bePoul-Henning Kamp1998-04-061-3/+3
* Make the dummy timecounter run at 1 MHz rather than 100kHz (noticed by bde)Poul-Henning Kamp1998-04-051-2/+2
* Handle double fraction overflow in nano & microtime functions (spotted by Bruce)Poul-Henning Kamp1998-04-041-3/+3
* Time changes mark 2:Poul-Henning Kamp1998-04-041-37/+90
* Fix an off by 1<<32 error.Poul-Henning Kamp1998-03-311-2/+2
* Add a dummy timecounter until we find the real thing(s).Poul-Henning Kamp1998-03-311-4/+36
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-17/+28
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-12/+30
* A bunch of BNN (Bruce Normal Nits) from bde:Poul-Henning Kamp1998-03-161-55/+92
* Replace TOD clock code with more systematic approach.Poul-Henning Kamp1998-02-201-94/+241
* Add a nanotime() function so that we can start to use this call.Poul-Henning Kamp1998-02-151-1/+10
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Move almost all the ntp related stuff from kern_clock.c toPoul-Henning Kamp1998-01-141-660/+47
* Try to solve timeout race by not touching softtics here.Poul-Henning Kamp1998-01-111-4/+2
* Fix softclock calling so we don't loose timeouts (I broke this ~10h ago)Poul-Henning Kamp1998-01-111-2/+6
* Whoops. softclock is called from doreti_swi as well. Abandon call fromPoul-Henning Kamp1998-01-101-3/+3
* Effect the divorce of kern_clock.c and kern_timeout.c (which wasPoul-Henning Kamp1998-01-101-283/+2
* Improve hardpps readability a bit:Poul-Henning Kamp1998-01-071-50/+45
* This patch causes the "calltodo" timer list to be decremented by the amountNate Williams1997-12-231-1/+68
* The improvements to clock statistics by Tor EggeSteve Passe1997-12-081-1/+20
* Removed all traces of P_IDLEPROC. It was tested but never set.Bruce Evans1997-11-241-2/+2
* Removed unused #include.Bruce Evans1997-11-181-3/+1