NetBSD/sys/compat/hpux
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.hpux split aout-specific code to sepatate file hpux_exec_aout.c 2000-12-01 19:15:12 +00:00
hpux.h seperate -> separate 2001-07-22 13:33:58 +00:00
hpux_compat.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
hpux_errno.c Finish Eric's changes. 1998-10-24 19:04:19 +00:00
hpux_exec.c Make the setregs hook emulation-specific, rather than executable 2001-09-18 19:36:32 +00:00
hpux_exec.h Fix typo in variable name. 2001-09-08 02:35:25 +00:00
hpux_exec_aout.c - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
hpux_file.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
hpux_ipc.c use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
hpux_ipc.h Completely rewrite the HP-UX SVID IPC compat calls. 1999-08-25 04:50:08 +00:00
hpux_net.c use _KERNEL_OPT. 2001-05-30 11:37:21 +00:00
hpux_sig.c adapt to recent changes of signal structures 2000-12-27 21:58:52 +00:00
hpux_sig.h Adapt to signal changes. 1998-10-01 06:35:09 +00:00
hpux_syscall.h Regen; don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:18:10 +00:00
hpux_syscallargs.h Regen; don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:18:10 +00:00
hpux_syscalls.c Regen; don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:18:10 +00:00
hpux_sysent.c Regen; don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:18:10 +00:00
hpux_termio.h
hpux_tty.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
hpux_types.h Erg, fix a typo that snuck in there. 1999-08-23 20:59:33 +00:00
hpux_util.h add e_path (emulation path) to struct emul, which replaces emulation-specific 2000-12-01 12:28:30 +00:00
syscalls.conf
syscalls.master Don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:17:40 +00:00