From owner-svn-src-head@FreeBSD.ORG Sat Jun 13 14:26:51 2015 Return-Path: Delivered-To: svn-src-head@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 54A1A5F4; Sat, 13 Jun 2015 14:26:51 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 29B3A1AA; Sat, 13 Jun 2015 14:26:50 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-248-228.lns20.per4.internode.on.net [121.45.248.228]) (authenticated bits=0) by vps1.elischer.org (8.14.9/8.14.9) with ESMTP id t5DEQhgV079836 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 13 Jun 2015 07:26:47 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <557C3D9D.5050905@freebsd.org> Date: Sat, 13 Jun 2015 22:26:37 +0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Steve Kargl , Alexander Kabaev CC: Marcel Moolenaar , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r284198 - head/bin/ls References: <201506100127.t5A1RdX6051959@svn.freebsd.org> <20150612204309.11dd3391@kan> <20150613024916.GA98218@troutmask.apl.washington.edu> In-Reply-To: <20150613024916.GA98218@troutmask.apl.washington.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 14:26:51 -0000 On 6/13/15 10:49 AM, Steve Kargl wrote: > On Fri, Jun 12, 2015 at 08:43:09PM -0400, Alexander Kabaev wrote: >> On Wed, 10 Jun 2015 01:27:39 +0000 (UTC) >> Marcel Moolenaar wrote: >> >>> Author: marcel >>> Date: Wed Jun 10 01:27:38 2015 >>> New Revision: 284198 >>> URL: https://svnweb.freebsd.org/changeset/base/284198 >>> >>> Log: >>> Convert ls(1) to use libxo(3). >>> >>> Obtained from: Phil Shafer >>> Sponsored by: Juniper Networks, Inc. >>> >> >> >> This broke all code that pipes output of the ls command to pipeline, >> such as 'ls | wc -l'. ls never exits and never output anything. Is >> there any purpose to libxo other than breaking stuff, which it achieves >> so splendidly? >> > -1 for libxo, which also makes code almost unreadable. +1 of the -1 my personal vote is to revert all libxo changes and banish it from /usr/src. "not the way to solve the problem in question". >