| Age | Commit message (Expand) | Author |
| 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 |
| 2004-10-29 | constify audio_hw_if, midi_hw_if, and radio_hw_if. | yamt |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-23 | Make the raw midi device pass through received system exclusive | gson |
| 2003-11-02 | Some possible MIDI input byte streams could cause sc->in_msg[] | gson |
| 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 |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-06-01 | spl botch in midipoll() when sc->dying | gson |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-02 | ANSIfy. | augustss |