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 ...
|
#
476602a9 |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
21496d48 |
| 04-Jul-1996 |
Gary Palmer <gpalmer@FreeBSD.org> |
Fix typo.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
|
#
bfa09c9c |
| 21-Jun-1996 |
Søren Schmidt <sos@FreeBSD.org> |
Added new -m option, that enable / disables the mousepointer on a textmode screen.
|
Revision tags: release/2.1.0_cvs, release/2.0.5_cvs |
|
#
709e8f9a |
| 30-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
|
#
50d387a3 |
| 03-Mar-1995 |
Dima Ruban <dima@FreeBSD.org> |
remove option "-s saver" from usage()
|
#
17ee9d00 |
| 22-Feb-1995 |
Søren Schmidt <sos@FreeBSD.org> |
Next syscons update (given up on numbering :)
Removed screensavers from syscons, they are now LKM's. This makes it possible to do some really "interesting" screensavers... Fixed bug that sometimes c
Next syscons update (given up on numbering :)
Removed screensavers from syscons, they are now LKM's. This makes it possible to do some really "interesting" screensavers... Fixed bug that sometimes caused garbage to appear when leaving "scroll-lock" history. Reformattet indentation, it got too deep for a normal 80 pos screen. Split up in syscons.c & syscons.h for use with the saver-lkm's. Temporarily removed -s option from vidcontrol, savers should now be loaded with modload.
show more ...
|