K 10 svn:author V 5 peter K 8 svn:date V 27 2004-03-12T00:24:56.000000Z K 7 svn:log V 463 MFC: part of vm_map.h rev 1.68 and vm_map.c 1.212. This is actually a prequisite of the vm_map.c rev 1.280 that dillon prematurely MFC'ed on Jan 13th, 2003. Without this change, the kernel leaks vmspaces to varying degrees depending on the circumstances. Specifically, vm_exitingcnt was being copied from the parent to the child when it might have been non-zero. This caused the child's vm_exitingcnt to never hit zero. This was blowing up machines at work. END