index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
onewire
/
owtemp.c
Age
Commit message (
Expand
)
Author
2019-11-30
Make owtemp reliable for me:
ad
2019-10-25
PR kern/54617: onewire(4):
martin
2014-05-14
calculate extended precision as per DS1920/DS1820 data sheets
kardel
2011-06-20
Initialize sensor state before registering.
pgoyette
2009-12-06
Simplify device-activation hooks.
dyoung
2008-05-05
device_t/softc split and other related cosmetic changes.
xtraeme
2008-04-08
use aprint_*_dev and device_xname
cegger
2007-11-16
Extend the envsys2 API (one more time, sorry) as defined in:
xtraeme
2007-09-05
onewire_lock: remove the flags argument and change the return type to void.
xtraeme
2007-07-13
Forgot to set the description in the sensor.
xtraeme
2007-07-04
Set the state on sc->sc_sensor[0].state and not append it,
xtraeme
2007-07-04
There's no need to set the "envsys-description" property in the
xtraeme
2007-07-01
Imported envsys 2, a brief description of the new features:
xtraeme
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-07-10
Put appropriate prefixes on property names to reduce chances of name
thorpej
2006-05-05
Remove the devprop API and switch everthing over to the new proplib. Add
thorpej
2006-04-07
Add missing $ sign at the end of the NetBSD rcsid tag.
uwe
2006-04-07
Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includes
riz