K 10 svn:author V 3 alc K 8 svn:date V 27 1999-06-17T05:49:00.000000Z K 7 svn:log V 286 vm_map_insert sometimes extends an existing vm_map entry, rather than creating a new entry. vm_map_stack and vm_map_growstack can panic when a new entry isn't created. Fixed vm_map_stack and vm_map_growstack. Also, when extending the stack, always set the protection to VM_PROT_ALL. END