K 10 svn:author V 5 green K 8 svn:date V 27 2004-06-24T22:43:46.000000Z K 7 svn:log V 371 Correct the tracking of various bits of the process's vmspace and vm_map when not propogated on fork (due to minherit(2)). Consistency checks otherwise fail when the vm_map is freed and it appears to have not been emptied completely, causing an INVARIANTS panic in vm_map_zdtor(). PR: kern/68017 Submitted by: Mark W. Krentel Reviewed by: alc END