CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/15 12:16:47
Modified files:
sys/uvm : uvm_unix.c
Log message:
Allocate amap slots for a virtual memory range reserved with sbrk lazily.
This avoids wasting kernel memory if the user process does not make
use of the allocated memory.
Testing by sthen@ and tobiasu@, thanks!
ok deraadt@
