CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/09/26 11:55:00
Modified files: sys/uvm : uvm_km.c uvm_map.c Log message: Protect the list of free map entries with a mutex. This should fix the crashes seen by sthen@ on i386. ok visa@, guenther@, tedu@