From owner-cvs-ports@FreeBSD.ORG Sun Aug 31 19:21:15 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91ACB1065712; Sun, 31 Aug 2008 19:21:15 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D7FA8FC26; Sun, 31 Aug 2008 19:21:15 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VJLF8f094719; Sun, 31 Aug 2008 19:21:15 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7VJLFI0094718; Sun, 31 Aug 2008 19:21:15 GMT (envelope-from stas) Message-Id: <200808311921.m7VJLFI0094718@repoman.freebsd.org> From: Stanislav Sedov Date: Sun, 31 Aug 2008 19:21:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/x86info Makefile distinfo ports/sysutils/x86info/files patch-Intel_info.c patch-bench_benchmarks.c patch-cpuid.c patch-rdmsr.c patch-x86info.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 19:21:15 -0000 stas 2008-08-31 19:21:15 UTC FreeBSD ports repository Modified files: sysutils/x86info Makefile distinfo sysutils/x86info/files patch-cpuid.c Added files: sysutils/x86info/files patch-rdmsr.c Removed files: sysutils/x86info/files patch-Intel_info.c patch-bench_benchmarks.c patch-x86info.c Log: - Update to 1.21. - Use cpuctl(4) to read MSR's and cpuid info whenever available. - Rely on devcpu where cpuctl(4) isn't available. - Add missing termination flag to cache descriptions list. Approved by: maintainer timeout (3 weeks) Revision Changes Path 1.26 +8 -2 ports/sysutils/x86info/Makefile 1.15 +3 -3 ports/sysutils/x86info/distinfo 1.2 +0 -11 ports/sysutils/x86info/files/patch-Intel_info.c (dead) 1.3 +0 -17 ports/sysutils/x86info/files/patch-bench_benchmarks.c (dead) 1.3 +49 -4 ports/sysutils/x86info/files/patch-cpuid.c 1.1 +50 -0 ports/sysutils/x86info/files/patch-rdmsr.c (new) 1.4 +0 -35 ports/sysutils/x86info/files/patch-x86info.c (dead)