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
/
bluetooth
/
bthub.c
Age
Commit message (
Expand
)
Author
2015-05-09
use standard idiom - thanks riastradh@
dholland
2015-05-09
Coverity CID 975184: don't ignore pmf_device_register failure.
dholland
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
2012-04-03
register/deregister pmf(9) NULL handlers for bthub(4) and
plunky
2011-07-31
Put back #include "ioconf.h" per popular demand.
uebayasi
2011-05-25
Declare cfdrivers using extern rather than including ioconf.h.
uebayasi
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2008-06-12
use device_lookup_private to get softc
cegger
2008-03-28
Use deviter API to search for child devices.
plunky
2007-11-03
switch devices to using CFATTACH_DECL_NEW()
plunky
2007-10-28
remove unnecessary cast (shortens long line)
plunky
2007-03-13
remove extraneous whitespace
plunky
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-10-04
Internally, use the service name as the identifier for matching
plunky
2006-10-04
fix incomplete initializer
christos
2006-09-22
Alter the protocol impemented by prop_kern to allow for bi-directional
thorpej
2006-09-10
update to bluetooth device attachment:
plunky
2006-08-13
Remove obsolete file from repository
plunky
2006-06-19
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
gdamore