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
/
dtv
/
dtv_device.c
Age
Commit message (
Expand
)
Author
2022-03-31
For device modules that provide both auto-config and /dev/xxx
pgoyette
2021-07-24
#include <sys/param.h> for COHERENCY_UNIT and some KNF while I'm here.
skrll
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2014-08-09
IPL_VM -> IPL_SCHED to avoid taking kernel lock
jmcneill
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-09
modify the dtv device api so hardware drivers can be loaded independently
jmcneill
2011-07-16
Fix a locking problem with the demux, and while here do a bit of
jmcneill
2011-07-13
add missing mutex_destroy on detach
jmcneill
2011-07-13
add section filter support
jmcneill
2011-07-12
- use separate locks for ingress and egress queues
jmcneill
2011-07-09
allow this to be compiled into the kernel
jmcneill
2011-07-09
don't kmem_alloc with IPL_VM mutex locked, spotted by rmind
jmcneill
2011-07-09
add digital TV framework which implements a subset of Linux DVB APIs
jmcneill