Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
e64c88b2 |
| 22-Jul-2001 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
Use the correct ioctl command to set a VESA mode.
PR: 24423 MFC after: 10 days
|
#
031c57af |
| 28-May-2001 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Move the scrollback controls from kbdcontrol to vidcontrol. Also fix some style bugs in the code and poor language in the man pages.
Reviewed by: sobomax
|
#
1f22a113 |
| 20-May-2001 |
Maxim Sobolev <sobomax@FreeBSD.org> |
- Sort usage() output; - sync usage() with reality and manpage; - display usage() even if terminal is not a syscons.
Submitted by: ru, sobomax
|
#
d02ca551 |
| 19-May-2001 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Move scrshot(1) functionality into vidcontrol(1).
Suggested by: many Not objected to by: nik (scrshot co-author)
|
#
e4ef2fa2 |
| 21-Apr-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Proper upper limit for mousechar start is UCHAR_MAX - 3, not UCHAR_MAX
PR: 24437 Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
5e0db936 |
| 09-Apr-2001 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Allow user to omit font size specification when loading a font. In addition the following fixes had been made:
- check the size of the font being loaded and compare it with possible sizes to minim
Allow user to omit font size specification when loading a font. In addition 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)
show more ...
|
#
acdb2839 |
| 25-Jan-2001 |
Maxim Sobolev <sobomax@FreeBSD.org> |
New option `-g' to allow selecting custom text geometry in VESA_800x600 raster text mode. For example `vidcontrol -g 100x37 VESA_800x600' will setup 100x37 text mode as opposed to default 80x25.
Rev
New option `-g' to allow selecting custom text geometry in VESA_800x600 raster text mode. For example `vidcontrol -g 100x37 VESA_800x600' will setup 100x37 text mode as opposed to default 80x25.
Reviewed by: imp
show more ...
|
Revision tags: release/4.2.0 |
|
#
00d25f51 |
| 08-Oct-2000 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Initiate deorbit burn sequence for <machine/console.h>.
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
Initiate deorbit burn sequence for <machine/console.h>.
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.
show more ...
|
Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs |
|
#
e2f29c6e |
| 12-Jan-2000 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
Make the mouse cursor char code configurable via the CONS_MOUSECTL ioctl.
By popular demand.
|
Revision tags: release/3.4.0_cvs |
|
#
39b235ef |
| 15-Oct-1999 |
Bill Fumerola <billf@FreeBSD.org> |
-Wall fix: ambigious else
|
#
a0d3b21c |
| 19-Sep-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
Fix -s option.
PR: bin/13799
|
Revision tags: release/3.3.0_cvs |
|
#
97d92980 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
ac80d4b4 |
| 22-Jun-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
Reflect recent changes in syscons.
|
Revision tags: release/3.2.0, release/3.1.0 |
|
#
2bfad86d |
| 25-Jan-1999 |
Doug Rabson <dfr@FreeBSD.org> |
Back out a couple of i386 conditionals which aren't needed with the new syscons and fix a few printfs.
Reviewed by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
|
Revision tags: release/3.0.0, release/2.2.8 |
|
#
bc9e0443 |
| 13-Jan-1999 |
Matt Jacob <mjacob@FreeBSD.org> |
fix for compiling on alpha
|
#
c67e8bd3 |
| 11-Jan-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
The first stage of console driver reorganization: activate new keyboard and video card drivers.
|
#
ad7b2eec |
| 01-Oct-1998 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
- Express various sizes in bytes, rather than Kbytes, in the video mode and adapter information structures.
|
#
028a80e4 |
| 24-Sep-1998 |
Gary Palmer <gpalmer@FreeBSD.org> |
Don't assume that we have extended modes on all platforms.
|
#
cb1d2924 |
| 23-Sep-1998 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
VESA BIOS support update in syscons.
- Accept generic video mode names: 80x25, 80x30, etc. Specific video mode names, VGA_80x25, VESA_132x25, are still accpeted too. - Update the man page accordin
VESA BIOS support update in syscons.
- Accept generic video mode names: 80x25, 80x30, etc. Specific video mode names, VGA_80x25, VESA_132x25, are still accpeted too. - Update the man page accordingly.
show more ...
|
#
8a8d9b08 |
| 16-Sep-1998 |
Andrzej Bialecki <abial@FreeBSD.org> |
Add new '-i' option to usage().
|
#
a8445737 |
| 15-Sep-1998 |
Søren Schmidt <sos@FreeBSD.org> |
Add VESA support to syscons.
Kazu writes:
The VESA support code requires vm86 support. Make sure your kernel configuration file has the following line. options "VM86" If you want to statica
Add VESA support to syscons.
Kazu writes:
The VESA support code requires vm86 support. Make sure your kernel configuration file has the following line. options "VM86" If you want to statically link the VESA support code to the kernel, add the following option to the kernel configuration file. options "VESA"
The vidcontrol command now accepts the following video mode names: VESA_132x25, VESA_132x43, VESA_132x50, VESA_132x60, VESA_800x600
The VESA_800x600 mode is a raster display mode. The 80x25 text will be displayed on the 800x600 screen. Useful for some laptop computers.
vidcontrol accepts the new `-i <info>' option, where <info> must be either `adapter' or `mode'. When the `-i adapter' option is given, vidcontrol will print basic information (not much) on the video adapter. When the `-i mode' option is specified, vidcontrol will list video modes which are actually supported by the video adapter.
Submitted by: Kazutaka YOKOTA yokota@FreeBSD.ORG
show more ...
|
Revision tags: release/2.2.7 |
|
#
af01fff3 |
| 14-Jul-1998 |
Bruce Evans <bde@FreeBSD.org> |
ioctl() request args are unsigned longs, so don't attempt to store them as ints. Among other bugs, doing so at best caused benign overflow followed by fatal sign extension on machines with 32-bit in
ioctl() request args are unsigned longs, so don't attempt to store them as ints. Among other bugs, doing so at best caused benign overflow followed by fatal sign extension on machines with 32-bit ints and 64-bit longs.
show more ...
|
Revision tags: release/2.2.6 |
|
#
9396247e |
| 27-Oct-1997 |
Philippe Charnier <charnier@FreeBSD.org> |
Use err(3). Stylistic changes in man page.
|
Revision tags: release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0 |
|
#
ca54d401 |
| 11-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Update to compile under Lite2 includes
|
Revision tags: release/2.1.7_cvs |
|
#
bfc214e3 |
| 07-Mar-1997 |
Brian Somers <brian@FreeBSD.org> |
Add a -s option for setting the current vty. This should make life easier if a PS/2 mouse locks up the keyboard (frequent-ish, but not repeatable). Tidy up code (a bit) and make it -Wall
Is this a
Add a -s option for setting the current vty. This should make life easier if a PS/2 mouse locks up the keyboard (frequent-ish, but not repeatable). Tidy up code (a bit) and make it -Wall
Is this a 2.2 candidate ? (although it doesn't -Wall in 2.2 because of the lack of sys/sysproto.h
show more ...
|