aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/vidcontrol
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-252-10/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* pkgbase: Create a FreeBSD-console-tools packageEmmanuel Vadot2023-02-081-0/+1
* vidcontrol: disable p, P, and H when vt(4) is in useEd Maste2022-04-071-2/+2
* vidcontrol: be explicit that -p and -P are sc(4) onlyEd Maste2022-04-061-1/+5
* Move font related data structured to sys/font.c and update vtfontcvtToomas Soome2020-06-141-18/+9
* 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