freebsd-dev/sys/i386
Jeff Roberson e6e370a7fe - Replace v_flag with v_iflag and v_vflag
- v_vflag is protected by the vnode lock and is used when synchronization
   with VOP calls is needed.
 - v_iflag is protected by interlock and is used for dealing with vnode
   management issues.  These flags include X/O LOCK, FREE, DOOMED, etc.
 - All accesses to v_iflag and v_vflag have either been locked or marked with
   mp_fixme's.
 - Many ASSERT_VOP_LOCKED calls have been added where the locking was not
   clear.
 - Many functions in vfs_subr.c were restructured to provide for stronger
   locking.

Idea stolen from:	BSD/OS
2002-08-04 10:29:36 +00:00
..
acpica Fix a bug about stack manipulation at ACPI wakeup. 2002-08-01 09:48:01 +00:00
apm Remove __P. 2002-03-20 05:48:58 +00:00
bios Remove __P. 2002-03-20 05:48:58 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Add the minimalist elan-mmcr device driver. 2002-08-02 15:53:04 +00:00
i386 o Request a wired page from vm_page_grab() in _pmap_allocpte(). 2002-08-04 04:55:31 +00:00
ibcs2 - Replace v_flag with v_iflag and v_vflag 2002-08-04 10:29:36 +00:00
include Move a prototype to the least wrong place. 2002-08-02 18:45:43 +00:00
isa Fix more abuse of __FreeBSD__ to detect version. 2002-07-21 05:34:14 +00:00
linux - Replace v_flag with v_iflag and v_vflag 2002-08-04 10:29:36 +00:00
pci Move a prototype to the least wrong place. 2002-08-02 18:45:43 +00:00
svr4 Moved signal handling and rescheduling from userret() to ast() so that 2002-04-04 17:49:48 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00