NetBSD/sys/compat
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
..
aout
common
freebsd
hpux New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
ibcs2
linux New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
m68k4k
netbsd32 New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
osf1 Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
ossaudio
sunos
svr4 Implement fdremove() which is used in place of all the code that 2000-03-23 05:16:12 +00:00
ultrix
vax1k expunge vm_offset_t/vm_size_t 2000-03-04 07:28:44 +00:00
Makefile