Module Name: src Committed By: christos Date: Sun May 8 01:28:09 UTC 2016
Modified Files: src/sys/kern: exec_elf.c kern_exec.c kern_pax.c src/sys/sys: pax.h Log Message: Move all the randomization inside kern_pax.c so we can control it directly. Add debugging flags to be able to set the random number externally. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/kern/exec_elf.c cvs rdiff -u -r1.426 -r1.427 src/sys/kern/kern_exec.c cvs rdiff -u -r1.41 -r1.42 src/sys/kern/kern_pax.c cvs rdiff -u -r1.19 -r1.20 src/sys/sys/pax.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.