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
/
dev
/
onewire
/
owtemp.c
Age
Commit message (
Expand
)
Author
2010-07-08
- use nitems() where applicable
Jasper Lievisse Adriaanse
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-01-18
Update copyright.
Alexander Yurchenko
2009-01-17
Add support for DS1822 to owtemp(4).
Alexander Yurchenko
2008-12-26
implement support for another temperature sensor, DS18B20
Todd T. Fries
2008-10-25
put the serial number into the name of the devices (for sysctl), because
Theo de Raadt
2007-11-28
my brother, David Fries david at fries dot net, noticed that if you put your
Todd T. Fries
2007-06-24
rework sensor tasks to use the kernels generic workq rather than a special
David Gwynne
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-12-20
Implement high resolution temperature measuring.
Alexander Yurchenko
2006-10-01
Don't reuse bus lock for locking sensor task thread. Use a
Alexander Yurchenko
2006-10-01
Protect sensor_task_unregister() with some locking.
Alexander Yurchenko
2006-06-23
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
Miod Vallat
2006-03-04
Dallas 1-Wire bus support. Includes the following drivers:
Alexander Yurchenko