| Age | Commit message (Expand) | Author |
| 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 |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2014-12-30 | - check sc->dying after sleeping in several more places, and | 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-09-14 | Quell a few "unused variable" warnings (where the variables are generated | martin |
| 2012-04-09 | Tidy up a little, the way that midi attachment code works | plunky |
| 2012-04-05 | midi_attach() does not actually ever use the parent device | plunky |
| 2012-04-05 | move the pmf_device_register() for midi.c and midi_pcppi.c to midi_attach() | plunky |
| 2012-01-10 | Call aprint_naive for quiet boot message. | njoly |
| 2011-11-24 | set hwif_softc around midi_attach()s call to ->getinfo(), like the old | mrg |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2010-07-27 | printf() size_t with 'z' format modifier in debug code. | jakllsch |
| 2009-12-06 | Simplify these device-activation hooks using the following semantic | dyoung |
| 2009-08-23 | I'm not so sure this is actually CPU-intensive in 2009, so don't print it. | jmcneill |
| 2009-04-07 | Cosmetic: in a debug statement, use "%s", __func__ instead of a | dyoung |
| 2008-06-12 | use device_lookup to get device_t | cegger |
| 2008-06-10 | device_private(device_lookup()) -> device_lookup_private() | cegger |
| 2008-04-30 | Make various bits of debug code compile again. | ad |
| 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-05 | Fix fallout from midi(4)'s softc split. | cube |
| 2008-03-05 | Include sys/device.h for device_t | tnn |
| 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-16 | add null pmf handlers. | christos |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-01 | aprintify, on behalf of xtraeme | jmcneill |
| 2007-10-08 | Use the softint API. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-16 | Correct format strings for ptrdiff_t and size_t arguments in DPRINTFs, | pavel |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Defer wakeup() to the soft interrupt also. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | Add __unused as necessary. | thorpej |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-02 | add missing initializer | christos |
| 2006-07-02 | Uppercase CPU. | wiz |
| 2006-07-01 | Correct build failures when MIDI is not enabled (the idea!). | chap |
| 2006-06-30 | Ankh-Morpork, we have a MIDI driver.... | chap |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-05-29 | - add const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |