summaryrefslogtreecommitdiff
path: root/usr.sbin/vidcontrol
AgeCommit message (Expand)Author
2025-12-03vidcontrol.1: Video buffer dump is syscons onlyPau Amma
2025-09-04Like for -P et al, state that -deElL are syscons only options.Jens Schweikhardt
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-07manuals/description: system video console utilitysAlexander Ziaee
2023-11-26usr.sbin: Remove ancient SCCS tags.Warner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-02-08pkgbase: Create a FreeBSD-console-tools packageEmmanuel Vadot
2022-04-06vidcontrol: disable p, P, and H when vt(4) is in useEd Maste
2022-04-06vidcontrol: be explicit that -p and -P are sc(4) onlyEd Maste
2020-06-14Move font related data structured to sys/font.c and update vtfontcvtToomas Soome
2019-04-08Fix restoring the geometry when recovering from an error. Just restore theBruce Evans
2019-02-22Oops, actually fix warnings from -Wpointer-sign.Bruce Evans
2019-02-22Fix warnings from -Wpointer-sign.Bruce Evans
2019-02-22Connect the restored dumb and sc terminal emulators to the kernel build.Bruce Evans
2018-10-20vidcontrol(1): Fix a typo in the description of -fTobias Kortkamp
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-21vidcontrol: correct history size error messageEd Maste
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-25Support setting the colors of cursors for the VGA renderer.Bruce Evans
2017-08-19Reduce complexity and backwards compatibilty a little by removing new aliasesBruce Evans
2017-08-17I misplaced a newline in the previous commit. Fix this, and move lineBruce Evans
2017-08-17Update vidcontrol -c to support all cursor appearance settingBruce Evans
2017-08-16Fix setting of the border color. Teken doesn't support syscons' escapeBruce Evans
2017-04-03Fix a missing const in my previous commit which broke the build atBruce Evans
2017-04-03Show high (blinking foreground/bright background) background colors. FormatBruce Evans
2017-04-03Remove the global variable 'info' and fix associated bugs and style bugs.Bruce Evans
2017-04-03Save errno across revert().Bruce Evans
2017-04-03Fix some parsing and error handling bugs.Bruce Evans
2017-04-02Remove checks that background (bg) colors are not bright and buggyBruce Evans
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-11-05vidcontrol: use calloc where appropriateEd Maste
2016-11-04vidcontrol: improve error handling in vt(4) font loadingEd Maste
2016-01-19Add "vidcontrol -i active", to print out active vty number,Edward Tomasz Napierala
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-04-20vidcontrol: skip invalid video modes returned by vt(4)Ed Maste
2015-04-16vidcontrol: make size argument optional again for sysconsEd Maste
2014-11-19Merge from head@274682Simon J. Gerraty
2014-10-23vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin fontJean-Sébastien Pédron
2014-09-01Add references to vt(4) to further man-pages.Stefan Eßer
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-07-02Fix vt(4) detection in kbdcontrol and vidcontrolEd Maste
2014-06-20use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin
2014-05-29o Teach vidcontrol(1) how to load vt(4) font.Aleksandr Rybalko
2014-05-16Updated dependenciesSimon J. Gerraty