summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/midi/sequencer.c
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Do not call a synthesizer with a sequencer lock held.tanimura2002-03-101-2/+12
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-041-223/+528
* - Do not uiomove with a mutex locked.tanimura2002-01-011-64/+66
* KSE Milestone 2julian2001-09-121-33/+33
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* - Do not touch the Giant.tanimura2001-03-141-76/+2
* - Mutexify midi(4). The driver runs under the giant lock by default.tanimura2001-02-261-476/+802
* Encapselate midi_info, nmidi and nsynth into midi.c.tanimura2001-02-181-54/+54
* Tag unused functions with __unused.jhb2001-01-231-2/+2
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-2/+0
* Finally merge newmidi.tanimura2000-07-111-0/+2040
OpenPOWER on IntegriCloud