Module Name: src Committed By: maxv Date: Tue Aug 4 18:28:10 UTC 2015
Modified Files: src/sys/kern: exec_elf.c kern_pax.c src/sys/sys: pax.h src/sys/uvm: uvm_mmap.c Log Message: Some changes, to reduce a bit my tech-kern@ patch: - move the P_PAX_ flags out of #ifdef PAX_ASLR in pax.h - add a generic pax_flags_active() function - fix a comment in exec_elf.c; interp is not static - KNF for return - rename pax_aslr() to pax_aslr_mmap() - rename pax_segvguard_cb() to pax_segvguard_cleanup_cb() To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/kern/exec_elf.c cvs rdiff -u -r1.30 -r1.31 src/sys/kern/kern_pax.c cvs rdiff -u -r1.13 -r1.14 src/sys/sys/pax.h cvs rdiff -u -r1.152 -r1.153 src/sys/uvm/uvm_mmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.