Module Name: src Committed By: snj Date: Wed Jul 5 19:59:29 UTC 2017
Modified Files: src/sys/arch/amd64/amd64 [netbsd-8]: locore.S src/sys/arch/i386/i386 [netbsd-8]: locore.S machdep.c trap.c Log Message: Pull up following revision(s) (requested by maxv in ticket #88): sys/arch/amd64/amd64/locore.S: revision 1.124 sys/arch/i386/i386/locore.S: revision 1.146 sys/arch/i386/i386/machdep.c: revision 1.783 sys/arch/i386/i386/trap.c: revision 1.288 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.123 -r1.123.6.1 src/sys/arch/amd64/amd64/locore.S cvs rdiff -u -r1.145 -r1.145.6.1 src/sys/arch/i386/i386/locore.S cvs rdiff -u -r1.782 -r1.782.6.1 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.287 -r1.287.6.1 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.