From owner-cvs-src@FreeBSD.ORG Sat Oct 1 15:48:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D868616A41F; Sat, 1 Oct 2005 15:48:02 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9505243D45; Sat, 1 Oct 2005 15:48:02 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91Fm20T066841; Sat, 1 Oct 2005 15:48:02 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91Fm2x6066840; Sat, 1 Oct 2005 15:48:02 GMT (envelope-from jkoshy) Message-Id: <200510011548.j91Fm2x6066840@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 1 Oct 2005 15:48:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pmccontrol pmccontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 15:48:03 -0000 jkoshy 2005-10-01 15:48:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pmccontrol pmccontrol.c Log: MFC r1.5: The 'intr_bufferfull' driver statistic actually counts the number of times sampling was stopped due to a space shortage; change its description in the output of `pmcstat -s` to match reality. Approved by: re (scottl) Revision Changes Path 1.4.2.1 +1 -1 src/usr.sbin/pmccontrol/pmccontrol.c