aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_ffclock.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-6/+8
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* The SYSCTL data pointers can come from userspace and must not beHans Petter Selasky2014-10-281-17/+20
* Revise the sysctl handling code and restructure the hierarchy of sysctlsLawrence Stewart2011-12-011-45/+51
* Make sysclock_active publicly available to external consumers.Lawrence Stewart2011-11-291-2/+0
* Export the "ffclock" feature for kernels compiled with feed-forward clockLawrence Stewart2011-11-261-0/+2
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()Lawrence Stewart2011-11-211-0/+130
* - Provide a sysctl interface to change the active system clock at runtime.Lawrence Stewart2011-11-201-0/+214
* Provide high-level functions to access the feed-forward absolute and differenceLawrence Stewart2011-11-201-0/+129