aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dcons/dcons_os.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* 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
* 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-131-0/+746