Module Name: src Committed By: kamil Date: Mon Jan 9 00:31:30 UTC 2017
Modified Files: src/sys/kern: kern_exec.c kern_exit.c kern_fork.c Log Message: Cleanup dead code after revert of racy vfork(2) commit This removes dead code introduced with the following commit: date: 2012-07-27 22:52:49 +0200; author: christos; state: Exp; lines: +8 -2; revert racy vfork() parent-blocking-before-child-execs-or-exits code. ok rmind To generate a diff of this commit: cvs rdiff -u -r1.439 -r1.440 src/sys/kern/kern_exec.c cvs rdiff -u -r1.267 -r1.268 src/sys/kern/kern_exit.c cvs rdiff -u -r1.196 -r1.197 src/sys/kern/kern_fork.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.