From owner-cvs-src-old@FreeBSD.ORG Fri Feb 13 05:45:33 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C8C21065677 for ; Fri, 13 Feb 2009 05:45:33 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F11B8FC0A for ; Fri, 13 Feb 2009 05:45:33 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1D5jXjn006958 for ; Fri, 13 Feb 2009 05:45:33 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1D5jXNq006957 for cvs-src-old@freebsd.org; Fri, 13 Feb 2009 05:45:33 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200902130545.n1D5jXNq006957@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Fri, 13 Feb 2009 05:45:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/ath/athstats athstats.c athstats.h main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 05:45:34 -0000 sam 2009-02-13 05:45:23 UTC FreeBSD src repository Modified files: tools/tools/ath/athstats athstats.c athstats.h main.c Log: SVN rev 188560 on 2009-02-13 05:45:23Z by sam add -z option to zero driver statistics (but note we don't yet zero stats obtained from the hal) Revision Changes Path 1.15 +10 -0 src/tools/tools/ath/athstats/athstats.c 1.3 +2 -0 src/tools/tools/ath/athstats/athstats.h 1.7 +6 -3 src/tools/tools/ath/athstats/main.c