From owner-freebsd-current@FreeBSD.ORG Fri May 22 02:00:38 2015 Return-Path: Delivered-To: freebsd-current@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 53CD517A for ; Fri, 22 May 2015 02:00:38 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40F4716CE for ; Fri, 22 May 2015 02:00:37 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 58) id 175321CAD7C; Thu, 21 May 2015 21:55:15 -0400 (EDT) Received: from app.lifanov.com (chat.lifanov.com [206.125.175.13]) by mail.lifanov.com (Postfix) with ESMTPA id 9B3F41CAB67 for ; Thu, 21 May 2015 21:55:14 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 21 May 2015 21:55:14 -0400 From: Nikolai Lifanov To: freebsd-current@freebsd.org Subject: xargs -P0 suport Message-ID: X-Sender: lifanov@mail.lifanov.com User-Agent: Roundcube Webmail/1.1.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 22 May 2015 02:00:38 -0000 Hi current@! Can someone take a look at Bugzilla #199976 please? It's a pretty trivial patch that adds -P0 support to xargs. If there is any feedback or the patch is wrong, I can rework it. I've been running CURRENT with it for a bit now with no problems. I would like very much for it to make it to 10.2-RELEASE. It would make it much easier for me to convert some systems to FreeBSD as many custom scripts that use it will be able to port as-is. Thank you! - Nikolai Lifanov