summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_clock.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* A bunch of BNN (Bruce Normal Nits) from bde:phk1998-03-161-55/+92
* Replace TOD clock code with more systematic approach.phk1998-02-201-94/+241
* Add a nanotime() function so that we can start to use this call.phk1998-02-151-1/+10
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Move almost all the ntp related stuff from kern_clock.c tophk1998-01-141-660/+47
* Try to solve timeout race by not touching softtics here.phk1998-01-111-4/+2
* Fix softclock calling so we don't loose timeouts (I broke this ~10h ago)phk1998-01-111-2/+6
* Whoops. softclock is called from doreti_swi as well. Abandon call fromphk1998-01-101-3/+3
* Effect the divorce of kern_clock.c and kern_timeout.c (which wasphk1998-01-101-283/+2
* Improve hardpps readability a bit:phk1998-01-071-50/+45
* This patch causes the "calltodo" timer list to be decremented by the amountnate1997-12-231-1/+68
* The improvements to clock statistics by Tor Eggefsmp1997-12-081-1/+20
* Removed all traces of P_IDLEPROC. It was tested but never set.bde1997-11-241-2/+2
* Removed unused #include.bde1997-11-181-3/+1
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+1
* Store an absolute tick value in callout entries so that a subtraction ongibbs1997-09-241-10/+18
* init_main.c subr_autoconf.c:gibbs1997-09-211-81/+115
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+2
* Removed unused #includes.bde1997-09-021-3/+1
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+2
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-241-1/+2
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-2/+2
* Restore Bruce's original comment. It seems that "iff" = if and only if,mpp1997-03-221-2/+2
* Fix a typo in a comment of a recent commit.mpp1997-03-221-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-1/+12
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Update our kernel ntp code to the latest from David Mills. The main changejhay1996-12-301-127/+252
* Improved biasing of i586 clock by adjusting for hardclock() latency.bde1996-10-251-1/+2
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.bde1996-10-101-1/+3
* Fixed resource usage integrals. They were too large by a factor ofbde1996-07-301-20/+21
* Unstaticize psratio and staticize profprocs. psratio needs to be exportedbde1996-06-231-5/+6
* Staticize.phk1995-12-171-9/+10
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+6
* A couple of minor tweaks to the sysctl stuff.phk1995-12-061-2/+2
* A major sweep over the sysctl stuff.phk1995-12-041-3/+3
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-9/+4
* The entire sysctl callback to read/write version. I havn't tested this asphk1995-11-121-3/+2
* Fix some of the sysctl broke, and add a lot more to it.phk1995-11-081-7/+8
* Improve clock accuracy by accounting for late/missed clock interruptswollman1995-10-121-3/+3
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-3/+13
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-2/+1
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
OpenPOWER on IntegriCloud