Received: by mail.netbsd.org (Postfix, from userid 0) id 3833F63B170; Thu, 3 Dec 2009 04:24:24 +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 C7BB363B115 for ; Thu, 3 Dec 2009 04:24:22 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AC029175DD; Thu, 3 Dec 2009 04:24:22 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 3 Dec 2009 04:24:22 +0000 From: Michael Lorenz Subject: CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091203042422.AC029175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: xsrc Committed By: macallan Date: Thu Dec 3 04:24:22 UTC 2009 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86Bus.c Log Message: fix a segfault in xf86EnterServerState() which would fire whenever there is more than one graphics device This is a bandaid, we ( or the Xorg people ) need to fix it properly by getting rid of all the now useless RAC-related code. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Bus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.