Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | Get rid of evcount's support for arranging counters in a tree | 2010-09-20 | 1 | -29/+4 | |
| | | | | | | | hierarchy. Everything attached to a single root node anyway, so at best we had a bush. "i think it is good" deraadt@ | ||||
* | remove proc.h include from uvm_map.h. This has far reaching effects, as | 2010-04-20 | 1 | -1/+2 | |
| | | | | | | sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt | ||||
* | Kill unused code. | 2006-10-17 | 1 | -6/+1 | |
| | | | | ok art@ | ||||
* | ansi and deregister. No binary change. | 2005-12-09 | 1 | -15/+6 | |
| | |||||
* | Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* and | 2004-12-24 | 1 | -1/+4 | |
| | | | | | HW_SENSORS sysctl trees if option SMALL_KERNEL. ok deraadt@ | ||||
* | Kill __HAVE_EVCOUNT, now that all architectures provide them. | 2004-11-26 | 1 | -5/+1 | |
| | |||||
* | ec_count32 was a bad idea; remove it for good. | 2004-09-29 | 1 | -42/+1 | |
| | |||||
* | change KERN_INTRCNT_CNT to return a quad; ok tedu | 2004-09-23 | 1 | -3/+2 | |
| | |||||
* | splhigh around ec_count fetches -- sorry art; ok aaron | 2004-06-28 | 1 | -4/+11 | |
| | |||||
* | Add new, generic ``evcount'' event counter API to the kernel. From art@, | 2004-06-28 | 1 | -0/+188 | |
with modifications from me. Includes code for generic interrupt counter fetching via sysctl. deraadt@ tholo@ drahn@ millert@ ok |