From owner-cvs-all@FreeBSD.ORG Wed Apr 6 01:05:51 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D216B16A4CE; Wed, 6 Apr 2005 01:05:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A33E543D1D; Wed, 6 Apr 2005 01:05:51 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3615pvM096243; Wed, 6 Apr 2005 01:05:51 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3615pCp096242; Wed, 6 Apr 2005 01:05:51 GMT (envelope-from cperciva) Message-Id: <200504060105.j3615pCp096242@repoman.freebsd.org> From: Colin Percival Date: Wed, 6 Apr 2005 01:05:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/amd64/amd64 machdep.c mp_machdep.c src/sys/amd64/include tss.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2005 01:05:52 -0000 cperciva 2005-04-06 01:05:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/amd64 machdep.c mp_machdep.c sys/amd64/include tss.h Log: Fully initialize the required TSS fields so that the io permission bitmap is set correctly. Patch from: peter Security: FreeBSD-SA-05:03.amd64 Revision Changes Path 1.618.2.10 +3 -0 src/sys/amd64/amd64/machdep.c 1.242.2.8 +1 -0 src/sys/amd64/amd64/mp_machdep.c 1.16.2.1 +0 -1 src/sys/amd64/include/tss.h