summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/midi/midi.c
Commit message (Expand)AuthorAgeFilesLines
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-251-1/+1
* Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()ariff2009-06-111-11/+3
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-1/+19
* Remove license clauses 3 and 4 as per rev. 1.65 of midi.c in NetBSD.joel2009-05-201-7/+0
* Disable seq_modevent(). The implementation is incomplete, and causingariff2007-04-021-0/+4
* NULL instead of 0 in mtx_init() .ariff2007-03-151-3/+3
* semi-automatic style(9)netchild2007-02-251-524/+533
* Clean up the BSD license to match the preferred license injoel2007-01-281-2/+1
* Rearrange locking order to avoid LOR (cat /dev/midistat).ariff2007-01-271-3/+9
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-181-0/+1
* Fix build with -Wundef.ru2006-05-291-2/+2
* Use a more appropriate printf format for size_t.netchild2006-05-281-1/+1
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-271-0/+1509
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-011-1054/+0
* Device megapatch 4/6:phk2004-02-211-0/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-7/+7
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-041-28/+180
* - Do not uiomove with a mutex locked.tanimura2002-01-011-25/+46
* KSE Milestone 2julian2001-09-121-21/+21
* 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-84/+0
* - Mutexify midi(4). The driver runs under the giant lock by default.tanimura2001-02-261-95/+327
* Encapselate midi_info, nmidi and nsynth into midi.c.tanimura2001-02-181-8/+45
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-2/+0
* Finally merge newmidi.tanimura2000-07-111-0/+702
OpenPOWER on IntegriCloud