| Age | Commit message (Expand) | Author |
| 2026-02-24 | chore: replace {0, 0} with {DEV,KOBJ}METHOD_END | Enji Cooper |
| 2024-07-26 | Deprecate contigfree(9) in favour of free(9) | Bjoern A. Zeeb |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2022-10-03 | Fix various places which cast a pointer to a vm_paddr_t or vice versa. | John Baldwin |
| 2022-05-09 | dcons: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2019-05-20 | Extract eventfilter declarations to sys/_eventfilter.h | Conrad Meyer |
| 2019-05-10 | Allow dcons(4) to be unloaded when loaded as a module. | Ian Lepore |
| 2019-01-30 | i386: Merge PAE and non-PAE pmaps into same kernel. | Konstantin Belousov |
| 2018-04-13 | i386 4/4G split. | Konstantin Belousov |
| 2017-11-18 | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni |
| 2015-05-22 | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim |
| 2015-01-21 | Garbage collect dragonfly and legacy FreeBSD system support from dcons(4). | Will Andrews |
| 2013-02-19 | MFcalloutng: | Alexander Motin |
| 2011-12-17 | kern cons: introduce infrastructure for console grabbing by kernel | Andriy Gapon |
| 2011-11-07 | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | 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-05-29 | Last minute TTY API change: remove mutex argument from tty_alloc(). | Ed Schouten |
| 2009-04-06 | Reduce the dcons polling frequency to 25 Hz. | Ed Schouten |
| 2009-04-06 | Fix logic in MOD_LOAD handler to call dcons_attach after all successful | Alexander Kabaev |
| 2009-03-13 | We need to initialize the console for dcons to work. | Warner Losh |
| 2009-01-07 | Check the return values of contigmalloc(9) as well as bus_dma(9) | Marius Strobl |
| 2008-11-19 | Given that the buffer dcons_crom(4) exposes is used for both input | Marius Strobl |
| 2008-11-19 | Also make dcons(4) use MPSAFE callouts. | Ed Schouten |
| 2008-08-20 | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten |
| 2008-05-05 | Spell KDB_REQ_REBOOT correctly. | Peter Wemm |
| 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-08-17 | We don't need to call dcons_poll event handlers if KDB is not active. | Hidetoshi Shimokawa |
| 2007-06-11 | - Don't force to be the GDB port since dcons(4) is in GENERIC now. | Hidetoshi Shimokawa |
| 2007-06-08 | Don't invalidate dcons buffer on shutdown. | Hidetoshi Shimokawa |
| 2007-06-08 | Add the address of IDT in the configuration ROM. (i386/amd64 only) | Hidetoshi Shimokawa |
| 2007-06-08 | Replace breakpoint() with kdb_enter(). | Hidetoshi Shimokawa |
| 2007-06-08 | Poll bus resets on FireWire while kdb/gdb is active. | Hidetoshi Shimokawa |
| 2007-05-28 | We should better ignore a break on gdb port if gdb is not enabled. | Hidetoshi Shimokawa |
| 2007-05-27 | Change default value of hw.firewire.dcons_crom.force_console to 0 | Hidetoshi Shimokawa |
| 2007-05-27 | Make compile without GDB option. | Hidetoshi Shimokawa |
| 2007-05-25 | Include stand.h for loader. | Hidetoshi Shimokawa |
| 2006-11-06 | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson |
| 2006-05-26 | Convert to new console interface. | Poul-Henning Kamp |
| 2006-05-26 | Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used. | Poul-Henning Kamp |
| 2006-01-04 | Use ttyalloc() instead of ttymalloc() | Poul-Henning Kamp |
| 2005-12-05 | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | Ruslan Ermilov |
| 2005-10-16 | Make ttyconsolemode() call ttsetwater() so that drivers don't have to. | Poul-Henning Kamp |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-10-28 | Use dcons buffer passed by loader on amd64. | Hidetoshi Shimokawa |
| 2004-10-24 | - Use quad_t for dcons buffer address and size. | Hidetoshi Shimokawa |
| 2004-10-22 | Check _BOOT flag. | Hidetoshi Shimokawa |