From owner-freebsd-current@FreeBSD.ORG Sat Jun 30 22:26:46 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 030C2106566C for ; Sat, 30 Jun 2012 22:26:46 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from [127.0.0.1] (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id E1CB614E25E; Sat, 30 Jun 2012 22:26:44 +0000 (UTC) Message-ID: <4FEF7D24.8070406@FreeBSD.org> Date: Sat, 30 Jun 2012 15:26:44 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Oleg Moskalenko References: <4FEAA280.2070705@FreeBSD.org> <4FEAA599.9070107@FreeBSD.org> <031222CBCF33214AB2EB4ABA279428A3012CA28AEB6D@SJCPMAILBOX01.citrite.net> <4FEAC5B1.30104@FreeBSD.org> <4FEB6D2B.4090508@FreeBSD.org> <031222CBCF33214AB2EB4ABA279428A3012CA28AEB84@SJCPMAILBOX01.citrite.net> <031222CBCF33214AB2EB4ABA279428A3012CA28AEB8E@SJCPMAILBOX01.citrite.net> <4FEE17E1.90304@FreeBSD.org> <031222CBCF33214AB2EB4ABA279428A3012CA28AEB8F@SJCPMAILBOX01.citrite.net> In-Reply-To: <031222CBCF33214AB2EB4ABA279428A3012CA28AEB8F@SJCPMAILBOX01.citrite.net> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: [HEADS-UP] BSD sort is the default sort in -CURRENT 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: Sat, 30 Jun 2012 22:26:46 -0000 Sounds great, thanks again! Doug On 06/29/2012 02:20 PM, Oleg Moskalenko wrote: > Doug, > > --nthreads option corresponds to --parallel option of NGNU > and it will be renamed. The other four proprietary options > will be marked as non-portable in the man page. > > After nthreads==>parallel renaming, NBSD will support all > NGNU options. > > Thank you for the suggestion. > Oleg > >> -----Original Message----- >> From: Doug Barton [mailto:dougb@FreeBSD.org] >> Sent: Friday, June 29, 2012 2:02 PM >> To: Oleg Moskalenko >> Cc: FreeBSD Current >> Subject: Re: [HEADS-UP] BSD sort is the default sort in -CURRENT >> >> On 06/29/2012 01:50 PM, Oleg Moskalenko wrote: >>> 5) NBSD adds several of its own new proprietary options: >>> >>> --mergesort >>> --qsort >>> --heapsort >>> --radixsort >>> --nthreads=... (multi-threaded build only) >> >> Oleg, >> >> First, thank you very much for providing both the performance numbers, >> and the breakdown in the differences in command line options. >> Everything >> looks great, my only concern is the above. >> >> Are there similar/identical options in NGNU that correspond to the >> options above? If so, I would be hesitant to add new names for them >> because it hurts portability between platforms. If these are totally >> new >> features then my assumption is that you have clearly marked them as >> non-portable in the man page? >> >> Once again, I really appreciate you addressing my concerns, and your >> hard work on this project. >> >> Doug >