Received: by mail.netbsd.org (Postfix, from userid 605) id CB18184DE9; Sat, 12 Oct 2019 14:34:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 50F3484DE7 for ; Sat, 12 Oct 2019 14:34:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Qva1L-Z1y18o for ; Sat, 12 Oct 2019 14:34:46 +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 E1F0784D43 for ; Sat, 12 Oct 2019 14:34:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DAE26FBF4; Sat, 12 Oct 2019 14:34:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 12 Oct 2019 14:34:45 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20191012143445.DAE26FBF4@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: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sat Oct 12 14:34:45 UTC 2019 Modified Files: src/sys/dev/tprof [netbsd-9]: tprof_x86_amd.c src/usr.sbin/tprof [netbsd-9]: tprof.8 src/usr.sbin/tprof/arch [netbsd-9]: tprof_x86.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #301): usr.sbin/tprof/tprof.8: revision 1.15 sys/dev/tprof/tprof_x86_amd.c: revision 1.5 usr.sbin/tprof/arch/tprof_x86.c: revision 1.9 Match Family 15h - Add support for AMD Family 15h - Add AMD Family 15h to supported model list To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.2.1 src/sys/dev/tprof/tprof_x86_amd.c cvs rdiff -u -r1.14 -r1.14.2.1 src/usr.sbin/tprof/tprof.8 cvs rdiff -u -r1.8 -r1.8.4.1 src/usr.sbin/tprof/arch/tprof_x86.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.