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_clock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed breakage of binary compatibility of the kern.clockrate sysctl in
bde
2002-05-05
1
-0
/
+1
*
Move the winding of timecounters out of hardclock and into a normal
phk
2002-04-26
1
-3
/
+0
*
Take the "tickadj" element out of struct clockinfo. Our adjtime(2)
phk
2002-04-15
1
-1
/
+0
*
Remove __P.
alfred
2002-03-19
1
-1
/
+1
*
MFS: synchronize the code with the version in -stable, specifically:
luigi
2002-02-11
1
-5
/
+3
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-1
/
+1
*
Change traces in hardclock and statclock to use the KTR_CLK trace
jake
2001-12-29
1
-2
/
+2
*
Add/correct description for some sysctl variables where it was missing.
luigi
2001-12-16
1
-1
/
+2
*
Device Polling code for -current.
luigi
2001-12-14
1
-0
/
+12
*
Use MTX_QUIET for the lock operations during clock interrupts so their logs
jhb
2001-11-15
1
-6
/
+6
*
Add missing includes of sys/ktr.h.
jhb
2001-10-11
1
-0
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-26
/
+37
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
1
-8
/
+4
*
Add KTR_INTR tracepoints for when clock interrupts are triggered.
jhb
2001-08-03
1
-0
/
+2
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-1
/
+0
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-60
/
+75
*
Fix an old bug related to BETTER_CLOCK. Call forward_*clock if SMP
jhb
2001-04-17
1
-3
/
+3
*
Catch up to header include changes:
jhb
2001-03-28
1
-1
/
+1
*
Changed the aston() family to operate on a specified process instead of
bde
2001-02-19
1
-2
/
+2
*
- Catch up to the new swi API changes:
jhb
2001-02-09
1
-2
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-14
/
+14
*
- Proc locking.
jhb
2001-01-24
1
-7
/
+20
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
1
-2
/
+2
*
o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE.
rwatson
2000-11-20
1
-0
/
+3
*
- Protect the callout wheel with a separate spin mutex, callout_lock.
jake
2000-11-19
1
-2
/
+12
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-1
/
+3
*
Catch up to moving headers:
jhb
2000-10-20
1
-2
/
+2
*
- Change fast interrupts on x86 to push a full interrupt frame and to
jhb
2000-10-06
1
-18
/
+24
*
Clean up process accounting some more. Unfortunately, it is still not
jhb
2000-09-12
1
-14
/
+12
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-16
/
+13
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
The SMP cleanup commit broke UP compiles. Make UP compiles work again.
dillon
2000-03-28
1
-3
/
+1
*
Isolate the Timecounter internals in their own two files.
phk
2000-03-20
1
-572
/
+2
*
Fix sign reversal in adjtime(2).
phk
2000-02-13
1
-1
/
+1
*
Make adjtime(2) adjust boottime so it doesn't cause non-monotonous
phk
1999-12-08
1
-2
/
+11
*
Fixed some comments in statclock(). The previous commit made it clearer
bde
1999-11-27
1
-8
/
+8
*
Moved scheduling-related code to kern_synch.c so that it is easier to fix
bde
1999-11-27
1
-21
/
+1
*
#ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning.
peter
1999-10-10
1
-0
/
+2
*
Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.
jhay
1999-10-09
1
-42
/
+54
*
Moved the definition of `boottime' and its sysctl to the correct file.
bde
1999-09-13
1
-0
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Oops, the previous commit only worked in the one case it was tested for.
bde
1999-07-24
1
-2
/
+3
*
Added a sysctl "kern.timecounter.hardware" for selecting the hardware
bde
1999-07-18
1
-6
/
+41
*
Remove four no-op casts.
jdp
1999-07-18
1
-5
/
+5
*
Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the
phk
1999-04-25
1
-3
/
+9
*
Don't open window for race condition.
phk
1999-04-02
1
-4
/
+1
*
Fix an old cut&paste bogon.
phk
1999-03-12
1
-2
/
+2
*
Remove duplicate include.
phk
1999-03-12
1
-4
/
+1
[next]