From owner-cvs-all@FreeBSD.ORG Wed Apr 6 01:05:37 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 3EED916A4CE; Wed, 6 Apr 2005 01:05:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FFB243D2D; Wed, 6 Apr 2005 01:05:37 +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 j3615auo096175; Wed, 6 Apr 2005 01:05:36 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3615aU2096174; Wed, 6 Apr 2005 01:05:36 GMT (envelope-from cperciva) Message-Id: <200504060105.j3615aU2096174@repoman.freebsd.org> From: Colin Percival Date: Wed, 6 Apr 2005 01:05:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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:37 -0000 cperciva 2005-04-06 01:05:36 UTC FreeBSD src repository Modified files: 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.634 +3 -0 src/sys/amd64/amd64/machdep.c 1.252 +1 -0 src/sys/amd64/amd64/mp_machdep.c 1.17 +0 -1 src/sys/amd64/include/tss.h