aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/vidcontrol
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-222-7/+62
* vidcontrol(1): Fix a typo in the description of -fTobias Kortkamp2018-10-201-19/+19
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* vidcontrol: correct history size error messageEd Maste2017-11-211-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Support setting the colors of cursors for the VGA renderer.Bruce Evans2017-08-252-6/+61
* Reduce complexity and backwards compatibilty a little by removing new aliasesBruce Evans2017-08-192-87/+73
* 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-172-25/+189
* 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-192-6/+23
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+5
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-15/+73
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-193-17/+148
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2013-09-051-1/+1
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync from headSimon J. Gerraty2012-11-041-5/+9
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | 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-232-9/+42
* | | | | Add references to vt(4) to further man-pages.Stefan Eßer2014-09-011-6/+31
| |_|_|/ |/| | |
* | | | Fix vt(4) detection in kbdcontrol and vidcontrolEd Maste2014-07-021-4/+5
* | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-4/+5
* | | | o Teach vidcontrol(1) how to load vt(4) font.Aleksandr Rybalko2014-05-292-13/+142
| |_|/ |/| |
* | | 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-302-2/+2
* Add static keywords to vidcontrol(1).Ed Schouten2011-12-111-13/+11
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Print memory model of the video mode except for planar memory model.Jung-uk Kim2010-03-291-5/+32