From owner-cvs-all Mon Nov 12 22:36:50 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 7713537B419; Mon, 12 Nov 2001 22:36:43 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD6ahO67272; Mon, 12 Nov 2001 22:36:43 -0800 (PST) (envelope-from jhb) Message-Id: <200111130636.fAD6ahO67272@freefall.freebsd.org> From: John Baldwin Date: Mon, 12 Nov 2001 22:36:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/sys Makefile.inc Ovfork.S fork.S rfork.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/11/12 22:36:43 PST Modified files: lib/libc/i386/sys Makefile.inc Ovfork.S Removed files: lib/libc/i386/sys fork.S rfork.S Log: The kernel already fixes up %eax for parents that return from fork, so don't bother manually fixing up %eax for the parent process by testing the value in %edx and zeroing and already zeroed %eax. Revision Changes Path 1.23 +3 -3 src/lib/libc/i386/sys/Makefile.inc 1.16 +0 -4 src/lib/libc/i386/sys/Ovfork.S 1.11 +0 -49 src/lib/libc/i386/sys/fork.S (dead) 1.9 +0 -49 src/lib/libc/i386/sys/rfork.S (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message