summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/scvidctl.c
Commit message (Expand)AuthorAgeFilesLines
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Lock struct pgrp, session and sigio.tanimura2002-02-231-3/+20
* KSE Milestone 2julian2001-09-121-1/+1
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-yokota2001-08-021-0/+5
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-2/+4
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-2/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.nyan2000-04-271-0/+5
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.yokota2000-03-311-9/+9
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-5/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inyokota2000-01-201-2/+2
* This is the 3rd stage of syscons code reorganization.yokota2000-01-151-38/+67
* - Removed SC_VIDEO_DEBUG. It is broken and useless now.yokota1999-11-081-22/+0
* - Hang the scr_stat struct from dev_t.yokota1999-09-191-1/+2
* - Preserve the content of the back scroll buffer when changing theyokota1999-09-191-0/+8
* Enable ioctls to manipulate color palette. They have been implemented,yokota1999-09-021-3/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* - Retain the previous vty and history buffers when setting upyokota1999-08-271-8/+5
* - Fixed memory leak in sc_alloc_history_buffer().yokota1999-07-071-3/+14
* The second phase of syscons reorganization.yokota1999-06-221-130/+344
* - Don't assume the line length in the video memory is always the same asyokota1999-02-051-2/+2
* sysconsyokota1999-01-191-1/+3
* The first stage of console driver reorganization: activate newyokota1999-01-111-38/+123
* Yet another round of fixes for the VESA support code.yokota1998-10-011-6/+3
* Fix destructive cursor shape after text mode switch.ache1998-09-291-1/+4
* Cosmetic change: adjust copyright notice.yokota1998-09-251-17/+14
* Fix and update for VESA BIOS support in syscons.yokota1998-09-231-14/+27
* Add VESA support to syscons.sos1998-09-151-0/+486
OpenPOWER on IntegriCloud