Module Name: src Committed By: kamil Date: Sat Oct 12 10:55:23 UTC 2019
Modified Files: src/sys/kern: kern_exec.c kern_fork.c kern_proc.c kern_sig.c Log Message: Remove p_oppid from struct proc This field is not needed as it duplicated p_opptr that is alread safe to use, unless proven otherwise. eventswitch() already contained a check for != initproc (pid1). Ride ABI bump for 9.99.16. To generate a diff of this commit: cvs rdiff -u -r1.482 -r1.483 src/sys/kern/kern_exec.c cvs rdiff -u -r1.214 -r1.215 src/sys/kern/kern_fork.c cvs rdiff -u -r1.235 -r1.236 src/sys/kern/kern_proc.c cvs rdiff -u -r1.367 -r1.368 src/sys/kern/kern_sig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.