aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dcons
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Garbage collect dragonfly and legacy FreeBSD system support from dcons(4).Will Andrews2015-01-213-38/+6
* MFcalloutng:Alexander Motin2013-02-191-6/+12
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+12
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson2011-08-261-23/+6
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Reduce the dcons polling frequency to 25 Hz.Ed Schouten2009-04-061-1/+1
* Fix logic in MOD_LOAD handler to call dcons_attach after all successfulAlexander Kabaev2009-04-061-1/+2
* We need to initialize the console for dcons to work.Warner Losh2009-03-131-0/+1
* Check the return values of contigmalloc(9) as well as bus_dma(9)Marius Strobl2009-01-072-11/+24
* Given that the buffer dcons_crom(4) exposes is used for both inputMarius Strobl2008-11-191-1/+1
* Also make dcons(4) use MPSAFE callouts.Ed Schouten2008-11-191-1/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-202-346/+49
* Spell KDB_REQ_REBOOT correctly.Peter Wemm2008-05-051-1/+1
* Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm2008-05-041-10/+24
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-2/+4
* We don't need to call dcons_poll event handlers if KDB is not active.Hidetoshi Shimokawa2007-08-171-3/+9
* - Don't force to be the GDB port since dcons(4) is in GENERIC now.Hidetoshi Shimokawa2007-06-111-1/+5
* Don't invalidate dcons buffer on shutdown.Hidetoshi Shimokawa2007-06-081-0/+2
* Add the address of IDT in the configuration ROM. (i386/amd64 only)Hidetoshi Shimokawa2007-06-082-0/+27
* Replace breakpoint() with kdb_enter().Hidetoshi Shimokawa2007-06-081-2/+2
* Poll bus resets on FireWire while kdb/gdb is active.Hidetoshi Shimokawa2007-06-083-0/+19
* We should better ignore a break on gdb port if gdb is not enabled.Hidetoshi Shimokawa2007-05-281-2/+2
* Change default value of hw.firewire.dcons_crom.force_console to 0Hidetoshi Shimokawa2007-05-271-1/+1
* Make compile without GDB option.Hidetoshi Shimokawa2007-05-271-4/+11
* Include stand.h for loader.Hidetoshi Shimokawa2007-05-251-0/+3
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+3
* Convert to new console interface.Poul-Henning Kamp2006-05-261-9/+7
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.Poul-Henning Kamp2006-05-261-9/+1
* Use ttyalloc() instead of ttymalloc()Poul-Henning Kamp2006-01-041-2/+2
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-3/+3
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.Poul-Henning Kamp2005-10-161-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-065-5/+5
* Use dcons buffer passed by loader on amd64.Hidetoshi Shimokawa2004-10-281-2/+4
* - Use quad_t for dcons buffer address and size.Hidetoshi Shimokawa2004-10-241-4/+11
* Check _BOOT flag.Hidetoshi Shimokawa2004-10-221-3/+3
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-181-6/+1
* Fix warnings on non-i386 arch.Hidetoshi Shimokawa2004-10-141-0/+2
* - Split dcons core code and OS dependent code.Hidetoshi Shimokawa2004-10-135-650/+883
* Invalidate dcons buffer on shutdown.Hidetoshi Shimokawa2004-09-261-0/+1
* Sync with DragonFly BSD.Hidetoshi Shimokawa2004-09-241-17/+93
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+3
* Re-enable debugger port.Hidetoshi Shimokawa2004-07-131-3/+124
* Update for the KDB framework:Marcel Moolenaar2004-07-101-49/+4
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-4/+4