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
/
midisyn.c
Age
Commit message (
Expand
)
Author
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-06-30
Ankh-Morpork, we have a MIDI driver....
chap
2006-04-14
Coveriry CID 565: Remove bogus test.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2004-10-29
constify audio_hw_if, midi_hw_if, and radio_hw_if.
yamt
2003-12-04
netbsd.org -> NetBSD.org
keihan
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2002-01-13
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2001-11-13
add RCSIDs
lukem
2001-10-02
ANSIfy.
augustss
2001-01-18
constify
jdolecek
2000-03-29
Don't need to include <sys/conf.h> here.
simonb
1998-11-25
Make the copyright header conform to the NetBSD template.
augustss
1998-09-13
Make sure all voices are deallocated on close.
mycroft
1998-08-17
* Redo the way the way the MIDI driver attaches to audio devices.
augustss
1998-08-13
Remove some leftover fluff.
augustss
1998-08-12
Add a layer to handle emulation of MIDI for synthesizers.
augustss