CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2015/02/06 04:41:55
Modified files: sys/uvm : uvm_extern.h uvm_map.c uvm_mmap.c Log message: -Split out uvm_mmap and uvm_map into a version for anon's and a version for everything else. -Adapt the anon version to be callable without the biglock held. Done by tedu@, kettenis@ and me.. pounded on a bunch. This does not yet make mmap a NOLOCK call, but permits it to be so. ok tedu@, kettenis@, guenther@ jsing@