| Commit message (Expand) | Author | Age | Files | Lines |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | Isolate the Timecounter internals in their own two files. | phk | 2000-03-20 | 1 | -477/+54 |
* | Fix sign reversal in adjtime(2). | phk | 2000-02-13 | 1 | -1/+1 |
* | Make adjtime(2) adjust boottime so it doesn't cause non-monotonous | phk | 1999-12-08 | 1 | -2/+11 |
* | Fixed some comments in statclock(). The previous commit made it clearer | bde | 1999-11-27 | 1 | -8/+8 |
* | Moved scheduling-related code to kern_synch.c so that it is easier to fix | bde | 1999-11-27 | 1 | -21/+1 |
* | #ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning. | peter | 1999-10-10 | 1 | -0/+2 |
* | Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest. | jhay | 1999-10-09 | 1 | -42/+54 |
* | Moved the definition of `boottime' and its sysctl to the correct file. | bde | 1999-09-13 | 1 | -0/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Oops, the previous commit only worked in the one case it was tested for. | bde | 1999-07-24 | 1 | -2/+3 |
* | Added a sysctl "kern.timecounter.hardware" for selecting the hardware | bde | 1999-07-18 | 1 | -6/+41 |
* | Remove four no-op casts. | jdp | 1999-07-18 | 1 | -5/+5 |
* | Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the | phk | 1999-04-25 | 1 | -3/+9 |
* | Don't open window for race condition. | phk | 1999-04-02 | 1 | -4/+1 |
* | Fix an old cut&paste bogon. | phk | 1999-03-12 | 1 | -2/+2 |
* | Remove duplicate include. | phk | 1999-03-12 | 1 | -4/+1 |
* | Make even more of the PPSAPI implementations generic. | phk | 1999-03-11 | 1 | -52/+147 |
* | Integrate the new "nanokernel" PLL from Dave Mills. | phk | 1999-03-08 | 1 | -5/+2 |
* | Introduce machine-dependent macro pgtok() to convert page count to number | luoqi | 1999-02-19 | 1 | -5/+5 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -3/+2 |
* | 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 |