Date: Mon, 12 Nov 2001 22:36:43 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> 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 Message-ID: <200111130636.fAD6ahO67272@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111130636.fAD6ahO67272>
