K 10 svn:author V 8 kensmith K 8 svn:date V 27 2004-05-05T19:28:23.000000Z K 7 svn:log V 322 MFC of rev 1.331: date: 2004/03/23 08:37:34; author: tjr; state: Exp; lines: +2 -1 Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copying it led to impossibly high values in the new vmspace, causing it to never drop to 0 and be freed. Requested/tested by: ps Reviewed by: alc MFS: immediately END