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
/
onewire.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-04-14
Only include opt_xxx.h headers when _KERNEL_OPT is defined.
kre
2020-04-14
defflag ONEWIRE_DEBUG
macallan
2019-11-30
onewire:
ad
2019-10-25
PR kern/54617: onewire(4):
martin
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2011-08-31
Add glue code to build as module.
mbalmer
2009-12-06
Simplify device-activation hooks.
dyoung
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-03-18
bzero -> memset
cegger
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-05-05
device_t/softc split and other related cosmetic changes.
xtraeme
2008-04-08
use aprint_*_dev and device_xname
cegger
2007-09-05
onewire_lock: remove the flags argument and change the return type to void.
xtraeme
2007-09-02
Convert onewire(4) to use rwlock(9) rather than lockmgr(9).
xtraeme
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-03
add missing initializer.
christos
2006-04-07
Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includes
riz