| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
case use size of the currently displaying font as a suffix. For example,
when the when the size of the currently displayed font is 8x8 the
following command will load koi8-r-8x8.fnt.
# vidcontrol -f koi8-r
MFC after: 2 weeks
|
|
|
|
|
| |
PR: docs/30473
Submitted by: Jonathan Hanna <jhanna@home.com>
|
|
|
|
|
|
|
|
|
| |
1) Removed the low-level (unneeded in this context) details on
escape sequences that are already documented in screen(4).
2) Removed whitespace at EOL.
3) Removed the garbage from previous revision.
|
|
|
|
|
| |
PR: docs/28000
Submitted by: Robert Drehmel <robert@zoot.quizbot.org>
|
|
|
|
|
|
|
| |
shot2*.
PR:
Submitted by: Olexander Kunytsa
|
|
|
|
| |
with a trailing zero-width space: `e.g.\&'.
|
|
|
|
|
|
|
| |
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
|
|
|
|
|
| |
PR: 24423
MFC after: 10 days
|
| |
|
| |
|
| |
|
|
|
|
| |
really "AUTHORS".
|
|
|
|
|
|
| |
Also fix some style bugs in the code and poor language in the man pages.
Reviewed by: sobomax
|
|
|
|
|
|
|
| |
- sync usage() with reality and manpage;
- display usage() even if terminal is not a syscons.
Submitted by: ru, sobomax
|
| |
|
|
|
|
|
|
| |
- add nik into Authors section.
Submitted by: ru
|
|
|
|
|
| |
Suggested by: many
Not objected to by: nik (scrshot co-author)
|
|
|
|
|
| |
PR: 24437
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
|
| |
|
|
|
|
| |
as they're listed in the synopsis (alphabetical).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the following fixes had been made:
- check the size of the font being loaded and compare it with possible sizes
to minimise possibility of loading something that is not a fontfile at all
and turning console screen into garbage;
- prevent buffer overflow (and coredump as a result ) when loading valid
uuencoded file with size that exceeds allocated buffer;
- correct and improve several error messages.
Approved by: -audit, -hackers (silently)
|
|
|
|
|
|
| |
PR: 26050
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Approved by: nik
|
|
|
|
| |
- MAN[1-9] -> MAN.
|
| |
|
| |
|
|
|
|
|
|
|
| |
text mode. For example `vidcontrol -g 100x37 VESA_800x600' will setup 100x37
text mode as opposed to default 80x25.
Reviewed by: imp
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/console.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/console.h> files will be removed.
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
| |
PR: 16221
Submitted by: Kelly Yancey <kbyanc@posi.net>
|
|
|
|
|
|
| |
ioctl.
By popular demand.
|
| |
|
| |
|
|
|
|
|
| |
VESA_132x30 is not available mode
SC_PIXLE_MODE -> SC_PIXEL_MODE
|
|
|
|
| |
PR: bin/13799
|
|
|
|
|
|
| |
to use the VESA_800x600 raster text mode.
- Fix the list of recognized keywords; "40x25" is not recognized,
but "VGA_40x25" is.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs.
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
|
|
|
|
|
|
|
| |
Grammar and Spelling Reviewed by: mpp
While mpp kindly checked grammar and spelling, any technical errors
remaining in the man pages are entirely of mine.
|
| |
|
|
|
|
| |
and that font files can be specified in /etc/rc.conf[.local].
|
|
|
|
| |
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
|
|
|
|
|
|
| |
syscons and fix a few printfs.
Reviewed by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
|
| |
|
|
|
|
| |
keyboard and video card drivers.
|