K 10 svn:author V 3 alc K 8 svn:date V 27 2002-06-20T02:04:55.000000Z K 7 svn:log V 231 o Acquire and release the vm_map lock instead of Giant in obreak(). Consequently, use vm_map_insert() and vm_map_delete(), which expect the vm_map to be locked, instead of vm_map_find() and vm_map_remove(), which do not. END