NetBSD/sys/dev/rcons
thorpej fc96443d15 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 07:01:25 +00:00
..
Makefile Many enchancements to rcons to support ANSI color and all attributes 1999-04-13 18:43:17 +00:00
README Indicate that rcons is a dead end and that doing something more wsconsish is 1999-12-17 01:41:52 +00:00
files.rcons Round out our options with 4bpp framebuffer support, conditional 1999-11-23 01:52:52 +00:00
raster.h
raster_op.c Round out our options with 4bpp framebuffer support, conditional 1999-11-23 01:52:52 +00:00
raster_text.c
rcons.h New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
rcons_kern.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
rcons_subr.c Change the way the default foreground and background colors are chosen: 1999-08-26 20:48:09 +00:00

README

$NetBSD: README,v 1.1 1999/12/17 01:41:52 ad Exp $

This code is depreciated. Use wscons instead.