Module Name: src Committed By: snj Date: Thu Jul 20 01:43:10 UTC 2017
Modified Files: src/sys/arch/amd64/amd64 [netbsd-7-1]: locore.S src/sys/arch/i386/i386 [netbsd-7-1]: locore.S machdep.c trap.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1441): sys/arch/i386/i386/trap.c: revision 1.288 via patch sys/arch/i386/i386/machdep.c: revision 1.783 via patch sys/arch/i386/i386/locore.S: revision 1.146 via patch sys/arch/amd64/amd64/locore.S: revision 1.124 via patch Remove the osyscall call gate on i386, and emulate it. There is a one- instruction race in it that could panic the kernel. To generate a diff of this commit: cvs rdiff -u -r1.76.8.1 -r1.76.8.2 src/sys/arch/amd64/amd64/locore.S cvs rdiff -u -r1.112 -r1.112.10.1 src/sys/arch/i386/i386/locore.S cvs rdiff -u -r1.752 -r1.752.12.1 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.272.10.1 -r1.272.10.2 src/sys/arch/i386/i386/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.