Module Name: src Committed By: kamil Date: Sun May 6 13:40:52 UTC 2018
Modified Files: src/sys/compat/aoutm68k: aoutm68k_exec.c src/sys/compat/freebsd: freebsd_exec.c src/sys/compat/ibcs2: ibcs2_exec.c src/sys/compat/linux/common: linux_exec.c src/sys/compat/linux32/common: linux32_exec.c src/sys/compat/netbsd32: netbsd32_netbsd.c src/sys/compat/osf1: osf1_exec.c src/sys/compat/sunos: sunos_exec.c src/sys/compat/sunos32: sunos32_exec.c src/sys/compat/svr4: svr4_exec.c src/sys/compat/svr4_32: svr4_32_exec.c src/sys/compat/ultrix: ultrix_misc.c src/sys/kern: kern_exec.c kern_sig.c src/sys/sys: param.h proc.h Log Message: Remove an element from struct emul: e_tracesig e_tracesig used to be implemented for Darwin compat. Nowadays the Darwin compatiblity layer is gone and there are no other users. This functionality isn't used where it shall be used in the existing codebase. If we want to emulate debugging interfaces in compat layers we would need to implement that from scratch anyway. We would need to be bug compatible with other OSes too. Proposed on tech-kern@. Welcome to NetBSD 8.99.16! Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/compat/aoutm68k/aoutm68k_exec.c cvs rdiff -u -r1.40 -r1.41 src/sys/compat/freebsd/freebsd_exec.c cvs rdiff -u -r1.77 -r1.78 src/sys/compat/ibcs2/ibcs2_exec.c cvs rdiff -u -r1.118 -r1.119 src/sys/compat/linux/common/linux_exec.c cvs rdiff -u -r1.22 -r1.23 src/sys/compat/linux32/common/linux32_exec.c cvs rdiff -u -r1.215 -r1.216 src/sys/compat/netbsd32/netbsd32_netbsd.c cvs rdiff -u -r1.45 -r1.46 src/sys/compat/osf1/osf1_exec.c cvs rdiff -u -r1.55 -r1.56 src/sys/compat/sunos/sunos_exec.c cvs rdiff -u -r1.34 -r1.35 src/sys/compat/sunos32/sunos32_exec.c cvs rdiff -u -r1.67 -r1.68 src/sys/compat/svr4/svr4_exec.c cvs rdiff -u -r1.28 -r1.29 src/sys/compat/svr4_32/svr4_32_exec.c cvs rdiff -u -r1.123 -r1.124 src/sys/compat/ultrix/ultrix_misc.c cvs rdiff -u -r1.457 -r1.458 src/sys/kern/kern_exec.c cvs rdiff -u -r1.342 -r1.343 src/sys/kern/kern_sig.c cvs rdiff -u -r1.560 -r1.561 src/sys/sys/param.h cvs rdiff -u -r1.346 -r1.347 src/sys/sys/proc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.