NetBSD/sys/compat/sunos
thorpej e8ee04475d - Add a new vnode flag VEXECMAP, which indicates that a vnode has
executable mappings.  Stop overloading VTEXT for this purpose (VTEXT
  also has another meaning).
- Rename vn_marktext() to vn_markexec(), and use it when executable
  mappings of a vnode are established.
- In places where we want to set VTEXT, set it in v_flag directly, rather
  than making a function call to do this (it no longer makes sense to
  use a function call, since we no longer overload VTEXT with VEXECMAP's
  meaning).

VEXECMAP suggested by Chuq Silvers.
2001-10-30 15:32:01 +00:00
..
Makefile
files.sunos don't build these files if we're doing compat_netbsd32 as well. 2001-02-02 07:12:27 +00:00
sunos.h make this useful when compiled on sparc64: two members in sunos_nfs_args 2001-02-02 07:11:09 +00:00
sunos_dirent.h
sunos_exec.c Make the setregs hook emulation-specific, rather than executable 2001-09-18 19:36:32 +00:00
sunos_exec.h
sunos_exec_aout.c - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
sunos_ioctl.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
sunos_misc.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
sunos_syscall.h use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
sunos_syscallargs.h use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
sunos_syscalls.c use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
sunos_sysent.c use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
syscalls.conf
syscalls.master use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00