NetBSD/sys/compat/netbsd32
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
..
Makefile
files.netbsd32
netbsd32.h
netbsd32_compat_09.c
netbsd32_compat_10.c
netbsd32_compat_12.c
netbsd32_compat_13.c
netbsd32_compat_14.c
netbsd32_compat_43.c
netbsd32_exec.c Add support for -current's ELF32 exec format. 2000-02-06 16:45:56 +00:00
netbsd32_exec.h
netbsd32_ioctl.c
netbsd32_ioctl.h
netbsd32_netbsd.c New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
netbsd32_syscall.h Regen 2000-01-31 16:41:20 +00:00
netbsd32_syscallargs.h Regen 2000-01-31 16:41:20 +00:00
netbsd32_syscalls.c Regen 2000-01-31 16:41:20 +00:00
netbsd32_sysent.c Regen 2000-01-31 16:41:20 +00:00
syscalls.conf
syscalls.master