summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_clock.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-281-3/+1
* Isolate the Timecounter internals in their own two files.phk2000-03-201-572/+2
* Fix sign reversal in adjtime(2).phk2000-02-131-1/+1
* Make adjtime(2) adjust boottime so it doesn't cause non-monotonousphk1999-12-081-2/+11
* Fixed some comments in statclock(). The previous commit made it clearerbde1999-11-271-8/+8
* Moved scheduling-related code to kern_synch.c so that it is easier to fixbde1999-11-271-21/+1
* #ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning.peter1999-10-101-0/+2
* Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.jhay1999-10-091-42/+54
* Moved the definition of `boottime' and its sysctl to the correct file.bde1999-09-131-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Oops, the previous commit only worked in the one case it was tested for.bde1999-07-241-2/+3
* Added a sysctl "kern.timecounter.hardware" for selecting the hardwarebde1999-07-181-6/+41
* Remove four no-op casts.jdp1999-07-181-5/+5
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-251-3/+9
* Don't open window for race condition.phk1999-04-021-4/+1
* Fix an old cut&paste bogon.phk1999-03-121-2/+2
* Remove duplicate include.phk1999-03-121-4/+1
* Make even more of the PPSAPI implementations generic.phk1999-03-111-52/+147
* Integrate the new "nanokernel" PLL from Dave Mills.phk1999-03-081-5/+2
* Introduce machine-dependent macro pgtok() to convert page count to numberluoqi1999-02-191-5/+5
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-3/+2
* Make the previous behaviour the default, add a sysctl which youphk1998-11-291-12/+42
* Make timecounters more resistant to badly behaved SW/HW which locksphk1998-11-231-10/+18
* Add a kludge to prevent panicing when using VM86 and hitting heresos1998-11-231-2/+2
* Fixed breakage of the GPROF case of statclock() in the previous commit.bde1998-10-261-1/+2
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-3/+2
* Change the way we simulate stable storage for timecounters.phk1998-10-231-57/+52
* Cast the return value of tvtohz() from a long to an int to satisfy thealex1998-10-061-2/+2
* kern_clock.c:gibbs1998-09-151-18/+2
* Removed unused function hzto().bde1998-08-051-18/+1
* Fixed printf format errors.bde1998-07-111-2/+2
* Hmm, braino in last commit.phk1998-07-041-4/+5
* Change the sign on a race-condition, so that instead of ending up severalphk1998-07-041-8/+18
* When we transfer time from one timecounter to the next, use nanouptime(),phk1998-07-021-4/+4
* Add a tc_ prefix to struct timecounter members.phk1998-06-091-88/+92
* Add a member function more to the timecounters, this one is for usephk1998-06-071-6/+32
* Add a "this" style argument and a "void *private" so timecounters canphk1998-06-071-7/+7
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-11/+16
* Change a data type internal to the timecounters, and remove the "delta"phk1998-05-191-27/+14
* s/nanoruntime/nanouptime/gphk1998-05-171-6/+6
* Minor adjustments to the timecounting and proc0.phk1998-04-081-3/+3
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-061-3/+3
* Make the dummy timecounter run at 1 MHz rather than 100kHz (noticed by bde)phk1998-04-051-2/+2
* Handle double fraction overflow in nano & microtime functions (spotted by Bruce)phk1998-04-041-3/+3
* Time changes mark 2:phk1998-04-041-37/+90
* Fix an off by 1<<32 error.phk1998-03-311-2/+2
* Add a dummy timecounter until we find the real thing(s).phk1998-03-311-4/+36
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-17/+28
* Add two new functions, get{micro|nano}time.phk1998-03-261-12/+30
OpenPOWER on IntegriCloud