Received: by mail.netbsd.org (Postfix, from userid 0) id 5525463B103; Tue, 7 Sep 2010 19:38:46 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8DBD963B100 for ; Tue, 7 Sep 2010 19:38:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7A3DB175DD; Tue, 7 Sep 2010 19:38:45 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 7 Sep 2010 19:38:45 +0000 From: Manuel Bouyer Subject: CVS commit: [netbsd-5-0] src/sys/arch/amd64 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20100907193845.7A3DB175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: Manuel Bouyer Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: bouyer Date: Tue Sep 7 19:38:45 UTC 2010 Modified Files: src/sys/arch/amd64/amd64 [netbsd-5-0]: netbsd32_machdep.c src/sys/arch/amd64/include [netbsd-5-0]: segments.h Log Message: Pull up following revision(s) (requested by chs in ticket #1449): sys/arch/amd64/amd64/netbsd32_machdep.c: revisions 1.66, 1.67 sys/arch/amd64/include/segments.h: revision 1.21 in check_mcontext32(), accept the LDT selector for 32-bit user code as well as the GDT selector. fixes PR 43835. accept the LDT selector in check_sigcontext32() too. To generate a diff of this commit: cvs rdiff -u -r1.55.6.1 -r1.55.6.2 \ src/sys/arch/amd64/amd64/netbsd32_machdep.c cvs rdiff -u -r1.19 -r1.19.10.1 src/sys/arch/amd64/include/segments.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.