NetBSD/sys/compat/sunos
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
..
Makefile
files.sunos put aout specific sunos code from sunos_exec.c to separate file 2000-12-01 19:24:36 +00:00
sunos.h
sunos_dirent.h
sunos_exec.c Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
sunos_exec.h Make these compile with the latest execsw[] changes. Someone with 2000-11-24 10:21:30 +00:00
sunos_exec_aout.c put aout specific sunos code from sunos_exec.c to separate file 2000-12-01 19:23:10 +00:00
sunos_ioctl.c add e_path (emulation path) to struct emul, which replaces emulation-specific 2000-12-01 12:28:30 +00:00
sunos_misc.c make LKM safe 2000-12-01 19:25:10 +00:00
sunos_syscall.h Regen. 2000-12-09 07:11:17 +00:00
sunos_syscallargs.h Regen. 2000-12-09 07:11:17 +00:00
sunos_syscalls.c Regen. 2000-12-09 07:11:17 +00:00
sunos_sysent.c Regen. 2000-12-09 07:11:17 +00:00
syscalls.conf
syscalls.master Get rid of the damn EMUL_GET* flags. 2000-12-09 07:10:34 +00:00