CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2013/04/17 11:46:53
Modified files: sys/uvm : uvm_map.c Log message: do not permanently avoid the BRKSIZ gap in the heap for mmap. after some allocations have been made, open it up. this is a variation on a previous change that was lost in the great uvm map rewrite. allows some platforms, notably i386, to fully utilize their address space.