From owner-cvs-all@FreeBSD.ORG Thu Dec 13 01:39:31 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65E7516A417; Thu, 13 Dec 2007 01:39:31 +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 4F82613C46E; Thu, 13 Dec 2007 01:39:31 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBD1dUvd019937; Thu, 13 Dec 2007 01:39:30 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBD1dUW4019936; Thu, 13 Dec 2007 01:39:30 GMT (envelope-from sam) Message-Id: <200712130139.lBD1dUW4019936@repoman.freebsd.org> From: Sam Leffler Date: Thu, 13 Dec 2007 01:39:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/ath/athstats Makefile athstats.c statfoo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2007 01:39:31 -0000 sam 2007-12-13 01:39:30 UTC FreeBSD src repository Modified files: tools/tools/ath/athstats Makefile athstats.c statfoo.c Log: Some overdue tlc: o push include paths to the Makefile o use the AFTER trick to simplify adding new items o prepare stat blocks for additional data o align values for verbose output o fillin some missing stats MFC after: 1 week Revision Changes Path 1.5 +8 -2 src/tools/tools/ath/athstats/Makefile 1.7 +173 -160 src/tools/tools/ath/athstats/athstats.c 1.3 +10 -2 src/tools/tools/ath/athstats/statfoo.c