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