Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2005 21:21:47 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 genassym.c vm86bios.s src/sys/i386/include pcb.h
Message-ID:  <200504182121.j3ILLl33032167@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504182121.j3ILLl33032167>