From owner-freebsd-current@FreeBSD.ORG Wed Mar 5 16:34:22 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B98B1B62; Wed, 5 Mar 2014 16:34:22 +0000 (UTC) Received: from mail-ie0-x229.google.com (mail-ie0-x229.google.com [IPv6:2607:f8b0:4001:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73D0CE99; Wed, 5 Mar 2014 16:34:22 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id to1so1336114ieb.0 for ; Wed, 05 Mar 2014 08:34:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=igr/KjTMBLkRPqMiMj9GlXDb4DFb98aOygsQTQJm4gs=; b=WDsEF7+kT7ZHYbu3ASlxvXNwef7bkSIc90lVTiIe1uargmii/HO0OlZQy9tlYTqGcd yYA9debdPa3Wjeg8SLw+KqaANBnIF+zZNIpUXHa4ji2dXOQ0NQXZw/S3wWgvF0I0poND ooZoqtLo2/d7w/BEzJfdP4qK8Q0BEiPrCt3TnnB6FX/MNmiYaisae9T9hBm6et7PVnAu 5TwgQRNAEOXI7tOUFfPOu045NaRSi53+1X/XOB+rMNpSrKmYe0d2pvHqFIEfT47jJzxr co7yfOMl+Krh6IwXAnZOkh+b32nzEwb4u3sWfiYSd9CIT8vRgOvPwpuqHoltv1JqFbU8 9ARg== MIME-Version: 1.0 X-Received: by 10.42.16.199 with SMTP id q7mr5578372ica.16.1394037261988; Wed, 05 Mar 2014 08:34:21 -0800 (PST) Received: by 10.50.164.227 with HTTP; Wed, 5 Mar 2014 08:34:21 -0800 (PST) In-Reply-To: References: <9BA45ADB-3005-4689-A9D3-932CB9F2F84E@FreeBSD.org> Date: Wed, 5 Mar 2014 10:34:21 -0600 Message-ID: Subject: Re: importing sam leffler's libstatfoo into -HEAd From: Scot Hetzel To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current , Rui Paulo , "freebsd-arch@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2014 16:34:22 -0000 On Tue, Mar 4, 2014 at 11:16 PM, Adrian Chadd wrote: > On 4 March 2014 20:19, Rui Paulo wrote: >> On 4 Mar 2014, at 18:31, Adrian Chadd wrote: >> >>> hi, >>> >>> i'd like to import the libstatfoo code from sam into -HEAD. >>> >>> It's used by some of the wifi tools to print out periodic and global >>> statistics. It abstracts away the gathering, printing and formatting >>> bits. >>> >>> I'm hoping that we can adapt some of the other base tools to use it >>> and then teach it to print out statistics in other (machine parsable) >>> formats, so we don't have to keep hacking at the tools to do this. >>> >>> The initial import: >>> >>> http://people.freebsd.org/~adrian/patches/20140304-libbsdstatfoo.diff >> >> While there, could you please rename it? libstatfoo is a pretty bad name... > > I'm open to suggestions, but I don't want to get bogged down by sheds. > lib/libbsdstatfoo -> lib/libbsdstat[,istics] lib/libbsdstatfoo/statfoo.c -> lib/libbsdstat[,istics]/bsdstat[,istics].c lib/libbsdstatfoo/statfoo.h -> lib/libbsdstat[,istics]/bsdstat[,istics].h Then change all occurrences of statfoo/STATFOO in those files to bsdstat[,istics]/BSDSTAT[,ISTICS]. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised.