| Commit message (Expand) | Author | Age | Files | Lines |
* | sound: Remove dead printfs from midi/mpu401.c | Christos Margiolis | 2025-07-06 | 1 | -26/+1 |
* | sound: Remove unused midi_cmdname() | Christos Margiolis | 2025-07-06 | 1 | -34/+0 |
* | sound: Remove unnecessary comments from midi/midi.c | Christos Margiolis | 2025-07-06 | 1 | -68/+6 |
* | sound: Remove duplicate mpu_if.h include | Christos Margiolis | 2025-07-06 | 1 | -7/+0 |
* | sound: Remove unused mpu_if methods | Christos Margiolis | 2025-07-06 | 2 | -28/+0 |
* | sound: Retire unused MIDI sysctls | Christos Margiolis | 2025-07-06 | 1 | -6/+0 |
* | sound: Retire /dev/midistat | Christos Margiolis | 2025-07-06 | 1 | -143/+2 |
* | sound: Retire midisynth | Christos Margiolis | 2025-07-06 | 3 | -708/+0 |
* | sound: Retire the MIDI sequencer | Christos Margiolis | 2025-07-06 | 4 | -2211/+0 |
* | gone_in: make it __printflike() | Gleb Smirnoff | 2025-06-24 | 1 | -2/+4 |
* | sound: Deprecate the MIDI sequencer | Christos Margiolis | 2025-05-30 | 1 | -0/+4 |
* | sound: Do not check for NULL if sbuf is allocated with SBUF_AUTOEXTEND | Christos Margiolis | 2024-10-18 | 1 | -5/+1 |
* | sound: drop midistat lock in error path | Robert Wing | 2024-07-09 | 1 | -0/+1 |
* | sound: Handle midistat_lock through function interface | Christos Margiolis | 2024-07-06 | 3 | -33/+53 |
* | sound: Remove *MINOR from midi/ | Christos Margiolis | 2024-07-06 | 2 | -19/+7 |
* | sound: Remove MIDI_TYPE | Christos Margiolis | 2024-07-06 | 3 | -11/+9 |
* | sound: Fix lock order reversals in mseq_open() | Christos Margiolis | 2024-07-06 | 3 | -11/+42 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 3 | -3/+0 |
* | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 3 | -3/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 3 | -6/+0 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 4 | -8/+0 |
* | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 6 | -6/+6 |
* | sound(4): Fix a typo in a source code comment | Gordon Bergling | 2022-04-02 | 1 | -1/+1 |
* | sound(4): Fix some common typos in comments | Gordon Bergling | 2021-08-26 | 1 | -2/+2 |
* | sound: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 4 | -20/+0 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 2 | -3/+6 |
* | Properly check for an interrupted cv_wait_sig(). | Mark Johnston | 2019-08-30 | 1 | -2/+2 |
* | Use a sleepable lock for midistat functions. | Mark Johnston | 2019-08-20 | 1 | -72/+58 |
* | The event bytes should be unsigned char. | Hans Petter Selasky | 2018-10-22 | 1 | -1/+1 |
* | Drop sequencer mutex around uiomove() and make sure we don't move more bytes | Hans Petter Selasky | 2018-10-22 | 1 | -2/+15 |
* | Fix off-by-one which can lead to panics. | Hans Petter Selasky | 2018-10-22 | 1 | -1/+1 |
* | 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 | 7 | -0/+14 |
* | 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 |
* | Rename seq_* to mseq_*, to avoid clashes with seq.h (namely, seq_read.) | Adrian Chadd | 2015-06-26 | 1 | -22/+22 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 1 | -1/+1 |
* | Remove check for obsolete FreeBSD versions | Baptiste Daroussin | 2014-11-03 | 1 | -9/+0 |
* | 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 | 2 | -6/+6 |