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
/
sequencer.c
Age
Commit message (
Expand
)
Author
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-11-26
si_ -> sel_
christos
2002-10-23
merge kqueue branch into -current
jdolecek
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-01-13
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2001-11-13
remove superfluous NSEQUENCER > 0 test
lukem
2001-11-13
add RCSIDs
lukem
2001-09-03
Make it compile again when AUDIO_DEBUG is turned on ... in sequencesread
reinoud
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
1999-10-11
Allow larger timer variation.
augustss
1998-11-25
Make the copyright header conform to the NetBSD template.
augustss
1998-10-20
Make seq_input_event() static to avoid a name clash with the (commercial)
augustss
1998-10-05
Make MIDI input work again.
augustss
1998-08-24
Write MIDI data from the sequencer to the device in a more sane way.
augustss
1998-08-20
Provide a workaround for people who want a sequencer but have no MIDI devices.
augustss
1998-08-17
* Redo the way the way the MIDI driver attaches to audio devices.
augustss
1998-08-13
Make sure to turn off timeout flag when doing untimeout().
augustss
1998-08-13
Fix typo in SYSEX code.
augustss
1998-08-13
Remove some leftover fluff.
augustss
1998-08-12
Handle SYSEX messages.
augustss
1998-08-12
Tidy up and rename some functions in the MIDI driver.
augustss
1998-08-07
Report a sensible MIDI device name.
augustss
1998-08-07
Add MIDI support. The MIDI devices can be accessed as ``raw'' through
augustss