From owner-svn-src-all@FreeBSD.ORG Sun Jun 14 00:41:00 2015 Return-Path: Delivered-To: svn-src-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F0C01A2; Sun, 14 Jun 2015 00:41:00 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x22c.google.com (mail-yk0-x22c.google.com [IPv6:2607:f8b0:4002:c07::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 478CA68; Sun, 14 Jun 2015 00:41:00 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykfl8 with SMTP id l8so34419821ykf.1; Sat, 13 Jun 2015 17:40:59 -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=Rf/2Brzmr56r7t0jHW9WZJ/BhXNaFSPXOY6srDbsnaA=; b=h5f6IqyYAOka/oSjtozVj/cU+uqc4qwVqORHrTqU/CFt7eRh3jx9225XFS+ESsX98h aJGUMzFADmydIsFZTxBw7aNkmNqzB9V61JkfFEhLunI7g069XfLyEmIhlwD2e+zpOcIc OEMFhJ2vQ+eTqaArHFVtqkJ7qhlWu5xy9OUdFV2N7GNgJT1+D6Vo5hKhQiwPgIvs4mHP oTQ+MJTba/xkqdVf4ujaMXb8/0uZhCma89jmuEluJF9fx8e3AgO6rrW1DdionrenKKv4 XVHH8IRdzO3tcvKEuWAzDHSJ6cBqa8ewEHTnWNd6lZiqQyDWSOB8r37Cc+k5ItlCozFp Z67Q== MIME-Version: 1.0 X-Received: by 10.129.119.7 with SMTP id s7mr26300339ywc.87.1434242459127; Sat, 13 Jun 2015 17:40:59 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.125.198 with HTTP; Sat, 13 Jun 2015 17:40:59 -0700 (PDT) In-Reply-To: <20150614002640.GA2746@troutmask.apl.washington.edu> References: <201506100127.t5A1RdX6051959@svn.freebsd.org> <20150612204309.11dd3391@kan> <20150613024916.GA98218@troutmask.apl.washington.edu> <1434208622.1415.57.camel@freebsd.org> <557C661F.8080104@freebsd.org> <860017ED-D754-450C-865D-2D81A30C2212@xcllnt.net> <20150614002640.GA2746@troutmask.apl.washington.edu> Date: Sat, 13 Jun 2015 17:40:59 -0700 X-Google-Sender-Auth: l8rhFvFt__nTQliSmq7S-3ZgEtA Message-ID: Subject: Re: svn commit: r284198 - head/bin/ls From: Craig Rodrigues To: Steve Kargl Cc: Marcel Moolenaar , Marcel Moolenaar , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Sun, 14 Jun 2015 00:41:00 -0000 On Sat, Jun 13, 2015 at 5:26 PM, Steve Kargl < sgk@troutmask.apl.washington.edu> wrote: > On Sat, Jun 13, 2015 at 05:13:31PM -0700, Craig Rodrigues wrote: > > > > For people who are trying to build FreeBSD-based embedded products with > > modern web UI's, > > this is *really* useful. > > > > Given the bloat caused by libxo, which I showed in March, > I don't see how people working on embedded products could > be thrilled with this. > Steve, For people building embedded products these days, storage of gigabytes and even terabytes is often available, so the space increase that libxo provides is not that big a problem, at least for the last few products that I have worked on in the past few years. > > Given the horrid state of the manpages, which I showed > in March, one can only wonder about the internals of > the libxo itself. > Are you talking about this comment you made? https://lists.freebsd.org/pipermail/freebsd-current/2015-March/054899.html I can't make heads or tails of what you wrote, other than you seemed very angry. -- Craig