From owner-cvs-all Sat May 4 20:19:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5D5737B41A; Sat, 4 May 2002 20:19:48 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g453Jmj48202; Sat, 4 May 2002 20:19:48 -0700 (PDT) (envelope-from bde) Message-Id: <200205050319.g453Jmj48202@freefall.freebsd.org> From: Bruce Evans Date: Sat, 4 May 2002 20:19:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ipl.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/04 20:19:48 PDT Modified files: sys/i386/isa ipl.s Log: Fixed checking for VM86 mode in doreti which I broke in rev.1.30. Only the case of VM86 calls from the kernel was broken, so this bug was not a security hole. PR: 36710 Submitted by: David Xu (version for RELENG_4) MFC after: 3 days Revision Changes Path 1.54 +12 -6 src/sys/i386/isa/ipl.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message