Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/22/2000 22:42:13
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Mar 23 06:42:12 UTC 2000

Modified Files:
	syssrc/sys/arch/newsmips/dev: bmcons.c kbms_if.c sc_wrap.c vt100.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/newsmips/dev/bmcons.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/newsmips/dev/kbms_if.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/newsmips/dev/sc_wrap.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/newsmips/dev/vt100.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.