From owner-svn-src-all@freebsd.org Tue Apr 19 07:45:43 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 529ABB13F2F; Tue, 19 Apr 2016 07:45:43 +0000 (UTC) (envelope-from thomas@FreeBSD.ORG) Received: from melamine.cuivre.fr.eu.org (houdart.cuivre.fr.eu.org [81.57.40.110]) (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 21B7F169E; Tue, 19 Apr 2016 07:45:42 +0000 (UTC) (envelope-from thomas@FreeBSD.ORG) Received: by melamine.cuivre.fr.eu.org (Postfix, from userid 1000) id ADAD219C508; Tue, 19 Apr 2016 09:36:18 +0200 (CEST) Date: Tue, 19 Apr 2016 09:36:18 +0200 From: Thomas Quinot To: Maxim Sobolev Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn: head/bin/dd Message-ID: <20160419073618.GA3417@melamine.cuivre.fr.eu.org> References: <201602180844.u1I8iGTN082641@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-message-flag: WARNING! Using Outlook can damage your computer. User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 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: Tue, 19 Apr 2016 07:45:43 -0000 * Maxim Sobolev, 2016-02-19 : > Thanks, Thomas. IMHO this is quite serious bug in one of the core > utilities, so I suggest it gets faster MFC before 10.3 goes into beta stage > on Feb 26. The old code in RELENG_10 is just plain broken anyway now, so it > could not make it any worse. Thanks! It turns out that I was unable to make it in time for 10.3, sorry about that! (Newborn kid ate my time). This long overdue MFC is now installed in stable/10 as ov rev 298258. Thomas.