From owner-freebsd-current@FreeBSD.ORG Thu Oct 4 16:16:35 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC55D1065679 for ; Thu, 4 Oct 2012 16:16:35 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 79E8D8FC17 for ; Thu, 4 Oct 2012 16:16:35 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 2FD6D14E83BF; Thu, 4 Oct 2012 18:16:27 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id A3Z6V0YuMzDp; Thu, 4 Oct 2012 18:16:26 +0200 (CEST) Received: from [192.168.1.106] (5403A6BE.catv.pool.telekom.hu [84.3.166.190]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id A141814E83B9; Thu, 4 Oct 2012 18:16:26 +0200 (CEST) Message-ID: <506DB65D.7000009@FreeBSD.org> Date: Thu, 04 Oct 2012 18:16:29 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Dennis Glatting References: <506D6AA3.7010504@FreeBSD.org> <1349362250.83035.3.camel@btw.pki2.com> In-Reply-To: <1349362250.83035.3.camel@btw.pki2.com> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Oleg Moskalenko , current@freebsd.org Subject: Re: [HEADSUP] Upcoming GNU sort removal X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 04 Oct 2012 16:16:35 -0000 Em 04-10-2012 16:50, Dennis Glatting escreveu: > On Thu, 2012-10-04 at 12:53 +0200, Gabor Kovesdan wrote: >> > Hi, >> > >> > it has been more than 3 months ago that BSD sort became default in HEAD >> > and no serious complaints have been raised against it since then so I >> > plan to permanently remove GNU sort from head in the next days. If you >> > have any objection, please raise it now. >> > > Initially I had problems with multi TB files (--unique, five to ten > files) but I haven't had to do that in two(?) months. I will be getting > back to that project in a month or so. > > It challanges a system's resources. :) And did it go much better with base GNU sort? It's quite an extreme case... :) Multi GB is also rare not speaking about multi TB... Gabor