From owner-svn-src-stable@FreeBSD.ORG Fri Jan 3 15:06:15 2014 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75D23DF2; Fri, 3 Jan 2014 15:06:15 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4AF4314DF; Fri, 3 Jan 2014 15:06:15 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id D02E3B94F; Fri, 3 Jan 2014 10:06:13 -0500 (EST) From: John Baldwin To: Sergey Kandaurov Subject: Re: svn commit: r260221 - in stable/9/sys: compat/freebsd32 kern sys Date: Fri, 3 Jan 2014 09:53:32 -0500 User-Agent: KMail/1.13.7 (FreeBSD/9.2-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201401030831.s038Vhm1055742@svn.freebsd.org> In-Reply-To: <201401030831.s038Vhm1055742@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201401030953.33017.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 03 Jan 2014 10:06:13 -0500 (EST) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jan 2014 15:06:15 -0000 On Friday, January 03, 2014 03:31:42 AM Sergey Kandaurov wrote: > Author: pluknet > Date: Fri Jan 3 08:31:42 2014 > New Revision: 260221 > URL: http://svnweb.freebsd.org/changeset/base/260221 > > Log: > Regen. Ugh. I'm sorry. :( I had done all my pre-commit testing with a regen in place and had reverted it to commit so I could commit the regen after the MFC was committed. -- John Baldwin