| Age | Commit message (Expand) | Author |
| 2012-01-31 | ANSIfy the prototypes | matt |
| 2009-04-18 | Revert bcopy -> memcpy change inside #ifdef BCOPY_FASTER block. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change 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-18 | Initialise the callbacks for tty.t_rstrt_ch in ttymalloc | joerg |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-01-21 | avoid checking if an unsigned number is less than 0. fixes PR 29948. | chs |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-01 | make this compile after Wcast-qual | drochner |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2003-08-25 | Undo previous as it broke things. | uwe |
| 2003-08-24 | defflag RASTERCONSOLE. | uwe |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-07-04 | alloc_attr -> allocattr | junyoung |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-05 | Stop wscons from conflicting with rcons. | eeh |
| 2001-09-18 | Give initiali[sz]e all the "i"s it deserves. | wiz |
| 2001-04-11 | Only install headers which are actually used by our userland. This | jdolecek |
| 2000-09-29 | fix 16BPP support (for next68k), from Timm Wetzel. | deberg |
| 2000-04-16 | Use a default attribute to restore the display mode to original settings. | pk |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-20 | Split off tty initialization in rcons_init() into a separate routine | pk |
| 1999-12-17 | Indicate that rcons is a dead end and that doing something more wsconsish is | ad |
| 1999-11-23 | Round out our options with 4bpp framebuffer support, conditional | scottr |
| 1999-08-26 | Change the way the default foreground and background colors are chosen: | thorpej |
| 1999-07-20 | The options actually used are RASTERCONSOLE_{FG,BG}COL, not | bouyer |
| 1999-05-23 | - Setting initial position of cursor is up to caller. | ad |
| 1999-05-20 | This file is superceded by rcons.h. | ad |
| 1999-05-20 | Fix broken prototype. | thorpej |
| 1999-05-19 | Add arg to rcons_init() that when set causes screen to be cleared. | ad |
| 1999-05-19 | Don't clear screen upon startup unless we're running on a pmax (remedies | ad |
| 1999-04-22 | Let `mapchar' in operations set decide if characters (c > 127) are printable. | ad |
| 1999-04-14 | Add missing RCONS_2BPP and RCONS_16BPP options for compatibility with code | ad |
| 1999-04-13 | Many enchancements to rcons to support ANSI color and all attributes | ad |
| 1999-03-27 | defopt RCONS_2BPP and RCONS_16BPP | dbj |
| 1999-01-11 | add 2bpp support, for sake of NeXT monochrome displays, from | drochner |
| 1998-12-18 | Replace a use of << with the LSOP macro, to fix a specific problem on | thorpej |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-04-11 | include raster_op.c and raster_text.c if 'raster' is defined, as well | cgd |