From owner-cvs-all Sun Apr 4 0:11:15 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 0) id AE2AE154BC; Sun, 4 Apr 1999 00:07:07 -0800 (PST) Approved: pdiddle Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C912015090; Sat, 3 Apr 1999 14:22:01 -0800 (PST) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA08638; Sat, 3 Apr 1999 14:20:06 -0800 (PST) (envelope-from jdp@FreeBSD.org) Message-Id: <199904032220.OAA08638@freefall.freebsd.org> From: John Polstra Date: Sat, 3 Apr 1999 14:20:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include reg.h src/sys/i386/i386 machdep.c src/sys/i386/include reg.h src/sys/i386/svr4 svr4_machdep.c src/sys/kern imgact_aout.c kern_exec.c src/sys/pc98/i386 machdep.c src/sys/sys imgact.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/04/03 14:20:05 PST Modified files: sys/alpha/alpha machdep.c sys/alpha/include reg.h sys/i386/i386 machdep.c sys/i386/include reg.h sys/i386/svr4 svr4_machdep.c sys/kern imgact_aout.c kern_exec.c sys/pc98/i386 machdep.c sys/sys imgact.h Log: Restore support for executing BSD/OS binaries on the i386 by passing the address of the ps_strings structure to the process via %ebx. For other kinds of binaries, %ebx is still zeroed as before. Submitted by: Thomas Stephens Reviewed by: jdp Revision Changes Path 1.35 +2 -2 src/sys/alpha/alpha/machdep.c 1.3 +2 -2 src/sys/alpha/include/reg.h 1.328 +6 -2 src/sys/i386/i386/machdep.c 1.17 +2 -2 src/sys/i386/include/reg.h 1.3 +1 -1 src/sys/i386/svr4/svr4_machdep.c 1.49 +4 -1 src/sys/kern/imgact_aout.c 1.97 +5 -3 src/sys/kern/kern_exec.c 1.111 +3 -2 src/sys/pc98/i386/machdep.c 1.19 +2 -1 src/sys/sys/imgact.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message