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
*
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
*
Staticize.
phk
1995-12-17
1
-9
/
+10
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+6
*
A couple of minor tweaks to the sysctl stuff.
phk
1995-12-06
1
-2
/
+2
*
A major sweep over the sysctl stuff.
phk
1995-12-04
1
-3
/
+3
*
Finished (?) cleaning up sysinit stuff.
bde
1995-12-02
1
-9
/
+4
*
The entire sysctl callback to read/write version. I havn't tested this as
phk
1995-11-12
1
-3
/
+2
*
Fix some of the sysctl broke, and add a lot more to it.
phk
1995-11-08
1
-7
/
+8
*
Improve clock accuracy by accounting for late/missed clock interrupts
wollman
1995-10-12
1
-3
/
+3
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-4
/
+4
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-3
/
+13
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
1
-2
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-6
/
+6
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-3
/
+1
*
Obtained from: my old fix for 1.1.5
bde
1994-12-12
1
-16
/
+42
*
kern_clock.c: define dk_names[][].
wollman
1994-10-16
1
-2
/
+3
*
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
phk
1994-10-02
1
-1
/
+3
*
Fixed bug in hardclock() that caused adjtime() to fail when given
wollman
1994-09-29
1
-9
/
+4
*
While in the real world, I had a bad case of being swapped out for a lot of
phk
1994-09-25
1
-2
/
+2
*
Redo Kernel NTP PLL support, kernel side.
wollman
1994-09-18
1
-10
/
+575
*
1) Changed ddb into a option rather than a pseudo-device (use options DDB
dg
1994-08-27
1
-4
/
+21
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-5
/
+23
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+528