| Commit message (Expand) | Author | Age | Files | Lines |
* | sound: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -12/+0 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -2/+4 |
* | Use a sleepable lock for midistat functions. | Mark Johnston | 2019-08-20 | 1 | -72/+58 |
* | Revert r338423, reapplying r338422, which did get approval but | Glen Barber | 2018-09-01 | 1 | -4/+0 |
* | Revert r338422, which was did not get official approval from re@. | Glen Barber | 2018-09-01 | 1 | -0/+4 |
* | Adding support for CS46xx MIDI output. With this patch, users can | Tai-hwa Liang | 2018-09-01 | 1 | -4/+0 |
* | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -3/+2 |
* | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 1 | -2/+3 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | sound(4): Don't use-after-free in midi module unload | Conrad Meyer | 2016-04-20 | 1 | -4/+4 |
* | Replace 0 with NULL for pointers in misc. device drivers. | Pedro F. Giffuni | 2016-04-12 | 1 | -1/+1 |
* | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -2/+2 |
* | - Plugging a memory leak when malloc() failed during initialisation; | Tai-hwa Liang | 2015-10-24 | 1 | -4/+8 |
* | Using the error return code documented in the comment. | Tai-hwa Liang | 2015-08-18 | 1 | -1/+1 |
* | Fixing typo as well as improving readability of a few comments. | Tai-hwa Liang | 2015-08-18 | 1 | -6/+11 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -2/+2 |
* | Change the type of uio_resid member of struct uio from int to ssize_t. | Konstantin Belousov | 2009-06-25 | 1 | -1/+1 |
* | Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE() | Ariff Abdullah | 2009-06-11 | 1 | -11/+3 |
* | Sound Mega-commit. Expect further cleanup until code freeze. | Ariff Abdullah | 2009-06-07 | 1 | -1/+19 |
* | Remove license clauses 3 and 4 as per rev. 1.65 of midi.c in NetBSD. | Joel Dahl | 2009-05-20 | 1 | -7/+0 |
* | Disable seq_modevent(). The implementation is incomplete, and causing | Ariff Abdullah | 2007-04-02 | 1 | -0/+4 |
* | NULL instead of 0 in mtx_init() . | Ariff Abdullah | 2007-03-15 | 1 | -3/+3 |
* | semi-automatic style(9) | Alexander Leidinger | 2007-02-25 | 1 | -524/+533 |
* | Clean up the BSD license to match the preferred license in | Joel Dahl | 2007-01-28 | 1 | -2/+1 |
* | Rearrange locking order to avoid LOR (cat /dev/midistat). | Ariff Abdullah | 2007-01-27 | 1 | -3/+9 |
* | - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious. | Alexander Leidinger | 2006-06-18 | 1 | -0/+1 |
* | Fix build with -Wundef. | Ruslan Ermilov | 2006-05-29 | 1 | -2/+2 |
* | Use a more appropriate printf format for size_t. | Alexander Leidinger | 2006-05-28 | 1 | -1/+1 |
* | Commit the new (old) midi framework. It's based in parts on the NetBSD code, | Alexander Leidinger | 2006-05-27 | 1 | -0/+1509 |
* | Axe the old midi drivers and framework. matk has developed a new | Seigo Tanimura | 2004-06-01 | 1 | -1054/+0 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
* | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+8 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -7/+7 |
* | - Provide toggles to show debug messages. Set new sysctl variables | Seigo Tanimura | 2002-01-04 | 1 | -28/+180 |
* | - Do not uiomove with a mutex locked. | Seigo Tanimura | 2002-01-01 | 1 | -25/+46 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -21/+21 |
* | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
* | - Do not touch the Giant. | Seigo Tanimura | 2001-03-14 | 1 | -84/+0 |
* | - Mutexify midi(4). The driver runs under the giant lock by default. | Seigo Tanimura | 2001-02-26 | 1 | -95/+327 |
* | Encapselate midi_info, nmidi and nsynth into midi.c. | Seigo Tanimura | 2001-02-18 | 1 | -8/+45 |
* | Avoid the modules madness I inadvertently introduced by making the | Poul-Henning Kamp | 2000-09-02 | 1 | -2/+0 |
* | Finally merge newmidi. | Seigo Tanimura | 2000-07-11 | 1 | -0/+702 |