| Age | Commit message (Expand) | Author |
| 2022-07-01 | sequencer(4): Fix lock leak in ioctl(FIOASYNC). | riastradh |
| 2022-06-04 | Combine the midi and sequencer modules into a single midi_seq module | pgoyette |
| 2022-04-16 | sequencer(4): VOP_CLOSE requires vnode lock. | riastradh |
| 2022-04-16 | sequencer(4): Convert some #if DIAGNOSTIC to assertions. | riastradh |
| 2022-04-16 | sequencer(4): Sprinkle KNF. | riastradh |
| 2022-03-31 | For device modules that provide both auto-config and /dev/xxx | pgoyette |
| 2022-03-29 | sequencer(4): Don't use mutex_spin_exit on an IPL_NONE lock. | riastradh |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2020-12-19 | Use sel{record,remove}_knote(). | thorpej |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2019-08-25 | Fix the size passed to memcpy, we only want 8 bytes. Found by KASAN. | maxv |
| 2017-10-29 | Provisionally return to declaring midi_cd unconditionally. | riastradh |
| 2017-10-28 | Back out extern struct cfdriver -> ioconf.h change to sequencer.c. | riastradh |
| 2017-10-28 | Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h". | riastradh |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-06-01 | Add infrastructure for modularization of audio, midi, and sequencer | pgoyette |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2014-12-30 | fix !AUDIO_DEBUG build. | mrg |
| 2014-12-30 | - fix a confusion between midi(4) unit and connected to sequencer | mrg |
| 2014-12-23 | use __func__ in some debug messages. | mrg |
| 2014-12-22 | various clean ups for midi and sequencer: | mrg |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-10-17 | remove unused variables | christos |
| 2013-04-27 | allocate dynamically | christos |
| 2012-04-09 | Tidy up a little, the way that midi attachment code works | plunky |
| 2012-02-13 | call VOP_CLOSE() in the case we're bailing due to missing both read/write. | mrg |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-01-11 | make this compile | cegger |
| 2008-07-15 | Use more timespecs internally. From Alexander Shishkin and me. | christos |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-03-21 | use devsw_name2chr() to look up the major number of the midi device as | plunky |
| 2008-03-04 | Split device_t/softc for midi(4), and other related cosmetic changes. | cube |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-10-08 | Use the softint API. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-22 | make compile for NMIDI == 0 | pooka |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | - add missing initializer | christos |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-06-30 | Ankh-Morpork, we have a MIDI driver.... | chap |