aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scvesactl.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* syscons: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI2009-09-091-1/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-8/+4
* Correct the VGA_NO_MODE_CHANGE end marker comment.Marius Strobl2007-01-101-1/+1
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-171-1/+0
* Prevent division by zero errors in sc_mouse_move()Craig Rodrigues2005-08-301-2/+2
* Only set mode when the incoming ioctl is IOC_VOID, until we have betterXin LI2005-06-101-1/+3
* Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI2005-05-291-0/+14
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* A couple of negative options was not commented out in NOTES/LINT. ThisPoul-Henning Kamp2000-10-091-0/+2
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+0
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-10/+2
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-1/+1
* - Hang the scr_stat struct from dev_t.Kazutaka YOKOTA1999-09-191-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-5/+4
* Unifdef VM86Jonathan Lemon1999-06-011-4/+3
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-12/+15
* Make the VESA KLD module work!Kazutaka YOKOTA1998-12-301-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-6/+1
* Yet another round of fixes for the VESA support code.Kazutaka YOKOTA1998-10-011-10/+1
* Cosmetic changes:Kazutaka YOKOTA1998-09-261-1/+2
* - Use `u_long cmd' ioctl arg.Kazutaka YOKOTA1998-09-261-11/+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-2/+15
* Add VESA support to syscons.Søren Schmidt1998-09-151-0/+150