NetBSD/sys/arch/newsmips
thorpej 7b918b4088 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 06:40:33 +00:00
..
apbus - Implement cnbell() -- ring the console bell. The cn_bell entrypoint 2000-03-06 21:36:05 +00:00
compile
conf renamed the variable $NEWS to $NEWSMIPS. 2000-03-22 10:39:25 +00:00
dev New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
include Install "machineendian_machdep.h". 2000-03-17 22:36:31 +00:00
newsmips - Remove unnecessary prototype declaration of readdisklabel(). 2000-03-07 15:35:42 +00:00
stand Revert STRIPPROG -> STRIP 2000-02-01 05:25:24 +00:00
Makefile Add stand to SUBDIR. 1999-07-08 11:48:47 +00:00