Module Name: src Committed By: kamil Date: Tue May 12 11:21:10 UTC 2020
Modified Files: src/sys/kern: kern_fork.c src/sys/sys: sched.h Log Message: Remove the stub support of CLONE_PID in clone(2) CLONE_PID causes the child clonee to share the same process id as cloner. It was implemented for debugging purposes in the Linux kernel 2.0, restricted to root only in 2.3.21 and removed from Linux 2.5.16. The CLONE_PID bit was recycled for CLONE_PIDFD in Linux 5.2. To generate a diff of this commit: cvs rdiff -u -r1.224 -r1.225 src/sys/kern/kern_fork.c cvs rdiff -u -r1.88 -r1.89 src/sys/sys/sched.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.