From owner-cvs-all Wed Jan 24 13:59:46 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 C18DA37B404; Wed, 24 Jan 2001 13:59:25 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OLxPG97598; Wed, 24 Jan 2001 13:59:25 -0800 (PST) (envelope-from jhb) Message-Id: <200101242159.f0OLxPG97598@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 13:59:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 exception.s src/sys/kern kern_fork.c src/sys/sys proc.h src/sys/alpha/alpha swtch.s trap.c vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 13:59:25 PST Modified files: sys/i386/i386 exception.s sys/kern kern_fork.c sys/sys proc.h sys/alpha/alpha swtch.s trap.c vm_machdep.c Log: - Change fork_exit() to take a pointer to a trapframe as its 3rd argument instead of a trapframe directly. (Requested by bde.) - Convert the alpha switch_trampoline to call fork_exit() and use the MI fork_return() instead of child_return(). - Axe child_return(). Revision Changes Path 1.81 +3 -2 src/sys/i386/i386/exception.s 1.95 +3 -3 src/sys/kern/kern_fork.c 1.142 +4 -5 src/sys/sys/proc.h 1.20 +8 -10 src/sys/alpha/alpha/swtch.s 1.41 +1 -26 src/sys/alpha/alpha/trap.c 1.41 +3 -3 src/sys/alpha/alpha/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message