index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_sensors.c
Age
Commit message (
Expand
)
Author
2009-08-03
timeout_add -> timeout_add_msec
Bret Lambert
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2007-07-03
fix a memory leak that was introduced in r1.20 on 2007-06-24T05Z; ok dlg
Constantine A. Murenin
2007-06-24
rework sensor tasks to use the kernels generic workq rather than a special
David Gwynne
2007-06-04
perhaps it made art's head hurt because it is wrong. triggers NULL
Theo de Raadt
2007-06-01
rework the sensor task handling to run in the kernels generic workq.
David Gwynne
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2006-12-23
kernel code implimemting the new two-level sensor api; written by
Theo de Raadt
2006-11-06
force a new sensor task to be run as soon as possible. previously it used
David Gwynne
2006-05-28
Remove device id from hotplug events.
Michael Knudsen
2006-05-28
intrducing device type DV_SENSOR turned out to be a bad idea as it
Henning Brauer
2006-05-28
need <sys/device.h> or it doesn't compile on sparc64
Jason Wright
2006-05-28
Include device id in hotplug events. This will be used by ntpd to check
Michael Knudsen
2006-05-28
unbreak, of course this needs to included sys/hotplug.h too
Henning Brauer
2006-05-27
Make sensor add/remove create hotplug events (after much prodding from hennin...
Michael Knudsen
2006-03-12
sensors_head is only used in kern_sensors.c, so its unnecessay to declare
David Gwynne
2006-01-28
get rid of the sensors globals. theyre were only used by sysctl for
David Gwynne
2006-01-19
Replace SENSOR_ADD() macro with a pair of functions
Alexander Yurchenko
2005-11-21
rename the sensor globals to names that are not obvious to avoid
David Gwynne
2005-11-13
shorten this a bit through better use of TAILQ macros.
David Gwynne
2005-11-10
the tasklist can be modified while the kthread is sleeping, so refetch
David Gwynne
2005-11-10
first go at a generic kthread for sensors to be run out of. its a bit
David Gwynne
2005-11-10
split the sensors stuff out into a source file of its own.
David Gwynne