summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/scvesactl.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-8/+4
* Correct the VGA_NO_MODE_CHANGE end marker comment.marius2007-01-101-1/+1
* Send the pcvt(4) driver off to retirement.phk2006-05-171-1/+0
* Prevent division by zero errors in sc_mouse_move()rodrigc2005-08-301-2/+2
* Only set mode when the incoming ioctl is IOC_VOID, until we have betterdelphij2005-06-101-1/+3
* Add VESA mode support for syscons, which enables the support of 15, 16,delphij2005-05-291-0/+14
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* KSE Milestone 2julian2001-09-121-2/+2
* A couple of negative options was not commented out in NOTES/LINT. Thisphk2000-10-091-0/+2
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+0
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-10/+2
* This patch clears the way for removing a number of tty relatedphk1999-09-251-1/+1
* - Hang the scr_stat struct from dev_t.yokota1999-09-191-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* The second phase of syscons reorganization.yokota1999-06-221-5/+4
* Unifdef VM86jlemon1999-06-011-4/+3
* The first stage of console driver reorganization: activate newyokota1999-01-111-12/+15
* Make the VESA KLD module work!yokota1998-12-301-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-6/+1
* Yet another round of fixes for the VESA support code.yokota1998-10-011-10/+1
* Cosmetic changes:yokota1998-09-261-1/+2
* - Use `u_long cmd' ioctl arg.yokota1998-09-261-11/+4
* Cosmetic change: adjust copyright notice.yokota1998-09-251-17/+14
* Fix and update for VESA BIOS support in syscons.yokota1998-09-231-2/+15
* Add VESA support to syscons.sos1998-09-151-0/+150
OpenPOWER on IntegriCloud