| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the previous behaviour the default, add a sysctl which you | phk | 1998-11-29 | 1 | -12/+42 |
* | Make timecounters more resistant to badly behaved SW/HW which locks | phk | 1998-11-23 | 1 | -10/+18 |
* | Add a kludge to prevent panicing when using VM86 and hitting here | sos | 1998-11-23 | 1 | -2/+2 |
* | Fixed breakage of the GPROF case of statclock() in the previous commit. | bde | 1998-10-26 | 1 | -1/+2 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -3/+2 |
* | Change the way we simulate stable storage for timecounters. | phk | 1998-10-23 | 1 | -57/+52 |
* | Cast the return value of tvtohz() from a long to an int to satisfy the | alex | 1998-10-06 | 1 | -2/+2 |
* | kern_clock.c: | gibbs | 1998-09-15 | 1 | -18/+2 |
* | Removed unused function hzto(). | bde | 1998-08-05 | 1 | -18/+1 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -2/+2 |
* | Hmm, braino in last commit. | phk | 1998-07-04 | 1 | -4/+5 |
* | Change the sign on a race-condition, so that instead of ending up several | phk | 1998-07-04 | 1 | -8/+18 |
* | When we transfer time from one timecounter to the next, use nanouptime(), | phk | 1998-07-02 | 1 | -4/+4 |
* | Add a tc_ prefix to struct timecounter members. | phk | 1998-06-09 | 1 | -88/+92 |
* | Add a member function more to the timecounters, this one is for use | phk | 1998-06-07 | 1 | -6/+32 |
* | Add a "this" style argument and a "void *private" so timecounters can | phk | 1998-06-07 | 1 | -7/+7 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -11/+16 |
* | Change a data type internal to the timecounters, and remove the "delta" | phk | 1998-05-19 | 1 | -27/+14 |
* | s/nanoruntime/nanouptime/g | phk | 1998-05-17 | 1 | -6/+6 |
* | Minor adjustments to the timecounting and proc0. | phk | 1998-04-08 | 1 | -3/+3 |
* | Make a kernel version of the timer* functions called timerval* to be | phk | 1998-04-06 | 1 | -3/+3 |
* | Make the dummy timecounter run at 1 MHz rather than 100kHz (noticed by bde) | phk | 1998-04-05 | 1 | -2/+2 |
* | Handle double fraction overflow in nano & microtime functions (spotted by Bruce) | phk | 1998-04-04 | 1 | -3/+3 |
* | Time changes mark 2: | phk | 1998-04-04 | 1 | -37/+90 |
* | Fix an off by 1<<32 error. | phk | 1998-03-31 | 1 | -2/+2 |
* | Add a dummy timecounter until we find the real thing(s). | phk | 1998-03-31 | 1 | -4/+36 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -17/+28 |
* | Add two new functions, get{micro|nano}time. | phk | 1998-03-26 | 1 | -12/+30 |
* | A bunch of BNN (Bruce Normal Nits) from bde: | phk | 1998-03-16 | 1 | -55/+92 |
* | Replace TOD clock code with more systematic approach. | phk | 1998-02-20 | 1 | -94/+241 |
* | Add a nanotime() function so that we can start to use this call. | phk | 1998-02-15 | 1 | -1/+10 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Move almost all the ntp related stuff from kern_clock.c to | phk | 1998-01-14 | 1 | -660/+47 |
* | Try to solve timeout race by not touching softtics here. | phk | 1998-01-11 | 1 | -4/+2 |
* | Fix softclock calling so we don't loose timeouts (I broke this ~10h ago) | phk | 1998-01-11 | 1 | -2/+6 |
* | Whoops. softclock is called from doreti_swi as well. Abandon call from | phk | 1998-01-10 | 1 | -3/+3 |
* | Effect the divorce of kern_clock.c and kern_timeout.c (which was | phk | 1998-01-10 | 1 | -283/+2 |
* | Improve hardpps readability a bit: | phk | 1998-01-07 | 1 | -50/+45 |
* | This patch causes the "calltodo" timer list to be decremented by the amount | nate | 1997-12-23 | 1 | -1/+68 |
* | The improvements to clock statistics by Tor Egge | fsmp | 1997-12-08 | 1 | -1/+20 |
* | Removed all traces of P_IDLEPROC. It was tested but never set. | bde | 1997-11-24 | 1 | -2/+2 |
* | Removed unused #include. | bde | 1997-11-18 | 1 | -3/+1 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -3/+1 |
* | Store an absolute tick value in callout entries so that a subtraction on | gibbs | 1997-09-24 | 1 | -10/+18 |
* | init_main.c subr_autoconf.c: | gibbs | 1997-09-21 | 1 | -81/+115 |
* | Some staticized variables were still declared to be extern. | bde | 1997-09-07 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -3/+1 |
* | #include <machine/limits.h> explicitly in the few places that it is required. | bde | 1997-08-21 | 1 | -1/+2 |
* | Add tickadj to struct clockinfo, like NetBSD and OpenBSD. | jhay | 1997-06-24 | 1 | -1/+2 |