| Age | Commit message (Expand) | Author |
| 2021-08-07 | s/configuraiton/configuration/ in comments and man pages. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-02-09 | Update function name in a comment. | isaki |
| 2021-02-06 | Remove sc_open flag. | isaki |
| 2020-02-23 | Make start_input/halt_input optional if the driver has no recording, | isaki |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-05-06 | don't use tsleep() in interrupt context. | ryo |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2018-07-18 | Be consistent among ethernet drivers on the convention for printing ethernet | sevan |
| 2018-03-03 | this ain't python, thanks gcc6. | christos |
| 2017-07-25 | Dreamcast audio only supports playback so set it in the props. | nat |
| 2016-10-09 | PR/51540: Henning Petersen: replace , with ; | christos |
| 2015-10-23 | fix build failure on dreamcast. | knakahara |
| 2015-10-02 | PCI Extended Configuration stuff written by nonaka@: | msaitoh |
| 2014-11-17 | PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros | christos |
| 2014-03-31 | make a copy of the interrupt string in buf. | christos |
| 2014-03-31 | Adapt intr_string signature | martin |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-07-19 | Change <machine/bus.h> to <sys/bus.h> throughout. | dyoung |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2010-11-21 | Split softc/device_t. | tsutsui |
| 2010-11-20 | Make aica_round_blocksize() always return a fixed buffer size. | tsutsui |
| 2010-11-12 | Pull in uvm/uvm.h where UVM's page level interface is used. | uebayasi |
| 2010-09-01 | - split device_t/softc | tsutsui |
| 2009-12-12 | Remove `volatile' qualifier from argument types of | tsutsui |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-08-23 | Add an empty bus_space_mmap(9) function as temporary workaround | tsutsui |
| 2008-08-01 | sysasic_intr_string() takes an IRL, not an IPL. | marcus |
| 2008-08-01 | Fixed a compilation warning. | marcus |
| 2008-06-04 | vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-12 | Split device_t/softc for MI mb86960, with misc cosmetics. | tsutsui |
| 2008-01-06 | Include <sys/device.h> explicitly to pull in needed definitions. | he |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-16 | Clear the correct amount of audio RAM in AICA driver (fixes port-dreamcast/35... | marcus |
| 2007-03-12 | IRL line connected to each device on sysasic is not always corresponding | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2006-09-05 | Switch dreamcast to MI todr(9). | uwe |
| 2006-08-07 | KNF, TAB/space cosmetics | tsutsui |
| 2006-05-10 | Fix a bunch of cast lvalues. | skrll |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-24 | bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer. | yamt |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-06-30 | adaptions to config_search() change, and minor autoconf fixes, mostly from Ha... | drochner |
| 2005-06-02 | Fix const fallout. | he |