CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/07/25 06:55:41
Modified files: sys/arch/i386/i386: pmap.c sys/uvm : uvm_io.c uvm_km.c uvm_map.c uvm_map.h uvm_mmap.c Log message: Add an extra argument to uvm_unmap_remove(), for the caller to tell it whether removing holes or parts of them is allowed or not. Only allow hole removal in uvmspace_free(), when tearing the vmspace down. ok art@