| Age | Commit message (Expand) | Author |
| 2025-10-20 | aacraid: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handler | Zhenlei Huang |
| 2025-06-11 | machine/stdarg.h -> sys/stdarg.h | Brooks Davis |
| 2025-01-02 | Use bus_generic_detach to detach and delete child devices during detach | John Baldwin |
| 2024-12-06 | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin |
| 2024-07-24 | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-05-06 | aacraid: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin |
| 2021-06-21 | aacraid: ignore data overrun on INQUIRY | Leandro Lupori |
| 2021-06-21 | aacraid: reduce max I/O size to avoid DMA issues | Leandro Lupori |
| 2021-01-12 | Convert remaining cap_rights_init users to cap_rights_init_one | Mateusz Guzik |
| 2020-09-01 | aacraid: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-03-09 | [aacraid] Handle both AIF and SYNC interrupts | Leandro Lupori |
| 2020-03-05 | [aacraid] Port driver to big-endian | Leandro Lupori |
| 2020-03-04 | [aacraid] Add missing unmap call for SYNC mode | Leandro Lupori |
| 2020-03-02 | [aacraid] Prevent sense data from causing a buffer overflow | Leandro Lupori |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2019-12-06 | Remove ifdefs for FreeBSD 6, 7, 8 and 9. Assume we're past that. | Warner Losh |
| 2019-11-24 | Don't need giant for these drivers dev nodes. | Warner Losh |
| 2019-05-22 | Make aacraid(4) working on ASR8805 & ASR8402 in particular. This patch | Maxim Sobolev |
| 2018-09-26 | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh |
| 2018-08-19 | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer |
| 2018-08-19 | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer |
| 2018-06-13 | Add PNP info to the PCI attachment of the aacraid driver. | Warner Losh |
| 2018-04-06 | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis |
| 2018-03-14 | Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat. | Brooks Davis |
| 2018-01-21 | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni |
| 2018-01-13 | dev: make some use of mallocarray(9). | Pedro F. Giffuni |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-07-01 | Clean up MD pollution of bus_dma.h: | Jason A. Harmening |
| 2017-06-09 | remove an unrelated local change from r319746 | Andriy Gapon |
| 2017-06-09 | MFV r319744,r319745: 8269 dtrace stddev aggregation is normalized incorrectly | Andriy Gapon |
| 2017-03-23 | aacraid: rework r315083 for a clean build with and without AACRAID_DEBUG | Andriy Gapon |
| 2017-03-11 | aacraid: fix build with AACRAID_DEBUG=2 | Andriy Gapon |
| 2017-01-04 | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers |
| 2016-10-28 | Remove a PCI ID for a raid controller from Adaptec that was planned, | Warner Losh |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2016-04-26 | aacraid(4): Fix some mostly trivial buffer overruns | Conrad Meyer |
| 2016-04-19 | aacraid(4): Sanely copyin userland pointers and ensure that we don't get | Sean Bruno |
| 2016-04-10 | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni |
| 2016-02-27 | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits |
| 2015-03-22 | Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin |
| 2014-03-30 | Remove instances of variables that were set, but never used. gcc 4.9 | Warner Losh |
| 2014-03-16 | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson |
| 2014-01-03 | Wrap this debug statement in debug defines. Else, this driver | Sean Bruno |
| 2013-11-08 | Update aacraid to version 3.2.5. | Achim Leubner |
| 2013-09-05 | Handle cases where capability rights are not provided. | Pawel Jakub Dawidek |
| 2013-08-12 | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long |