From owner-svn-src-all@FreeBSD.ORG Sat Jun 13 17:58:35 2015 Return-Path: Delivered-To: svn-src-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D54D58FC; Sat, 13 Jun 2015 17:58:35 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9883FA21; Sat, 13 Jun 2015 17:58:35 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igboe5 with SMTP id oe5so4504306igb.1; Sat, 13 Jun 2015 10:58:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=awaRWdO/qSgs0wXcKvEl6Vn6EHrxR4D4xrZvqJl+OfA=; b=kCO84JxChXiIZanX/xtiJckecpHgdV4MtxzjYrQGEj6+RyAbNCZCDikQ6UTrf/Kuqc oD00XB51KGoEgaaBpP7SZGX0lZM1U6xYiRNqTNha1YGOy+8WWCqUF1cNCZr7dASd0VRg f0zDoSxK0fnWkJsSyghctkumO7GSeP7P1SEcYHi3n5thvAAEI1HqSFXJC0ZhfrIbJlql HrR6eoXwTe9NNbIxZfpPZSmaqg8u6Tt2NSFHUmQn/t870ilbUYhEU5rBLKkbceMM18J2 gCnbB+1wVI/Meg6MPYHY6x7g1+tLWwn50YcT3NkHeHQPdMizmvXLbUQOrxoFRWZij437 tuIA== MIME-Version: 1.0 X-Received: by 10.50.111.167 with SMTP id ij7mr11375813igb.49.1434218315122; Sat, 13 Jun 2015 10:58:35 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Sat, 13 Jun 2015 10:58:35 -0700 (PDT) In-Reply-To: References: <201506100127.t5A1RdX6051959@svn.freebsd.org> <20150612204309.11dd3391@kan> <20150613024916.GA98218@troutmask.apl.washington.edu> <1434208622.1415.57.camel@freebsd.org> <1434210429.1415.65.camel@freebsd.org> <656256CF-58BF-492B-BA66-49B095407E9A@xcllnt.net> <5D5E9A5C-0B8D-4194-9DB3-DB73253DF943@xcllnt.net> Date: Sat, 13 Jun 2015 10:58:35 -0700 X-Google-Sender-Auth: 0g4c08Bbyz9PMVYe3QwSrsjXY5g Message-ID: Subject: Re: svn commit: r284198 - head/bin/ls From: Adrian Chadd To: Marcel Moolenaar Cc: Ian Lepore , David Chisnall , Steve Kargl , Alexander Kabaev , Marcel Moolenaar , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 17:58:36 -0000 .. and, since libbsdstat is mostly in the small sandpit of wifi statistics tools, I'm going to do this /anyway/. Then people can evaluate if it's useful to convert other tools to use libbsdstat. -adrian