cvs commit: src/sys/i386/i386 genassym.c vm86bios.s
src/sys/i386/include pcb.h
Peter Wemm
peter at FreeBSD.org
Mon Apr 18 14:21:48 PDT 2005
peter 2005-04-18 21:21:47 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/i386/i386 genassym.c vm86bios.s
sys/i386/include pcb.h
Log:
MFC: stop vm86bios calls from panicing the system or corrupting the first
4 bytes of random pages. Rename the vm86 data structure in the pcb from
__pcb_spare[] to pcb_vm86[] to hopefully avoid this happening again.
This was broken in September 2003, and the bug is present in 5.2 and later.
Revision Changes Path
1.148.2.2 +1 -1 src/sys/i386/i386/genassym.c
1.30.6.1 +2 -2 src/sys/i386/i386/vm86bios.s
1.52.2.1 +1 -1 src/sys/i386/include/pcb.h
More information about the cvs-src
mailing list