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
/
midi.c
Age
Commit message (
Expand
)
Author
2007-06-16
Correct format strings for ptrdiff_t and size_t arguments in DPRINTFs,
pavel
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-15
Defer wakeup() to the soft interrupt also.
ad
2007-02-09
Merge newlock2 to head.
ad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
Add __unused as necessary.
thorpej
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-02
add missing initializer
christos
2006-07-02
Uppercase CPU.
wiz
2006-07-01
Correct build failures when MIDI is not enabled (the idea!).
chap
2006-06-30
Ankh-Morpork, we have a MIDI driver....
chap
2006-03-28
Use device_unit().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-06-21
PR-30566: Poll must not return <sys/errno.h> values.
ws
2005-05-29
- add const
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-11-23
Make the raw midi device pass through received system exclusive
gson
2003-11-02
Some possible MIDI input byte streams could cause sc->in_msg[]
gson
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
2003-01-31
Use aprint_*().
thorpej
2002-11-26
si_ -> sel_
christos
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-23
Remove breaks after returns, unreachable returns and returns after
simonb
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-06-01
spl botch in midipoll() when sc->dying
gson
2001-11-13
add RCSIDs
lukem
2001-10-02
ANSIfy.
augustss
2001-01-31
solve the race condition while output for umidi.
tshiozak
2001-01-30
some changes for midi_start_output() under PROP_OUT_INTR devices.
tshiozak
2001-01-13
add missing sc->dying initializer at midiattach.
tshiozak
2001-01-13
add detaching/deactivation code to midi driver.
tshiozak
2000-07-06
Use device_lookup().
thorpej
2000-05-06
Simplify an expression.
augustss
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-01-18
Add a little more debug printing.
augustss
1999-10-19
'<Device>' usually means the string comes from outside the kernel.
soren
1999-09-09
Add support for detaching audio devices.
augustss
1999-02-26
Make these compile on the alpha when AUDIO_DEBUG is defined.
nathanw
1998-12-20
Make midi_attach_mi() and audioprint() available also if MIDIBUS
drochner
1998-12-15
Fix a MIDI buffer overflow problem. Fixes PR 6583.
augustss
1998-11-25
Make the copyright header conform to the NetBSD template.
augustss
1998-10-05
Make MIDI input work again.
augustss
1998-09-13
Make sure the buffers are synchronized on open.
mycroft
1998-08-24
Write MIDI data from the sequencer to the device in a more sane way.
augustss
[next]