summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vidcontrol/vidcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281581: vidcontrol: make size argument optional again for sysconsemaste2015-08-041-1/+1
* vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin fontdumbbell2014-10-311-9/+30
* 267622 Log:ray2014-07-071-4/+5
* MFC: 266836, 266839ray2014-06-161-13/+138
* The M_VESA_MODE_MAX is latest valid mode - not the first invalid.eadler2013-05-111-1/+1
* More -Wmissing-variable-declarations fixes.ed2012-10-191-1/+1
* Call set_terminal_mode() after video mode change, not before, becauseache2012-06-291-4/+8
* Spelling fixes for usr.sbin/uqs2011-12-301-4/+4
* Reencode files to UTF-8. Drop CP1252 em-dash.uqs2011-12-301-1/+1
* Add static keywords to vidcontrol(1).ed2011-12-111-13/+11
* Print memory model of the video mode except for planar memory model.jkim2010-03-291-5/+32
* Add a new flag to vidcontrol, -T, that allows terminal mode switching.ed2009-11-111-3/+19
* Remove bogus casts of valid integer ioctl() arguments.ru2006-09-261-2/+2
* Fix so that color changes are not lost when the video mode changes.rodrigc2005-09-171-0/+6
* Add VESA mode support for syscons, which enables the support of 15, 16,delphij2005-05-291-162/+562
* Use \033 instead of \e because \e is not a standard.nyan2005-05-151-10/+10
* A foreground color number on pc98 console is 7 not 15.nyan2005-05-151-6/+18
* Use \e for escape char instead of ^[ directly.nyan2005-05-151-10/+10
* WANRS=6 cleanup for vidcontrol(1):delphij2005-01-131-92/+92
* Propagate ioctl() failure to exit statuseivind2003-09-181-7/+10
* Add a new `-H' modifier, which when combined with `-p' or `-P' allows to dumpsobomax2002-08-191-13/+28
* Remove some missing words.dd2002-07-101-3/+3
* Deuglify the usage message by making it look more like the synopsis indd2002-07-101-3/+4
* Add an -S option that allows the user to disable vty switching. It isdd2002-07-101-2/+22
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* When loading a font allow suffix specifying its size be omited, in whichsobomax2002-03-161-41/+39
* Use the correct ioctl command to set a VESA mode.yokota2001-07-221-1/+3
* Move the scrollback controls from kbdcontrol to vidcontrol.des2001-05-281-64/+92
* - Sort usage() output;sobomax2001-05-201-4/+7
* Move scrshot(1) functionality into vidcontrol(1).sobomax2001-05-191-3/+85
* Proper upper limit for mousechar start is UCHAR_MAX - 3, not UCHAR_MAXache2001-04-211-2/+2
* Allow user to omit font size specification when loading a font. In additionsobomax2001-04-091-30/+87
* New option `-g' to allow selecting custom text geometry in VESA_800x600 rastersobomax2001-01-251-6/+35
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
* Make the mouse cursor char code configurable via the CONS_MOUSECTLyokota2000-01-121-4/+25
* -Wall fix: ambigious elsebillf1999-10-151-1/+2
* Fix -s option.yokota1999-09-191-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Reflect recent changes in syscons.yokota1999-06-221-6/+31
* Back out a couple of i386 conditionals which aren't needed with the newdfr1999-01-251-12/+4
* fix for compiling on alphamjacob1999-01-121-3/+11
* The first stage of console driver reorganization: activate newyokota1999-01-111-6/+6
* - Express various sizes in bytes, rather than Kbytes, in the videoyokota1998-10-011-4/+4
* Don't assume that we have extended modes on all platforms.gpalmer1998-09-241-1/+3
* VESA BIOS support update in syscons.yokota1998-09-231-28/+38
* Add new '-i' option to usage().abial1998-09-161-3/+3
* Add VESA support to syscons.sos1998-09-151-2/+120
* ioctl() request args are unsigned longs, so don't attempt to storebde1998-07-141-3/+4
* Use err(3). Stylistic changes in man page.charnier1997-10-271-59/+34
* Update to compile under Lite2 includespeter1997-03-111-1/+2
OpenPOWER on IntegriCloud