From owner-cvs-src@FreeBSD.ORG Sat Jun 28 11:26:24 2003 Return-Path: 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 489ED37B401; Sat, 28 Jun 2003 11:26:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5B9743F3F; Sat, 28 Jun 2003 11:26:23 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5SIQN0U035229; Sat, 28 Jun 2003 11:26:23 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5SIQNAB035228; Sat, 28 Jun 2003 11:26:23 -0700 (PDT) Message-Id: <200306281826.h5SIQNAB035228@repoman.freebsd.org> From: Sam Leffler Date: Sat, 28 Jun 2003 11:26:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools README src/tools/tools/ath Makefile athstats.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Jun 2003 18:26:24 -0000 sam 2003/06/28 11:26:23 PDT FreeBSD src repository Modified files: tools/tools README Added files: tools/tools/ath Makefile athstats.c Log: bring in ath-specific test tool; more to follow Revision Changes Path 1.28 +2 -1 src/tools/tools/README 1.1 +35 -0 src/tools/tools/ath/Makefile (new) 1.1 +409 -0 src/tools/tools/ath/athstats.c (new)