From owner-cvs-all Wed Jan 24 4:31:16 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id A0C0F37B69D; Wed, 24 Jan 2001 04:30:51 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OCUjx08481; Wed, 24 Jan 2001 04:30:45 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OCUJT76689; Wed, 24 Jan 2001 04:30:19 -0800 (PST) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101240941.f0O9f3i99835@freefall.freebsd.org> Date: Wed, 24 Jan 2001 04:30:19 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/sys proc.h Cc: cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-Jan-01 John Baldwin wrote: > - Add prototypes for the new fork_exit() and fork_return() MI > functions > that manage the fork return path. The functions are found in kern_fork.c and are currently only used on the x86. A little assembly work needs to be done on the other archs to have them call fork_exit() passing in the appropriate args instead of calling the fork handler argument directly. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message