index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
onewire
/
owtemp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
2019-11-30
1
-2
/
+2
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
- use nitems() where applicable
jasper
2010-07-08
1
-3
/
+2
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
Update copyright.
grange
2009-01-18
1
-2
/
+2
*
Add support for DS1822 to owtemp(4).
grange
2009-01-17
1
-3
/
+5
*
implement support for another temperature sensor, DS18B20
todd
2008-12-26
1
-12
/
+23
*
put the serial number into the name of the devices (for sysctl), because
deraadt
2008-10-25
1
-1
/
+3
*
my brother, David Fries david at fries dot net, noticed that if you put your
todd
2007-11-28
1
-2
/
+2
*
rework sensor tasks to use the kernels generic workq rather than a special
dlg
2007-06-24
1
-3
/
+6
*
split userland & kernel struct sensor/sensordev so that the addition
deraadt
2007-03-22
1
-3
/
+3
*
adapt to new two-level sensor api; Constantine A. Murenin
deraadt
2006-12-23
1
-6
/
+7
*
Implement high resolution temperature measuring.
grange
2006-12-20
1
-4
/
+29
*
Don't reuse bus lock for locking sensor task thread. Use a
grange
2006-10-01
1
-16
/
+8
*
Protect sensor_task_unregister() with some locking.
grange
2006-10-01
1
-1
/
+4
*
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
miod
2006-06-23
1
-2
/
+2
*
Dallas 1-Wire bus support. Includes the following drivers:
grange
2006-03-04
1
-0
/
+167