aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/vidcontrol/vidcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a missing const in my previous commit which broke the build atBruce Evans2017-04-031-1/+1
* Show high (blinking foreground/bright background) background colors. FormatBruce Evans2017-04-031-6/+17
* Remove the global variable 'info' and fix associated bugs and style bugs.Bruce Evans2017-04-031-41/+37
* Save errno across revert().Bruce Evans2017-04-031-45/+50
* Fix some parsing and error handling bugs.Bruce Evans2017-04-031-54/+24
* Remove checks that background (bg) colors are not bright and buggyBruce Evans2017-04-021-16/+4
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-11/+1
* vidcontrol: use calloc where appropriateEd Maste2016-11-051-2/+2
* vidcontrol: improve error handling in vt(4) font loadingEd Maste2016-11-041-18/+26
* Add "vidcontrol -i active", to print out active vty number,Edward Tomasz Napierala2016-01-191-3/+18
* vidcontrol: skip invalid video modes returned by vt(4)Ed Maste2015-04-201-0/+4
* vidcontrol: make size argument optional again for sysconsEd Maste2015-04-161-1/+1
* vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin fontJean-Sébastien Pédron2014-10-231-9/+30
* Fix vt(4) detection in kbdcontrol and vidcontrolEd Maste2014-07-021-4/+5
* o Teach vidcontrol(1) how to load vt(4) font.Aleksandr Rybalko2014-05-291-13/+138
* The M_VESA_MODE_MAX is latest valid mode - not the first invalid.Eitan Adler2013-05-111-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
* Call set_terminal_mode() after video mode change, not before, becauseAndrey A. Chernov2012-06-291-4/+8
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-4/+4
* Reencode files to UTF-8. Drop CP1252 em-dash.Ulrich Spörlein2011-12-301-1/+1
* Add static keywords to vidcontrol(1).Ed Schouten2011-12-111-13/+11
* Print memory model of the video mode except for planar memory model.Jung-uk Kim2010-03-291-5/+32
* Add a new flag to vidcontrol, -T, that allows terminal mode switching.Ed Schouten2009-11-111-3/+19
* Remove bogus casts of valid integer ioctl() arguments.Ruslan Ermilov2006-09-261-2/+2
* Fix so that color changes are not lost when the video mode changes.Craig Rodrigues2005-09-171-0/+6
* Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI2005-05-291-162/+562
* Use \033 instead of \e because \e is not a standard.Yoshihiro Takahashi2005-05-151-10/+10
* A foreground color number on pc98 console is 7 not 15.Yoshihiro Takahashi2005-05-151-6/+18
* Use \e for escape char instead of ^[ directly.Yoshihiro Takahashi2005-05-151-10/+10
* WANRS=6 cleanup for vidcontrol(1):Xin LI2005-01-131-92/+92
* Propagate ioctl() failure to exit statusEivind Eklund2003-09-181-7/+10
* Add a new `-H' modifier, which when combined with `-p' or `-P' allows to dumpMaxim Sobolev2002-08-191-13/+28
* Remove some missing words.Dima Dorfman2002-07-101-3/+3
* Deuglify the usage message by making it look more like the synopsis inDima Dorfman2002-07-101-3/+4
* Add an -S option that allows the user to disable vty switching. It isDima Dorfman2002-07-101-2/+22
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* When loading a font allow suffix specifying its size be omited, in whichMaxim Sobolev2002-03-161-41/+39
* Use the correct ioctl command to set a VESA mode.Kazutaka YOKOTA2001-07-221-1/+3
* Move the scrollback controls from kbdcontrol to vidcontrol.Dag-Erling Smørgrav2001-05-281-64/+92
* - Sort usage() output;Maxim Sobolev2001-05-201-4/+7
* Move scrshot(1) functionality into vidcontrol(1).Maxim Sobolev2001-05-191-3/+85
* Proper upper limit for mousechar start is UCHAR_MAX - 3, not UCHAR_MAXAndrey A. Chernov2001-04-211-2/+2
* Allow user to omit font size specification when loading a font. In additionMaxim Sobolev2001-04-091-30/+87
* New option `-g' to allow selecting custom text geometry in VESA_800x600 rasterMaxim Sobolev2001-01-251-6/+35
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+2
* Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA2000-01-121-4/+25
* -Wall fix: ambigious elseBill Fumerola1999-10-151-1/+2
* Fix -s option.Kazutaka YOKOTA1999-09-191-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Reflect recent changes in syscons.Kazutaka YOKOTA1999-06-221-6/+31