| Age | Commit message (Expand) | Author |
| 2026-02-24 | chore: replace {0, 0} with {DEV,KOBJ}METHOD_END | Enji Cooper |
| 2026-02-17 | bus: Document special ranges of IVARs | John Baldwin |
| 2025-01-02 | Use bus_generic_detach instead of device_delete_children in detach | John Baldwin |
| 2025-01-02 | bus_generic_detach: Delete children after detaching them | John Baldwin |
| 2024-12-06 | bus_delayed_attach_children: Switch return type to void | John Baldwin |
| 2024-12-06 | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin |
| 2024-11-01 | ow: Use a bus_child_deleted method to free ivars for 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 bare tag | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line sh pattern | 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 |
| 2022-05-09 | ow: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin |
| 2021-06-22 | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh |
| 2021-01-23 | Revert "Define PNP info after defining driver modules" | Mark Johnston |
| 2021-01-21 | Define PNP info after defining driver modules | Mark Johnston |
| 2020-09-01 | ow: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-05-13 | kernel: provide panicky version of __unreachable | Kyle Evans |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2019-12-17 | Update owc_gpiobus (one-wire over gpio) to the modern gpio_pin interface. | Ian Lepore |
| 2019-12-13 | Be consistent about checking return value from bus_delayed_attach_children. | Warner Losh |
| 2019-12-13 | Create new wrapper function: bus_delayed_attach_children() | Warner Losh |
| 2019-12-10 | Do not attach children of owc_gpiobus until interrupts are working. | Ian Lepore |
| 2019-12-04 | Regularize my copyright notice | Warner Losh |
| 2019-10-30 | Remove redundant hw sysctl declaration. gcc CI complains, but clang doesn't. | Warner Losh |
| 2019-10-30 | ow(4): clean up stray white space | Andriy Gapon |
| 2019-10-30 | ow(4): protocol timings can now be changed as sysctl-s / tunables | Andriy Gapon |
| 2019-10-30 | ow(4): increase regular mode recovery time, t_rec, to 15 us | Andriy Gapon |
| 2019-10-25 | owc_gpiobus: add missing space in r354077 | Andriy Gapon |
| 2019-10-25 | owc_gpiobus_read_data: add recovery time to the read slot | Andriy Gapon |
| 2019-10-25 | owc_gpiobus_read_data: compare times in sbintime_t units | Andriy Gapon |
| 2019-10-25 | owc_gpiobus_read_data: disable preemption earlier | Andriy Gapon |
| 2019-10-25 | ow_temp: better scopes for the lock | Andriy Gapon |
| 2019-10-25 | ow_temp: drop the lock around a call that can sleep | Andriy Gapon |
| 2019-07-10 | owc_gpiobus: small formatting cleanup | Andriy Gapon |
| 2019-06-26 | fix up r349428, fix a typo made during "fdt" removal | Andriy Gapon |
| 2019-06-26 | owc_gpiobus: clean / fix up the driver module things | Andriy Gapon |
| 2019-05-20 | Extract eventfilter declarations to sys/_eventfilter.h | Conrad Meyer |
| 2018-12-20 | Fix panic message when we can't create thread for one wire temperature | Warner Losh |
| 2018-03-20 | [ofw] fix errneous checks for OF_finddevice(9) return value | Oleksandr Tymoshenko |
| 2017-07-29 | Add inline functions to convert between sbintime_t and decimal time units. | Ian Lepore |
| 2016-12-22 | ow_temp: Update the temperature visible via the sysctl atomically, rather | Gavin Atkinson |
| 2016-12-21 | ow_temp: Correct typo in comment | Gavin Atkinson |
| 2016-05-17 | Don't repeat the the word 'the' | Eitan Adler |
| 2016-05-16 | dev/ow: Tag an unreachable switch default. | Pedro F. Giffuni |
| 2016-04-10 | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni |
| 2015-08-28 | Simply to appease gcc's warnings. | Warner Losh |
| 2015-08-27 | New 1-Wire bus implementation. 1-Wire controller is abstracted, though | Warner Losh |