History log of /netbsd-src/sys/dev/rcons/files.rcons (Results 1 – 14 of 14)
Revision Date Author Comments
# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# f31bd063 27-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# bb09aff8 25-Aug-2003 uwe <uwe@NetBSD.org>

Undo previous as it broke things.

There are some scattered implicit RASTERCONSOLE dependencies,
so there should be a better way.


# 4b28d28d 24-Aug-2003 uwe <uwe@NetBSD.org>

defflag RASTERCONSOLE.


# ecb81c3f 28-Nov-2001 lukem <lukem@NetBSD.org>

- convert usage of "defopt" to "defflag" where the relevant option does
not support a value (e.g., it's to be used as "options FOO" instead of
"options FOO=xxx"). options that take a value were c

- convert usage of "defopt" to "defflag" where the relevant option does
not support a value (e.g., it's to be used as "options FOO" instead of
"options FOO=xxx"). options that take a value were converted to
defparam recently.
- minor whitespace & formatting cleanups

show more ...


# 0fa23113 20-Nov-2001 lukem <lukem@NetBSD.org>

- replace "defopt" with "defparam" for options which must take a value,
as config(8) will warn for value-less defparam options
- minor whitespace/formatting cleanup
- consolidate opt_tcp_recvspace.

- replace "defopt" with "defparam" for options which must take a value,
as config(8) will warn for value-less defparam options
- minor whitespace/formatting cleanup
- consolidate opt_tcp_recvspace.h and opt_tcp_sendspace.h into opt_tcp_space.h

show more ...


# 7fbd726c 05-Oct-2001 eeh <eeh@NetBSD.org>

Stop wscons from conflicting with rcons.


# d617933e 23-Nov-1999 scottr <scottr@NetBSD.org>

Round out our options with 4bpp framebuffer support, conditional
on RCONS_4BPP.


# 29664a37 20-Jul-1999 bouyer <bouyer@NetBSD.org>

The options actually used are RASTERCONSOLE_{FG,BG}COL, not
RASTERCONS_{FG,BG}COL. defopt the rigth ones.


# 9603b909 14-Apr-1999 ad <ad@NetBSD.org>

Add missing RCONS_2BPP and RCONS_16BPP options for compatibility with code
that has not yet changed over to 'rasops'.


# 8fe6730f 13-Apr-1999 ad <ad@NetBSD.org>

Many enchancements to rcons to support ANSI color and all attributes
properly. All output now performed using a 'struct wsdisplay_emulops'.


# 9d326d48 27-Mar-1999 dbj <dbj@NetBSD.org>

defopt RCONS_2BPP and RCONS_16BPP
add support for 16bpp framebuffers as found on color nexten.


# 01c4e7fb 11-Apr-1996 cgd <cgd@NetBSD.org>

include raster_op.c and raster_text.c if 'raster' is defined, as well
as if 'rasterconsole' is defined. Alpha uses 'raster' to pull in the
raster text and operation code, but doesn't use this consol

include raster_op.c and raster_text.c if 'raster' is defined, as well
as if 'rasterconsole' is defined. Alpha uses 'raster' to pull in the
raster text and operation code, but doesn't use this console emulator,
etc.

show more ...


# 0e646ae9 04-Oct-1995 pk <pk@NetBSD.org>

Move RCONSOLE files here and rename option to RASTERCONSOLE.