summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/midi
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-194-9/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-214-9/+9
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-043-13/+13
* Include <machine/limits.h> for definition of ULONG_MAX. Remove amike2002-03-251-1/+1
* Fixes to make select/poll mpsafe.alfred2002-03-141-2/+2
* Do not call a synthesizer with a sequencer lock held.tanimura2002-03-101-2/+12
* Add the system default timer engine.tanimura2002-01-042-0/+644
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-046-309/+806
* - Do not uiomove with a mutex locked.tanimura2002-01-019-388/+296
* Avoid crash of minor numbers between /dev/midistat and /dev/dspr*.tanimura2001-11-031-1/+1
* KSE Milestone 2julian2001-09-122-54/+54
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-262-2/+0
* - Do not touch the Giant.tanimura2001-03-143-173/+2
* - Mutexify midi(4). The driver runs under the giant lock by default.tanimura2001-02-268-756/+1385
* Encapselate midi_info, nmidi and nsynth into midi.c.tanimura2001-02-184-75/+104
* Tag unused functions with __unused.jhb2001-01-231-2/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+0
* Since the unit number of a midi/sequencer device is expressed in 4tanimura2000-09-182-2/+2
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-024-8/+0
* Finally merge newmidi.tanimura2000-07-119-0/+4521
OpenPOWER on IntegriCloud