Received: by mail.netbsd.org (Postfix, from userid 605) id BD2ED14A1E3; Thu, 9 Aug 2012 06:55:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDD6314A110 for ; Thu, 9 Aug 2012 06:55:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id LyYQ4PF8CiTK for ; Thu, 9 Aug 2012 06:55:11 +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 DCBAD14A125 for ; Thu, 9 Aug 2012 06:55:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 62C2B175DD; Thu, 9 Aug 2012 06:55:02 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 9 Aug 2012 06:55:02 +0000 From: "Julian Coleman" Subject: CVS commit: [netbsd-6] src/sys/arch/sparc64/sparc64 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20120809065502.62C2B175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Julian Coleman" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: jdc Date: Thu Aug 9 06:55:02 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-6]: trap.c Log Message: Pull up revision 1.177 (requested by martin in ticket #462). Do not spam the console when sending a sigill due to a T_ILLINST trap, new openssl probes for the cpu sub family/features by trying some new instructions and catching sigill. In all other cases, move the printf inside a #ifdef DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.168.8.3 -r1.168.8.4 src/sys/arch/sparc64/sparc64/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.