Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: riastradh
Date: Tue Nov 21 14:35:36 UTC 2023
Modified Files:
src/sys/kern: exec_subr.c
src/sys/sys: pax.h
src/sys/uvm: uvm_mmap.c
Log Message:
pax(9): Rework header file more coherently to nix some needless #ifs.
Cleans up some of the fallout from PR kern/57711 fixes.
Could do a little more to nix PAX_SEGVGUARD conditionals but maybe
not worth it.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/kern/exec_subr.c
cvs rdiff -u -r1.27 -r1.28 src/sys/sys/pax.h
cvs rdiff -u -r1.184 -r1.185 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.
Home |
Main Index |
Thread Index |
Old Index