NetBSD/sys/compat/m68k4k
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
..
files.m68k4k config.new => config 1997-07-20 20:33:08 +00:00
m68k4k_exec.c - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
m68k4k_exec.h Fix tipo inherited from old version of TNF copyright template. 1997-10-09 08:30:09 +00:00