summaryrefslogtreecommitdiffstats
path: root/sys/dev/dcons/dcons_os.c
Commit message (Expand)AuthorAgeFilesLines
* 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-071-8/+12
* 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-201-345/+48
* 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
* Replace breakpoint() with kdb_enter().simokawa2007-06-081-2/+2
* Poll bus resets on FireWire while kdb/gdb is active.simokawa2007-06-081-0/+1
* We should better ignore a break on gdb port if gdb is not enabled.simokawa2007-05-281-2/+2
* Make compile without GDB option.simokawa2007-05-271-4/+11
* 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-061-1/+1
* 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
* 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-131-0/+746
OpenPOWER on IntegriCloud