aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/vidcontrol/vidcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Fix restoring the geometry when recovering from an error. Just restore theBruce Evans2019-04-081-3/+2
* Oops, actually fix warnings from -Wpointer-sign.Bruce Evans2019-02-221-3/+3
* Fix warnings from -Wpointer-sign.Bruce Evans2019-02-221-3/+3
* Connect the restored dumb and sc terminal emulators to the kernel build.Bruce Evans2019-02-221-6/+55
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* vidcontrol: correct history size error messageEd Maste2017-11-211-1/+1
* Support setting the colors of cursors for the VGA renderer.Bruce Evans2017-08-251-2/+15
* Reduce complexity and backwards compatibilty a little by removing new aliasesBruce Evans2017-08-191-21/+11
* I misplaced a newline in the previous commit. Fix this, and move lineBruce Evans2017-08-171-5/+6
* Update vidcontrol -c to support all cursor appearance settingBruce Evans2017-08-171-17/+73
* Fix setting of the border color. Teken doesn't support syscons' escapeBruce Evans2017-08-161-5/+9
* 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