| Age | Commit message (Expand) | Author |
| 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 |
| 2006-06-28 | Actually initialize the "struct midi_info" in midi_getinfo(). | tron |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-01 | more cast-qual and shadow fallout | drochner |
| 2005-05-29 | - add const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |