CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/09 02:39:09
Modified files:
sys/kern : kern_exec.c kern_resource.c init_main.c
sys/uvm : uvm_unix.c
Log message:
Stop using USRSTACK as the edge of the stack, but rather use the vmspace
vm_minsaddr or vm_maxsaddr, depending upon the direction the stack goes in.
This should have no effect on the existing behaviourrr.
ok kettenis@ deraadt@
