aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scvidctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.Yoshihiro Takahashi2000-05-051-0/+5
* MFC:Kazutaka YOKOTA2000-04-031-9/+9
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-5/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA2000-01-201-2/+2
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-151-38/+67
* - Removed SC_VIDEO_DEBUG. It is broken and useless now.Kazutaka YOKOTA1999-11-081-22/+0
* - Hang the scr_stat struct from dev_t.Kazutaka YOKOTA1999-09-191-1/+2
* - Preserve the content of the back scroll buffer when changing theKazutaka YOKOTA1999-09-191-0/+8
* Enable ioctls to manipulate color palette. They have been implemented,Kazutaka YOKOTA1999-09-021-3/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* - Retain the previous vty and history buffers when setting upKazutaka YOKOTA1999-08-271-8/+5
* - Fixed memory leak in sc_alloc_history_buffer().Kazutaka YOKOTA1999-07-071-3/+14
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-130/+344
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-051-2/+2
* sysconsKazutaka YOKOTA1999-01-191-1/+3
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-38/+123
* Yet another round of fixes for the VESA support code.Kazutaka YOKOTA1998-10-011-6/+3
* Fix destructive cursor shape after text mode switch.Andrey A. Chernov1998-09-291-1/+4
* Cosmetic change: adjust copyright notice.Kazutaka YOKOTA1998-09-251-17/+14
* Fix and update for VESA BIOS support in syscons.Kazutaka YOKOTA1998-09-231-14/+27
* Add VESA support to syscons.Søren Schmidt1998-09-151-0/+486