index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_timeout.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a format buglet.
phk
2002-09-05
1
-1
/
+1
*
Under DIAGNOSTIC, complain if a timeout(9) routine took more than 1msec.
phk
2002-09-04
1
-4
/
+23
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-1
/
+1
*
Move most of the kernel submap initialization code, including the
dillon
2001-08-22
1
-0
/
+49
*
Change callout_stop() to return an integer. If callout_stop() succeeds in
jhb
2001-08-10
1
-2
/
+3
*
Axe spl's obsoleted by the callout mutex.
jhb
2001-08-10
1
-26
/
+4
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-19
/
+19
*
Revert the last commit to the callout interface, and add a flag to
jlemon
2000-11-25
1
-6
/
+7
*
- Rename callout_reset to _callout_reset and add a flags argument.
jake
2000-11-25
1
-2
/
+4
*
- Protect the callout wheel with a separate spin mutex, callout_lock.
jake
2000-11-19
1
-17
/
+24
*
Release sched_lock very briefly to give interrupts a chance to fire if we
jhb
2000-11-18
1
-0
/
+2
*
The recent changes to msleep() and mawait() resulted in timeout() and
jhb
2000-11-16
1
-1
/
+16
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-1
/
+1
*
Restructure TCP timeout handling:
jlemon
1999-08-30
1
-9
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix callout_init(). This didn't have any practical effect since it
wollman
1999-03-06
1
-2
/
+2
*
Expose a slightly-lower-level interface to timeouts which allows callers
wollman
1999-03-06
1
-24
/
+96
*
Fixed stale references to hzto() in comments.
bde
1998-05-17
1
-2
/
+2
*
Declare function pointer args as pointers, not as functions.
bde
1998-02-25
1
-3
/
+3
*
A bunch of nits from bde.
phk
1998-02-15
1
-15
/
+13
*
Make softticks static.
phk
1998-01-14
1
-35
/
+2
*
Fix softclock calling so we don't loose timeouts (I broke this ~10h ago)
phk
1998-01-11
1
-6
/
+2
*
Whoops. softclock is called from doreti_swi as well. Abandon call from
phk
1998-01-10
1
-8
/
+2
*
Effect the divorce of kern_clock.c and kern_timeout.c (which was
phk
1998-01-10
1
-1111
/
+20
*
Improve hardpps readability a bit:
phk
1998-01-07
1
-50
/
+45
*
This patch causes the "calltodo" timer list to be decremented by the amount
nate
1997-12-23
1
-1
/
+68
*
The improvements to clock statistics by Tor Egge
fsmp
1997-12-08
1
-1
/
+20
*
Removed all traces of P_IDLEPROC. It was tested but never set.
bde
1997-11-24
1
-2
/
+2
*
Removed unused #include.
bde
1997-11-18
1
-3
/
+1
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-3
/
+1
*
Store an absolute tick value in callout entries so that a subtraction on
gibbs
1997-09-24
1
-10
/
+18
*
init_main.c subr_autoconf.c:
gibbs
1997-09-21
1
-81
/
+115
*
Some staticized variables were still declared to be extern.
bde
1997-09-07
1
-2
/
+2
*
Removed unused #includes.
bde
1997-09-02
1
-3
/
+1
*
#include <machine/limits.h> explicitly in the few places that it is required.
bde
1997-08-21
1
-1
/
+2
*
Add tickadj to struct clockinfo, like NetBSD and OpenBSD.
jhay
1997-06-24
1
-1
/
+2
*
Man the liferafts! Here comes the long awaited SMP -> -current merge!
peter
1997-04-26
1
-2
/
+2
*
Restore Bruce's original comment. It seems that "iff" = if and only if,
mpp
1997-03-22
1
-2
/
+2
*
Fix a typo in a comment of a recent commit.
mpp
1997-03-22
1
-2
/
+2
*
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde
1997-03-22
1
-1
/
+12
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Update our kernel ntp code to the latest from David Mills. The main change
jhay
1996-12-30
1
-127
/
+252
*
Improved biasing of i586 clock by adjusting for hardclock() latency.
bde
1996-10-25
1
-1
/
+2
*
Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.
bde
1996-10-10
1
-1
/
+3
*
Fixed resource usage integrals. They were too large by a factor of
bde
1996-07-30
1
-20
/
+21
*
Unstaticize psratio and staticize profprocs. psratio needs to be exported
bde
1996-06-23
1
-5
/
+6
[next]