CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/02/09 04:52:47

Modified files:
        sys/arch/sparc/sparc: machdep.c 
        sys/kern       : exec_subr.c kern_exec.c kern_sysctl.c 
        sys/sys        : exec.h 

Log message:
Change the way stackgap_random is applied. Instead of applying it within the
fixed stack area of the exec'd image, and risking hitting process limits,
should we want to increase stackgap_random, the randomness is applied to the
stack region in the process' vmspace.

Reply via email to