NetBSD/sys
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
..
adosfs
altq avoid divide-by-zero when the specified bandwidth is less than 8bps. 2001-10-26 04:59:18 +00:00
arch - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
coda
compat - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
conf
crypto
ddb
dev Inject events in the right place in the buffer. 2001-10-29 01:02:11 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
lib Add "Red Black +" balanced binary tree routines to libkern. These provide 2001-10-24 22:40:56 +00:00
lkm change obsolete comment 2001-10-27 12:11:17 +00:00
miscfs
msdosfs
net In preparation for further changes: remove big parts of the ifdef mess 2001-10-29 19:15:48 +00:00
netatalk
netccitt Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netinet Add in support for timing out IPv4 routes added due to redirects, 2001-10-30 06:41:09 +00:00
netinet6 Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> 2001-10-29 07:02:30 +00:00
netisdn Install i4b_rbch_ioctl.h, it is needed i.e. for userland PPP. 2001-10-21 17:02:06 +00:00
netiso Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netkey Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> 2001-10-29 07:02:30 +00:00
netnatm
netns Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netsmb
nfs
ntfs
smbfs
stand
sys - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
ufs add __KERNEL_RCSID() 2001-10-30 01:11:53 +00:00
uvm - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
Makefile