aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_clock.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed breakage of binary compatibility of the kern.clockrate sysctl inBruce Evans2002-05-051-0/+1
* Move the winding of timecounters out of hardclock and into a normalPoul-Henning Kamp2002-04-261-3/+0
* Take the "tickadj" element out of struct clockinfo. Our adjtime(2)Poul-Henning Kamp2002-04-151-1/+0
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* MFS: synchronize the code with the version in -stable, specifically:Luigi Rizzo2002-02-111-5/+3
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-051-1/+1
* Change traces in hardclock and statclock to use the KTR_CLK traceJake Burkholder2001-12-291-2/+2
* Add/correct description for some sysctl variables where it was missing.Luigi Rizzo2001-12-161-1/+2
* Device Polling code for -current.Luigi Rizzo2001-12-141-0/+12
* Use MTX_QUIET for the lock operations during clock interrupts so their logsJohn Baldwin2001-11-151-6/+6
* Add missing includes of sys/ktr.h.John Baldwin2001-10-111-0/+1
* KSE Milestone 2Julian Elischer2001-09-121-26/+37
* - Close races with signals and other AST's being triggered while we are inJohn Baldwin2001-08-101-8/+4
* Add KTR_INTR tracepoints for when clock interrupts are triggered.John Baldwin2001-08-031-0/+2
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-151-1/+0
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-271-60/+75
* Fix an old bug related to BETTER_CLOCK. Call forward_*clock if SMPJohn Baldwin2001-04-171-3/+3
* Catch up to header include changes:John Baldwin2001-03-281-1/+1
* Changed the aston() family to operate on a specified process instead ofBruce Evans2001-02-191-2/+2
* - Catch up to the new swi API changes:John Baldwin2001-02-091-2/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-14/+14
* - Proc locking.John Baldwin2001-01-241-7/+20
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesJake Burkholder2001-01-101-2/+2
* o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE.Robert Watson2000-11-201-0/+3
* - Protect the callout wheel with a separate spin mutex, callout_lock.Jake Burkholder2000-11-191-2/+12
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-1/+3
* Catch up to moving headers:John Baldwin2000-10-201-2/+2
* - Change fast interrupts on x86 to push a full interrupt frame and toJohn Baldwin2000-10-061-18/+24
* Clean up process accounting some more. Unfortunately, it is still notJohn Baldwin2000-09-121-14/+12
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-16/+13
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-1/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.Matthew Dillon2000-03-281-3/+1
* Isolate the Timecounter internals in their own two files.Poul-Henning Kamp2000-03-201-572/+2
* Fix sign reversal in adjtime(2).Poul-Henning Kamp2000-02-131-1/+1
* Make adjtime(2) adjust boottime so it doesn't cause non-monotonousPoul-Henning Kamp1999-12-081-2/+11
* Fixed some comments in statclock(). The previous commit made it clearerBruce Evans1999-11-271-8/+8
* Moved scheduling-related code to kern_synch.c so that it is easier to fixBruce Evans1999-11-271-21/+1
* #ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning.Peter Wemm1999-10-101-0/+2
* Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.John Hay1999-10-091-42/+54
* Moved the definition of `boottime' and its sysctl to the correct file.Bruce Evans1999-09-131-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Oops, the previous commit only worked in the one case it was tested for.Bruce Evans1999-07-241-2/+3
* Added a sysctl "kern.timecounter.hardware" for selecting the hardwareBruce Evans1999-07-181-6/+41
* Remove four no-op casts.John Polstra1999-07-181-5/+5
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thePoul-Henning Kamp1999-04-251-3/+9
* 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