NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57711 CVS commit: src/sys



The following reply was made to PR kern/57711; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57711 CVS commit: src/sys
Date: Tue, 21 Nov 2023 14:35:36 +0000

 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