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
/
pad
Age
Commit message (
Expand
)
Author
2010-09-03
- return EIO if audio data is received and /dev/pad isn't open
jmcneill
2010-06-28
Don't print spammy message if read is interrupted (ctrl-c)
pooka
2010-05-01
fix field initializers
pooka
2010-04-09
Add support to be built as a kernel module.
ahoka
2010-01-18
If the device does not exist, return ENXIO, as is customary, instead of
dyoung
2009-09-08
PR# kern/39899: audio attach with pad(4) segfaults
jmcneill
2009-09-07
Catch up to audio(4) device_t/softc split.
jmcneill
2009-03-14
'boot -z' bogons
ad
2008-09-04
fix device is not split warning
christos
2008-08-06
remove a KASSERT which is wrong since audio(4)'s device/softc were split
drochner
2008-06-10
use new "defpseudodev" where appropriate, and remove dummy interface
drochner
2008-06-08
Replace homegrown pad_find_softc() with device_lookup_private().
tsutsui
2008-06-06
mutex.h is implied by condvar.h
mlelstv
2008-05-09
Use 2-clause license.
jmcneill
2008-03-04
Split device_t and softc for audio(4), and other related cosmetic changes.
cube
2008-02-22
Add methods to detach self and children.
dyoung
2007-12-09
Merge jmcneill-pm branch.
jmcneill
2007-12-05
Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written
ad
2007-11-11
Implement volume controls for pseudo audio device.
jmcneill
2007-11-11
Add pseudo audio device driver. With this pseudo-device, audio played back
jmcneill