Module Name: src Committed By: dholland Date: Fri Jul 18 16:02:50 UTC 2014
Modified Files: src/lib/libc/sys: vfork.2 Log Message: Remove Users should not depend on the memory sharing semantics of vfork() as other ways of speeding up the fork process may be developed in the future. as we are not planning to deprecate vfork. Besides NetBSD's compatibility policy means we wouldn't change it anyway but introduce something new. Add Portable applications should not depend on the memory sharing semantics of vfork() as implementations exist that implement vfork() as plain fork(2). because this is or used to be a real hazard. ok christos To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libc/sys/vfork.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.