NetBSD/sys/compat
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
..
aout Make the setregs hook emulation-specific, rather than executable 2001-09-18 19:36:32 +00:00
aoutm68k Make the setregs hook emulation-specific, rather than executable 2001-09-18 19:36:32 +00:00
common - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
freebsd Regen: 2001-10-27 10:02:57 +00:00
hpux - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
ibcs2 - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
irix Empty framework for upcoming work on IRIX_COMPAT 2001-09-22 18:51:35 +00:00
linux - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
m68k4k - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
mach use the copy of path stashed in pack->ep_emul_arg and free it. 2001-10-28 04:47:27 +00:00
netbsd32 - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
osf1 pull <sys/exec.h> to get setregs prototype. 2001-09-23 19:32:10 +00:00
ossaudio Map OSS mixer device "line1" to native mixer device "aux". 2001-07-09 03:21:32 +00:00
pecoff Adjust to the new copyargs() footprint. 2001-07-29 21:28:45 +00:00
sunos - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
sunos32 Add sunos32_setregs(), thus making sunos32 compile again. 2001-09-20 20:52:26 +00:00
svr4 Make the setregs hook emulation-specific, rather than executable 2001-09-18 19:36:32 +00:00
svr4_32 Make this compile again. 2001-09-20 20:28:41 +00:00
ultrix Make the setregs hook emulation-specific, rather than executable 2001-09-18 19:36:32 +00:00
vax1k only include opt_compat_43.h if _KERNEL_OPT defined so lkm compiles 2001-09-08 13:23:09 +00:00
Makefile Our INCSDIR has been pruned from distrib/sets, so don't make it any more. 2001-03-30 12:42:30 +00:00