| Age | Commit message (Expand) | Author |
| 2025-06-11 | machine/stdarg.h -> sys/stdarg.h | Brooks Davis |
| 2024-10-15 | uart: Go back to returning '0' when we've probed the device. | Warner Losh |
| 2024-10-14 | uart: export rclk via sysctl | Warner Losh |
| 2024-10-14 | uart: Prefer rclk passed in over rclk in the class | 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-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-05-06 | Remove unused uart_devclass. | John Baldwin |
| 2022-04-19 | uart: plug a set-but-not-used var | Mateusz Guzik |
| 2021-12-25 | uart: Remove CTLFLAG_NEEDGIANT from sysctl. | Alexander Motin |
| 2020-04-13 | Export a sysctl count of RX FIFO overrun events. | John Baldwin |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2019-12-10 | Use callout_func_t instead of the deprecated timeout_t. | John Baldwin |
| 2018-08-19 | add snps IP uart support / genaralize UART | Matt Macy |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-27 | Allow setting access-width for UART registers. | Ruslan Bukin |
| 2017-01-12 | Allow uart(4) to use MSI interrupts on single-port PCI instances. | Bruce M Simpson |
| 2016-11-17 | Do not reallocate driver softc for uart unnecessarily. | Ruslan Bukin |
| 2016-08-28 | Fix UART PPS capture mode printing | Justin Hibbits |
| 2016-01-12 | Restore uart PPS signal capture polarity to its historical norm, and add an | Ian Lepore |
| 2015-08-12 | Use bus_alloc_resource_any(), rather than bus_alloc_resource() | Marcel Moolenaar |
| 2015-08-11 | Style fix, no functional changes -- do the braces for switches correctly. | Ian Lepore |
| 2015-08-10 | Correct the polarity of the PPS assert and clear events with respect to the | Ian Lepore |
| 2015-08-10 | Allow the choice of PPS signal captured by uart(4) to be runtime-configured, | Ian Lepore |
| 2015-08-08 | Provide the tty-layer mutex when initializing the pps api. This allows | Ian Lepore |
| 2015-07-24 | - Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signaling | Marius Strobl |
| 2015-07-16 | If uart interrupts are not functioning then schedule the callout to do the | Neel Natu |
| 2015-04-11 | Add support for the uart classes to set their default register shift value. | Andrew Turner |
| 2014-03-08 | Back out r262921. I don't know what I was thinking, but it is lame. | Warner Losh |
| 2014-03-08 | Set the baud rate if it isn't 0 (meaning it has been specified) not | Warner Losh |
| 2014-01-20 | Don't lock in the generic grab just to lock again in the specific grabs. | Warner Losh |
| 2014-01-19 | Introduce grab and ungrab upcalls. When the kernel desires to grab the | Warner Losh |
| 2013-08-19 | Allow UART_POLL_FREQ to be set as a kernel option as well as via tunable | Ian Lepore |
| 2013-07-10 | Protect against broken hardware. In this particular case, protect against | Marcel Moolenaar |
| 2013-05-12 | Fix several typos | Eitan Adler |
| 2013-03-31 | Accommodate uart devices with large FIFOs (or DMA buffers which amount | Ian Lepore |
| 2013-02-02 | uart: add resume method and enable it for attachments on the most common | Andriy Gapon |
| 2012-04-12 | Complete polled-mode operation by using a callout if the device will be | Peter Grehan |
| 2011-11-07 | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten |
| 2011-08-27 | Follow up to r225203 refining break-to-debugger run-time configuration | Robert Watson |
| 2011-08-26 | Attempt to make break-to-debugger and alternative break-to-debugger more | Robert Watson |
| 2009-11-28 | Remove unneeded includes of <sys/termios.h>. | Ed Schouten |
| 2009-10-02 | Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTY | Marcel Moolenaar |
| 2008-08-20 | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten |
| 2008-05-04 | Expand kdb_alt_break a little, most commonly used with the option | Peter Wemm |
| 2007-12-25 | Add a new 'why' argument to kdb_enter(), and a set of constants to use | Robert Watson |
| 2007-04-02 | Don't expose the uart_ops structure directly, but instead have | Marcel Moolenaar |
| 2007-03-28 | When we match UARTs found during bus-enumeration with UARTs used for | Marcel Moolenaar |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-04-28 | Implement the ipend() method of the serdev I/F. | Marcel Moolenaar |