aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/midi
Commit message (Expand)AuthorAgeFilesLines
* sound(4): Fix some common typos in commentsGordon Bergling2021-08-311-2/+2
* MFC r351624:Mark Johnston2019-09-081-2/+2
* MFC r351262:Mark Johnston2019-08-201-72/+58
* MFC r339582:Hans Petter Selasky2018-10-251-2/+15
* MFC r339581:Hans Petter Selasky2018-10-251-1/+1
* Revert r338423, reapplying r338422, which did get approval butGlen Barber2018-09-011-4/+0
* Revert r338422, which was did not get official approval from re@.Glen Barber2018-09-011-0/+4
* Adding support for CS46xx MIDI output. With this patch, users canTai-hwa Liang2018-09-011-4/+0
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-3/+2
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-2/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* sound(4): Don't use-after-free in midi module unloadConrad Meyer2016-04-201-4/+4
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* - Plugging a memory leak when malloc() failed during initialisation;Tai-hwa Liang2015-10-241-4/+8
* Using the error return code documented in the comment.Tai-hwa Liang2015-08-181-1/+1
* Fixing typo as well as improving readability of a few comments.Tai-hwa Liang2015-08-181-6/+11
* Rename seq_* to mseq_*, to avoid clashes with seq.h (namely, seq_read.)Adrian Chadd2015-06-261-22/+22
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Remove check for obsolete FreeBSD versionsBaptiste Daroussin2014-11-031-9/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-2/+2
* Change the type of uio_resid member of struct uio from int to ssize_t.Konstantin Belousov2009-06-252-6/+6
* Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()Ariff Abdullah2009-06-112-22/+7
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-074-22/+76
* Remove license clauses 3 and 4 as per rev. 1.65 of midi.c in NetBSD.Joel Dahl2009-05-201-7/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Don't include <sys/tty.h> in our sound layer. It is not needed.Ed Schouten2008-08-191-1/+0
* Giant is no longer required and can not be held over kproc_exit().Andrew Thompson2008-05-211-1/+0
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forKris Kennaway2008-04-161-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Disable seq_modevent(). The implementation is incomplete, and causingAriff Abdullah2007-04-021-0/+4
* NULL instead of 0 in mtx_init() .Ariff Abdullah2007-03-152-5/+5
* semi-automatic style(9)Alexander Leidinger2007-02-2510-1328/+1377
* Clean up the BSD license to match the preferred license inJoel Dahl2007-01-2810-138/+160
* Rearrange locking order to avoid LOR (cat /dev/midistat).Ariff Abdullah2007-01-271-3/+9
* Wrap debug printfs into SEQ_DEBUG() to avoid kernel messages clutterAriff Abdullah2006-10-151-19/+19
* SNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument.Ruslan Ermilov2006-09-291-4/+8
* Move debug printfs under the proper macro.Nate Lawson2006-07-121-3/+3
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.Alexander Leidinger2006-06-182-0/+2
* Fix build with -Wundef.Ruslan Ermilov2006-05-292-4/+4
* Use a more appropriate printf format for size_t.Alexander Leidinger2006-05-281-1/+1
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,Alexander Leidinger2006-05-2710-0/+4547
* Axe the old midi drivers and framework. matk has developed a newSeigo Tanimura2004-06-0111-6051/+0
* Device megapatch 5/6:Poul-Henning Kamp2004-02-211-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-212-0/+4
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-2/+2
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-032-26/+16
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-194-9/+9