From owner-svn-src-head@freebsd.org Fri Jul 8 10:12:21 2016 Return-Path: Delivered-To: svn-src-head@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 19C87B76C84; Fri, 8 Jul 2016 10:12:21 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (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 C7EFF149B; Fri, 8 Jul 2016 10:12:20 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1bLSFK-00052A-Vg; Fri, 08 Jul 2016 12:38:54 +0300 Date: Fri, 8 Jul 2016 12:38:54 +0300 From: Slawa Olhovchenkov To: Glen Barber Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r302420 - head Message-ID: <20160708093854.GC20831@zxy.spb.ru> References: <201607080219.u682J9qh044886@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201607080219.u682J9qh044886@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2016 10:12:21 -0000 On Fri, Jul 08, 2016 at 02:19:09AM +0000, Glen Barber wrote: > Author: gjb > Date: Fri Jul 8 02:19:09 2016 > New Revision: 302420 > URL: https://svnweb.freebsd.org/changeset/base/302420 > > Log: > Spell '12.x' correctly in UPDATING. > > Submitted by: lidl > Approved by: re (implicit) > Sponsored by: The FreeBSD Foundation > > Modified: > head/UPDATING > > Modified: head/UPDATING > ============================================================================== > --- head/UPDATING Fri Jul 8 02:03:42 2016 (r302419) > +++ head/UPDATING Fri Jul 8 02:19:09 2016 (r302420) > @@ -17,7 +17,7 @@ the tip of head, and then rebuild withou > from older version of current across the gcc/clang cutover is a bit fragile. > > NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: > - FreeBSD 11.x has many debugging features turned on, in both the kernel > + FreeBSD 12.x has many debugging features turned on, in both the kernel > and userland. These features attempt to detect incorrect use of > system primitives, and encourage loud failure through extra sanity > checking and fail stop semantics. They also substantially impact 11.x still have debugging features turned on?