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
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-01-11
make this compile
cegger
2008-07-15
Use more timespecs internally. From Alexander Shishkin and me.
christos
2008-06-12
use device_lookup_private to get softc
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-24
Network protocol interrupts can now block on locks, so merge the globals
ad
2008-03-21
use devsw_name2chr() to look up the major number of the midi device as
plunky
2008-03-04
Split device_t/softc for midi(4), and other related cosmetic changes.
cube
2008-03-01
Welcome to 4.99.55:
rmind
2007-12-05
Do not "return 1" from kqfilter for errors. That value is passed
pooka
2007-10-08
Use the softint API.
ad
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-09
Merge newlock2 to head.
ad
2006-11-24
fix spelling of accommodate; from Zapher.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-22
make compile for NMIDI == 0
pooka
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-03
- add missing initializer
christos
2006-08-17
Fix all the -D*DEBUG* code that it was rotting away and did not even compile.
christos
2006-06-30
Ankh-Morpork, we have a MIDI driver....
chap
2006-06-28
Actually initialize the "struct midi_info" in midi_getinfo().
tron
2005-12-11
merge ktrace-lwp.
christos
2005-06-01
more cast-qual and shadow fallout
drochner
2005-05-29
- add const
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-04
de-__P
perry
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
[next]