summaryrefslogtreecommitdiffstats
path: root/sys/dev/dcons
Commit message (Expand)AuthorAgeFilesLines
* MFcalloutng:mav2013-02-191-6/+12
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-23/+6
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* Reduce the dcons polling frequency to 25 Hz.ed2009-04-061-1/+1
* Fix logic in MOD_LOAD handler to call dcons_attach after all successfulkan2009-04-061-1/+2
* We need to initialize the console for dcons to work.imp2009-03-131-0/+1
* Check the return values of contigmalloc(9) as well as bus_dma(9)marius2009-01-072-11/+24
* Given that the buffer dcons_crom(4) exposes is used for both inputmarius2008-11-191-1/+1
* Also make dcons(4) use MPSAFE callouts.ed2008-11-191-1/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-202-346/+49
* Spell KDB_REQ_REBOOT correctly.peter2008-05-051-1/+1
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-10/+24
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+4
* We don't need to call dcons_poll event handlers if KDB is not active.simokawa2007-08-171-3/+9
* - Don't force to be the GDB port since dcons(4) is in GENERIC now.simokawa2007-06-111-1/+5
* Don't invalidate dcons buffer on shutdown.simokawa2007-06-081-0/+2
* Add the address of IDT in the configuration ROM. (i386/amd64 only)simokawa2007-06-082-0/+27
* Replace breakpoint() with kdb_enter().simokawa2007-06-081-2/+2
* Poll bus resets on FireWire while kdb/gdb is active.simokawa2007-06-083-0/+19
* We should better ignore a break on gdb port if gdb is not enabled.simokawa2007-05-281-2/+2
* Change default value of hw.firewire.dcons_crom.force_console to 0simokawa2007-05-271-1/+1
* Make compile without GDB option.simokawa2007-05-271-4/+11
* Include stand.h for loader.simokawa2007-05-251-0/+3
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* Convert to new console interface.phk2006-05-261-9/+7
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.phk2006-05-261-9/+1
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-2/+2
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-3/+3
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-161-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-065-5/+5
* Use dcons buffer passed by loader on amd64.simokawa2004-10-281-2/+4
* - Use quad_t for dcons buffer address and size.simokawa2004-10-241-4/+11
* Check _BOOT flag.simokawa2004-10-221-3/+3
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* Fix warnings on non-i386 arch.simokawa2004-10-141-0/+2
* - Split dcons core code and OS dependent code.simokawa2004-10-135-650/+883
* Invalidate dcons buffer on shutdown.simokawa2004-09-261-0/+1
* Sync with DragonFly BSD.simokawa2004-09-241-17/+93
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+3
* Re-enable debugger port.simokawa2004-07-131-3/+124
* Update for the KDB framework:marcel2004-07-101-49/+4
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-4/+4
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-25/+0
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterphk2004-06-011-2/+0
OpenPOWER on IntegriCloud