Received: by mail.netbsd.org (Postfix, from userid 605) id 9374084E87; Thu, 20 Dec 2018 07:10:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 73CE184E86 for ; Thu, 20 Dec 2018 07:10:24 +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 g38wXi_fotwm for ; Thu, 20 Dec 2018 07:10:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E3C1484E84 for ; Thu, 20 Dec 2018 07:10:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB248FB16; Thu, 20 Dec 2018 07:10:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 20 Dec 2018 07:10:23 +0000 From: "Ryo Shimizu" Subject: CVS commit: src/usr.sbin/cpuctl/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20181220071023.BB248FB16@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: "Ryo Shimizu" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: ryo Date: Thu Dec 20 07:10:23 UTC 2018 Modified Files: src/usr.sbin/cpuctl/arch: aarch64.c Log Message: - show detail of debug feature register (ID_AA64DFR0_EL1) - print raw value of registers when verbose flag is set. - keep forward compatibility. read kernel's aarch64_sysctl_cpu_id, but avoid unknown system registers. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/cpuctl/arch/aarch64.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.