aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_et.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove NO_EVENTTIMERS supportMark Johnston2020-11-191-4/+0
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+7
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add labels to sysctls related to clocks.Ed Schouten2016-12-141-2/+2
* Trivial change / forced-commit to document prior change that slipped inIan Lepore2015-03-161-1/+1
* (no commit message)Ian Lepore2015-03-161-3/+3
* Use sbuf_printf() for sysctl strings instead of stack buffers and snprintf().Ian Lepore2015-03-141-10/+13
* Fix build breakage. Apparently all ARM configs build kern_et.c, but only aIan Lepore2014-04-021-0/+4
* Add support for event timers whose clock frequency can change while running.Ian Lepore2014-04-021-0/+12
* Fix incorrect assertion that caused panic when periodic-only timers used.Alexander Motin2013-03-131-1/+1
* MFcalloutng:Alexander Motin2013-02-281-32/+19
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Refactor timer management code with priority to one-shot operation mode.Alexander Motin2010-09-131-1/+1
* Do not print "frequency 0 Hz", when frequency is unknown.Alexander Motin2010-09-111-3/+9
* Initialize buffer for case of empty string. Happens only on non-refactoredAlexander Motin2010-09-051-0/+1
* Use proper sysctl type (quad) for et_frequency. It fixes output on sparc64.Alexander Motin2010-07-211-2/+2
* Extend timer driver API to report also minimal and maximal supported periodAlexander Motin2010-07-201-0/+20
* Implement new event timers infrastructure. It provides unified APIs forAlexander Motin2010-06-201-0/+232