NetBSD/sys/compat
mycroft f495cd9dc6 Introduce 2 new flags in types.h:
* __HAVE_SYSCALL_INTERN.  If this is defined, e_syscall is replaced by
  e_syscall_intern, which is called at key places in the kernel.  This can be
  used to set a MD syscall handler pointer.  This obsoletes and replaces the
  *_HAS_SEPARATED_SYSCALL flags.
* __HAVE_MINIMAL_EMUL.  If this is defined, certain (deprecated) elements in
  struct emul are omitted.
2000-12-11 05:28:59 +00:00
..
aout Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
aoutm68k Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
common Have recursive make invocations depend on the .MAKE pseudo-target so 2000-12-05 17:01:19 +00:00
freebsd Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
hpux Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
ibcs2 Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
linux Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
m68k4k restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
netbsd32 always fill in e_syscall in respective emul_*; if the emulation doesn't 2000-12-09 12:38:23 +00:00
osf1 Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
ossaudio Use accurate rounding in conversion between OSS and NetBSD volume values. 2000-08-16 16:14:33 +00:00
pecoff Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
sunos Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
svr4 Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
ultrix always fill in e_syscall in respective emul_*; if the emulation doesn't 2000-12-09 12:38:23 +00:00
vax1k Add an align argument to uvm_map() and some callers of that 2000-09-13 15:00:15 +00:00
Makefile