aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scvidctl.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4,Marius Strobl2005-10-051-3/+3
* MFC:Craig Rodrigues2005-09-071-0/+2
* MFC:Craig Rodrigues2005-09-021-6/+8
* Deny to switch into banked video mode when it is not available. SomeXin LI2005-05-301-1/+2
* Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI2005-05-291-8/+24
* Remove erroneous semicolons.Stefan Farfeleder2004-07-131-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Fix endian bugs accessing ioctl arguments that are passed by value.Jake Burkholder2003-08-241-2/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-3/+20
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-Kazutaka YOKOTA2001-08-021-0/+5
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-2/+4
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-2/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.Yoshihiro Takahashi2000-04-271-0/+5
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA2000-03-311-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