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
Age
Commit message (
Expand
)
Author
2021-07-24
#include <sys/param.h> for COHERENCY_UNIT and some KNF while I'm here.
skrll
2020-05-30
allocate memory for dtv_ts_section using kmem_alloc() in dtv_demux_read(),
jdolecek
2019-12-27
s/transfered/transferred/
msaitoh
2019-02-24
Pass 0xff instead of true to memset when setting "all PIDs" mode in the PID f...
jmcneill
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2017-11-30
add fo_name so we can identify the fileops in a simple way.
christos
2017-11-09
Guess pool_cache_get(pc, 0) means PR_WAITOK here.
riastradh
2017-10-28
Add some #includes to make a few more header files compile.
riastradh
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
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
2013-10-17
remove unused variable
christos
2011-08-09
add dtv_math.h
jmcneill
2011-08-09
modify the dtv device api so hardware drivers can be loaded independently
jmcneill
2011-07-16
Reinstate #include <dev/dtv/dtvif.h> which was incorrectly
apb
2011-07-16
Instead of returning an integer between 0 and 31 (scaled by 1<<24), use
apb
2011-07-16
add sys/types.h
jmcneill
2011-07-16
Fix a locking problem with the demux, and while here do a bit of
jmcneill
2011-07-15
add dtv_intlog10 implementation, from apb@
jmcneill
2011-07-14
sections can't be > 4KB
jmcneill
2011-07-13
fe_sec_voltage_t: add SEC_VOLTAGE_OFF
jmcneill
2011-07-13
add missing mutex_destroy on detach
jmcneill
2011-07-13
dtv_demux_write: make sure to unlock muted in all error paths
jmcneill
2011-07-13
add section filter support
jmcneill
2011-07-12
- use separate locks for ingress and egress queues
jmcneill
2011-07-10
add DMX_PES_foo -> DMX_PES_foo0 aliases for dmx_pes_type_t types
jmcneill
2011-07-09
use %zu to print size_t
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