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_et.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build breakage. Apparently all ARM configs build kern_et.c, but only a
ian
2014-04-02
1
-0
/
+4
*
Add support for event timers whose clock frequency can change while running.
ian
2014-04-02
1
-0
/
+12
*
Fix incorrect assertion that caused panic when periodic-only timers used.
mav
2013-03-13
1
-1
/
+1
*
MFcalloutng:
mav
2013-02-28
1
-32
/
+19
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-2
/
+2
*
Refactor timer management code with priority to one-shot operation mode.
mav
2010-09-13
1
-1
/
+1
*
Do not print "frequency 0 Hz", when frequency is unknown.
mav
2010-09-11
1
-3
/
+9
*
Initialize buffer for case of empty string. Happens only on non-refactored
mav
2010-09-05
1
-0
/
+1
*
Use proper sysctl type (quad) for et_frequency. It fixes output on sparc64.
mav
2010-07-21
1
-2
/
+2
*
Extend timer driver API to report also minimal and maximal supported period
mav
2010-07-20
1
-0
/
+20
*
Implement new event timers infrastructure. It provides unified APIs for
mav
2010-06-20
1
-0
/
+232