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