| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "vidcontrol -i active", to print out active vty number, | trasz | 2016-01-19 | 2 | -6/+23 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -1/+5 |
| |\
| |/
|/| |
|
| * | Merge from head@274682 | sjg | 2014-11-19 | 2 | -15/+73 |
| |\ |
|
| * \ | Merge head from 7/28 | sjg | 2014-08-19 | 3 | -17/+148 |
| |\ \ |
|
| * | | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | | Merge from head | sjg | 2013-09-05 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---. \ \ \ | Sync from head | sjg | 2012-11-04 | 1 | -5/+9 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | vidcontrol: skip invalid video modes returned by vt(4) | emaste | 2015-04-20 | 1 | -0/+4 |
* | | | | | | | vidcontrol: make size argument optional again for syscons | emaste | 2015-04-16 | 1 | -1/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin font | dumbbell | 2014-10-23 | 2 | -9/+42 |
* | | | | | | Add references to vt(4) to further man-pages. | se | 2014-09-01 | 1 | -6/+31 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Fix vt(4) detection in kbdcontrol and vidcontrol | emaste | 2014-07-02 | 1 | -4/+5 |
* | | | | | use .Mt to mark up email addresses consistently (part2) | bapt | 2014-06-20 | 1 | -4/+5 |
* | | | | | o Teach vidcontrol(1) how to load vt(4) font. | ray | 2014-05-29 | 2 | -13/+142 |
| |_|_|/
|/| | | |
|
* | | | | The M_VESA_MODE_MAX is latest valid mode - not the first invalid. | eadler | 2013-05-11 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 1 | -1/+1 |
| |/
|/| |
|
* | | Call set_terminal_mode() after video mode change, not before, because | ache | 2012-06-29 | 1 | -4/+8 |
|/ |
|
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -4/+4 |
* | Reencode files to UTF-8. Drop CP1252 em-dash. | uqs | 2011-12-30 | 2 | -2/+2 |
* | Add static keywords to vidcontrol(1). | ed | 2011-12-11 | 1 | -13/+11 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
* | Print memory model of the video mode except for planar memory model. | jkim | 2010-03-29 | 1 | -5/+32 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -2/+0 |
* | Add a new flag to vidcontrol, -T, that allows terminal mode switching. | ed | 2009-11-11 | 2 | -3/+22 |
* | Tweak some wording and markup. | ru | 2006-12-22 | 1 | -12/+13 |
* | Remove bogus casts of valid integer ioctl() arguments. | ru | 2006-09-26 | 1 | -2/+2 |
* | Fix so that color changes are not lost when the video mode changes. | rodrigc | 2005-09-17 | 1 | -0/+6 |
* | Markup fixes. | ru | 2005-06-14 | 1 | -2/+3 |
* | Add VESA mode support for syscons, which enables the support of 15, 16, | delphij | 2005-05-29 | 2 | -167/+572 |
* | Use \033 instead of \e because \e is not a standard. | nyan | 2005-05-15 | 1 | -10/+10 |
* | A foreground color number on pc98 console is 7 not 15. | nyan | 2005-05-15 | 1 | -6/+18 |
* | Use \e for escape char instead of ^[ directly. | nyan | 2005-05-15 | 1 | -10/+10 |
* | WANRS=6 cleanup for vidcontrol(1): | delphij | 2005-01-13 | 3 | -93/+95 |
* | Propagate ioctl() failure to exit status | eivind | 2003-09-18 | 1 | -7/+10 |
* | mdoc(7) police: Nits. | ru | 2003-03-02 | 1 | -2/+4 |
* | Document the fact that VTY locking is easily bypassable when DDB | mux | 2003-02-27 | 1 | -0/+4 |
* | Add a new `-H' modifier, which when combined with `-p' or `-P' allows to dump | sobomax | 2002-08-19 | 2 | -14/+38 |
* | Remove some missing words. | dd | 2002-07-10 | 1 | -3/+3 |
* | Deuglify the usage message by making it look more like the synopsis in | dd | 2002-07-10 | 1 | -3/+4 |
* | Add an -S option that allows the user to disable vty switching. It is | dd | 2002-07-10 | 2 | -3/+29 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 2 | -2/+2 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+4 |
* | Fix typo: s/forth/fourth/ | bmah | 2002-03-21 | 1 | -1/+1 |
* | Grammar nits. | ru | 2002-03-20 | 1 | -3/+3 |