summaryrefslogtreecommitdiff
path: root/sys/dev/rcons
AgeCommit message (Expand)Author
2012-01-31ANSIfy the prototypesmatt
2009-04-18Revert bcopy -> memcpy change inside #ifdef BCOPY_FASTER block.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-10-18Initialise the callbacks for tty.t_rstrt_ch in ttymallocjoerg
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-01-21avoid checking if an unsigned number is less than 0. fixes PR 29948.chs
2005-12-11merge ktrace-lwp.christos
2005-06-01make this compile after Wcast-qualdrochner
2005-02-27nuke trailing whitespaceperry
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
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-04-11include raster_op.c and raster_text.c if 'raster' is defined, as wellcgd