summaryrefslogtreecommitdiffstats
path: root/sys/dev/dcons/dcons_os.c
Commit message (Expand)AuthorAgeFilesLines
* 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