aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_timeout.c
Commit message (Expand)AuthorAgeFilesLines
* Add instrumentation which tells us how much work softclock() doesPoul-Henning Kamp2003-06-041-2/+26
* Under DIAGNOSTIC, only report expensive timeouts if they are more expensivePoul-Henning Kamp2003-02-011-1/+2
* Fix a format buglet.Poul-Henning Kamp2002-09-051-1/+1
* Under DIAGNOSTIC, complain if a timeout(9) routine took more than 1msec.Poul-Henning Kamp2002-09-041-4/+23
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* Move most of the kernel submap initialization code, including theMatthew Dillon2001-08-221-0/+49
* Change callout_stop() to return an integer. If callout_stop() succeeds inJohn Baldwin2001-08-101-2/+3
* Axe spl's obsoleted by the callout mutex.John Baldwin2001-08-101-26/+4
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-19/+19
* Revert the last commit to the callout interface, and add a flag toJonathan Lemon2000-11-251-6/+7
* - Rename callout_reset to _callout_reset and add a flags argument.Jake Burkholder2000-11-251-2/+4
* - Protect the callout wheel with a separate spin mutex, callout_lock.Jake Burkholder2000-11-191-17/+24
* Release sched_lock very briefly to give interrupts a chance to fire if weJohn Baldwin2000-11-181-0/+2
* The recent changes to msleep() and mawait() resulted in timeout() andJohn Baldwin2000-11-161-1/+16
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-1/+1
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-9/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix callout_init(). This didn't have any practical effect since itGarrett Wollman1999-03-061-2/+2
* Expose a slightly-lower-level interface to timeouts which allows callersGarrett Wollman1999-03-061-24/+96
* Fixed stale references to hzto() in comments.Bruce Evans1998-05-171-2/+2
* Declare function pointer args as pointers, not as functions.Bruce Evans1998-02-251-3/+3
* A bunch of nits from bde.Poul-Henning Kamp1998-02-151-15/+13
* Make softticks static.Poul-Henning Kamp1998-01-141-35/+2
* Fix softclock calling so we don't loose timeouts (I broke this ~10h ago)Poul-Henning Kamp1998-01-111-6/+2
* Whoops. softclock is called from doreti_swi as well. Abandon call fromPoul-Henning Kamp1998-01-101-8/+2
* Effect the divorce of kern_clock.c and kern_timeout.c (which wasPoul-Henning Kamp1998-01-101-1111/+20
* Improve hardpps readability a bit:Poul-Henning Kamp1998-01-071-50/+45
* This patch causes the "calltodo" timer list to be decremented by the amountNate Williams1997-12-231-1/+68
* The improvements to clock statistics by Tor EggeSteve Passe1997-12-081-1/+20
* Removed all traces of P_IDLEPROC. It was tested but never set.Bruce Evans1997-11-241-2/+2
* Removed unused #include.Bruce Evans1997-11-181-3/+1
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-3/+1
* Store an absolute tick value in callout entries so that a subtraction onJustin T. Gibbs1997-09-241-10/+18
* init_main.c subr_autoconf.c:Justin T. Gibbs1997-09-211-81/+115
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-2/+2
* Removed unused #includes.Bruce Evans1997-09-021-3/+1
* #include <machine/limits.h> explicitly in the few places that it is required.Bruce Evans1997-08-211-1/+2
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.John Hay1997-06-241-1/+2
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-2/+2
* Restore Bruce's original comment. It seems that "iff" = if and only if,Mike Pritchard1997-03-221-2/+2
* Fix a typo in a comment of a recent commit.Mike Pritchard1997-03-221-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-1/+12
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Update our kernel ntp code to the latest from David Mills. The main changeJohn Hay1996-12-301-127/+252
* Improved biasing of i586 clock by adjusting for hardclock() latency.Bruce Evans1996-10-251-1/+2
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.Bruce Evans1996-10-101-1/+3