summaryrefslogtreecommitdiff
path: root/sys/netiso/xebec/llscan.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2004-01-12 21:17:30 +0000
committerwiz <wiz@NetBSD.org>2004-01-12 21:17:30 +0000
commite72df29d6dcf8174772da170deea6ff15aa3d915 (patch)
tree9c45e8d7b445b519a4aec6ec396ef42c52083352 /sys/netiso/xebec/llscan.c
parent73abe3ee522453c23adb5ddf0d81303ce9084016 (diff)
Bump date for previous. Punctuation nits. Sort SEE ALSO.
Diffstat (limited to 'sys/netiso/xebec/llscan.c')
0 files changed, 0 insertions, 0 deletions
itle='2005-02-04 02:10:35 +0000'>2005-02-04de-__Pperry 2003-08-25Undo previous as it broke things.uwe 2003-08-24defflag RASTERCONSOLE.uwe 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2002-07-04alloc_attr -> allocattrjunyoung 2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem 2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add RCSIDslukem 2001-10-05Stop wscons from conflicting with rcons.eeh 2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz 2001-04-11Only install headers which are actually used by our userland. Thisjdolecek 2000-09-29fix 16BPP support (for next68k), from Timm Wetzel.deberg 2000-04-16Use a default attribute to restore the display mode to original settings.pk 2000-03-30Remove register declarations.augustss 2000-03-23New callout mechanism with two major improvements over the oldthorpej 2000-03-20Split off tty initialization in rcons_init() into a separate routinepk 1999-12-17Indicate that rcons is a dead end and that doing something more wsconsish isad 1999-11-23Round out our options with 4bpp framebuffer support, conditionalscottr 1999-08-26Change the way the default foreground and background colors are chosen:thorpej 1999-07-20The options actually used are RASTERCONSOLE_{FG,BG}COL, notbouyer 1999-05-23- Setting initial position of cursor is up to caller.ad 1999-05-20This file is superceded by rcons.h.ad 1999-05-20Fix broken prototype.thorpej 1999-05-19Add arg to rcons_init() that when set causes screen to be cleared.ad 1999-05-19Don't clear screen upon startup unless we're running on a pmax (remediesad 1999-04-22Let `mapchar' in operations set decide if characters (c > 127) are printable.ad 1999-04-14Add missing RCONS_2BPP and RCONS_16BPP options for compatibility with codead 1999-04-13Many enchancements to rcons to support ANSI color and all attributesad 1999-03-27defopt RCONS_2BPP and RCONS_16BPPdbj 1999-01-11add 2bpp support, for sake of NeXT monochrome displays, fromdrochner 1998-12-18Replace a use of << with the LSOP macro, to fix a specific problem onthorpej 1998-06-12Rework the way kernel include files are installed. In the new method,cgd