CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/02/06 02:04:34
Modified files: sys/uvm : uvm_map.c uvm_map.h Log message: make vm_map_lock lock when it's supposed to. add mutex to protect flags and then double check we didn't lose the unavoidable race. ok beck guenther kettenis miod