summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sensors.c
AgeCommit message (Expand)Author
2006-01-28get rid of the sensors globals. theyre were only used by sysctl forDavid Gwynne
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2005-11-21rename the sensor globals to names that are not obvious to avoidDavid Gwynne
2005-11-13shorten this a bit through better use of TAILQ macros.David Gwynne
2005-11-10the tasklist can be modified while the kthread is sleeping, so refetchDavid Gwynne
2005-11-10first go at a generic kthread for sensors to be run out of. its a bitDavid Gwynne
2005-11-10split the sensors stuff out into a source file of its own.David Gwynne