Date: Sun, 20 Apr 1997 09:57:16 -0700 (PDT) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_fork.c Message-ID: <199704201657.JAA01036@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704201657.JAA01036>