From owner-cvs-sys Sun Apr 20 09:57:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA01043 for cvs-sys-outgoing; Sun, 20 Apr 1997 09:57:18 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA01036; Sun, 20 Apr 1997 09:57:16 -0700 (PDT) Date: Sun, 20 Apr 1997 09:57:16 -0700 (PDT) From: John Dyson Message-Id: <199704201657.JAA01036@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_fork.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/04/20 09:57:16 Modified: sys/kern kern_fork.c Log: Re-institute the efficent version of vfork. It appears to make a difference of approx 3mins in make world on my P6!!! This means that vfork now has full address space sharing, so beware with sloppy vfork programming. Also, you really do need to apply the previously committed popen fix in libc. Revision Changes Path 1.37 +2 -2 src/sys/kern/kern_fork.c