aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/midi
Commit message (Expand)AuthorAgeFilesLines
* sound: Remove dead printfs from midi/mpu401.cChristos Margiolis2025-07-061-26/+1
* sound: Remove unused midi_cmdname()Christos Margiolis2025-07-061-34/+0
* sound: Remove unnecessary comments from midi/midi.cChristos Margiolis2025-07-061-68/+6
* sound: Remove duplicate mpu_if.h includeChristos Margiolis2025-07-061-7/+0
* sound: Remove unused mpu_if methodsChristos Margiolis2025-07-062-28/+0
* sound: Retire unused MIDI sysctlsChristos Margiolis2025-07-061-6/+0
* sound: Retire /dev/midistatChristos Margiolis2025-07-061-143/+2
* sound: Retire midisynthChristos Margiolis2025-07-063-708/+0
* sound: Retire the MIDI sequencerChristos Margiolis2025-07-064-2211/+0
* gone_in: make it __printflike()Gleb Smirnoff2025-06-241-2/+4
* sound: Deprecate the MIDI sequencerChristos Margiolis2025-05-301-0/+4
* sound: Do not check for NULL if sbuf is allocated with SBUF_AUTOEXTENDChristos Margiolis2024-10-181-5/+1
* sound: drop midistat lock in error pathRobert Wing2024-07-091-0/+1
* sound: Handle midistat_lock through function interfaceChristos Margiolis2024-07-063-33/+53
* sound: Remove *MINOR from midi/Christos Margiolis2024-07-062-19/+7
* sound: Remove MIDI_TYPEChristos Margiolis2024-07-063-11/+9
* sound: Fix lock order reversals in mseq_open()Christos Margiolis2024-07-063-11/+42
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* sound(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* sound(4): Fix some common typos in commentsGordon Bergling2021-08-261-2/+2
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-20/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-3/+6
* Properly check for an interrupted cv_wait_sig().Mark Johnston2019-08-301-2/+2
* Use a sleepable lock for midistat functions.Mark Johnston2019-08-201-72/+58
* The event bytes should be unsigned char.Hans Petter Selasky2018-10-221-1/+1
* Drop sequencer mutex around uiomove() and make sure we don't move more bytesHans Petter Selasky2018-10-221-2/+15
* Fix off-by-one which can lead to panics.Hans Petter Selasky2018-10-221-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