| Age | Commit message (Expand) | Author |
| 2023-05-06 | s/regster/register/ in comments and error messages. | andvar |
| 2022-07-21 | fix typos in comments and log messages, mainly s/intrrupt/interrupt/. | andvar |
| 2022-07-08 | alredy -> already | skrll |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-05-22 | Be explicit about our interface attributes. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-01-13 | Don't advertise AUDIO_PROP_CAPTURE - no capture method is provided | skrll |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2020-02-23 | Make start_input/halt_input optional if the driver has no recording, | isaki |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-06-08 | Clean get_props(). | isaki |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-03-31 | Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) with | msaitoh |
| 2015-10-02 | PCI Extended Configuration stuff written by nonaka@: | msaitoh |
| 2015-07-11 | Improve spelling: regsiter -> register | kamil |
| 2015-06-11 | Add struct pmap_limits and pm_{min,max}addr from uvm/pmap/map.h and use it to | matt |
| 2015-06-09 | #include <sys/cpu.h> and/or <mips/cpuregs.h> + other include fixes | matt |
| 2014-11-20 | this is supposed to be SECS_PER_DAY. | christos |
| 2014-11-17 | PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros | christos |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-31 | adjust to new pci_intr_string signature | christos |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2014-03-26 | - kill sprintf | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2011-11-24 | put back IPL_AUDIO and splaudio(), at the request of rmind. they are | mrg |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-08-24 | Add to pci_bus_devorder() an argument that tells the number of slots | dyoung |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-03-18 | Use vaddr_t for pc instead of uint32_t. | tsutsui |
| 2011-03-16 | Split device_t/softc. Tested on GXemul. | tsutsui |
| 2011-03-16 | Fix device_t/softc confusion. | tsutsui |
| 2011-03-16 | KNF and cosmetics. | tsutsui |
| 2011-03-16 | Fix signedness issue triggered by 64 bit time_t. | tsutsui |
| 2011-03-16 | Set sr_bits[IPL_HIGH] properly, rather than setting sr_bits[IPL_VM] twice. | tsutsui |
| 2011-03-16 | vr_intr_handler[] takes status for hardclock(9), not ipending. | tsutsui |
| 2011-03-16 | Avoid possible future device_t/softc confusion. | tsutsui |
| 2011-03-16 | Blindly prepare an equivalent function with old _spllower(~MIPS_INT_MASK_0) | tsutsui |
| 2011-03-10 | Set correct struct clockframe .intr value for hardclock(9). | tsutsui |
| 2011-02-26 | Explicitly include <mips/locore.h> for wbflush(). | tsutsui |
| 2011-02-20 | Merge forward matt-nb5-mips64 | matt |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-11-15 | struct cpu_info * deref needs sys/cpu.h. | uebayasi |
| 2010-06-06 | Add missing close-parenthesis; reported by Henning Petersen in PR 42526. | dholland |
| 2010-04-10 | workaround for port-hpcmips/42934 | jun |