CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2012/05/31 23:47:11
Modified files: sys/uvm : uvm_map.c Log message: Correct handling of mlock()/munlock() with len==0 to return success instead of crashing. Add a KASSERT() to catch other bugs that might result in the tree iterators being reversed. Problem observed by Tom Doherty (tomd at singlesecond.com) ok deraadt@