summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_evcount.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* andmiod2004-12-241-1/+4
| | | | | HW_SENSORS sysctl trees if option SMALL_KERNEL. ok deraadt@
* Kill __HAVE_EVCOUNT, now that all architectures provide them.miod2004-11-261-5/+1
|
* ec_count32 was a bad idea; remove it for good.miod2004-09-291-42/+1
|
* change KERN_INTRCNT_CNT to return a quad; ok teduderaadt2004-09-231-3/+2
|
* splhigh around ec_count fetches -- sorry art; ok aaronderaadt2004-06-281-4/+11
|
* Add new, generic ``evcount'' event counter API to the kernel. From art@,aaron2004-06-281-0/+188
with modifications from me. Includes code for generic interrupt counter fetching via sysctl. deraadt@ tholo@ drahn@ millert@ ok