From owner-cvs-all Sun Mar 11 10:52:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3464037B718; Sun, 11 Mar 2001 10:52:11 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2BIqBw46583; Sun, 11 Mar 2001 10:52:11 -0800 (PST) (envelope-from des) Message-Id: <200103111852.f2BIqBw46583@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 11 Mar 2001 10:52:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/03/11 10:52:11 PST Modified files: sys/i386/linux linux_machdep.c Log: rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we have to call fork1() directly if we don't want out process queued right away. This has the serendipitous side effect of saving us a call to pfind(). This makes threaded Linux apps (such as Opera) work again. Revision Changes Path 1.15 +4 -8 src/sys/i386/linux/linux_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message