summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_et.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 264019, 264041, 264048, 264049, 264050, 264051ian2014-05-171-0/+16
* Fix incorrect assertion that caused panic when periodic-only timers used.mav2013-03-131-1/+1
* MFcalloutng:mav2013-02-281-32/+19
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-2/+2
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-1/+1
* Do not print "frequency 0 Hz", when frequency is unknown.mav2010-09-111-3/+9
* Initialize buffer for case of empty string. Happens only on non-refactoredmav2010-09-051-0/+1
* Use proper sysctl type (quad) for et_frequency. It fixes output on sparc64.mav2010-07-211-2/+2
* Extend timer driver API to report also minimal and maximal supported periodmav2010-07-201-0/+20
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-0/+232
OpenPOWER on IntegriCloud