Date: Sat, 3 Apr 1999 14:20:06 -0800 (PST) From: John Polstra <jdp@FreeBSD.org> 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 Message-ID: <199904032220.OAA08638@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <tas@stephens.org>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904032220.OAA08638>
