From owner-svn-src-head@freebsd.org Fri Jul 8 10:22:30 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 117F1B76E72; Fri, 8 Jul 2016 10:22:30 +0000 (UTC) (envelope-from kristof@sigsegv.be) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C67431ADC; Fri, 8 Jul 2016 10:22:29 +0000 (UTC) (envelope-from kristof@sigsegv.be) Received: from [192.168.228.1] (vega.codepro.be [IPv6:2a01:4f8:162:1127::3]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id 93E592A15B; Fri, 8 Jul 2016 12:22:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sigsegv.be; s=mail; t=1467973346; bh=WJ3vwVBRB6nqbel0M3/aYZORWCaHsw2bB3G8Xu9lp7E=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=y79NvwEo8KXjXuuP7cLMTR1SxP2270W7YCLV4utwQQu3t+LtiXHZWujJZMbK5GKyd Rw3zxoJeWrWZhJKuWxOrNgsE8+5rdi5BTpHWhCBVjKHWZkTmQeK/cOoDmYrZ8U0mzc Kofi9nxRPrSw6m6bH1zUj49iTGlqwJGEGsNSjGDQ= From: "Kristof Provost" To: "Slawa Olhovchenkov" Cc: "Glen Barber" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r302420 - head Date: Fri, 08 Jul 2016 12:22:26 +0200 Message-ID: <9FD6ABC4-2793-4567-B1CD-2FBA4EA998C1@sigsegv.be> In-Reply-To: <20160708093854.GC20831@zxy.spb.ru> References: <201607080219.u682J9qh044886@repo.freebsd.org> <20160708093854.GC20831@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; format=flowed Content-Transfer-Encoding: quoted-printable X-Mailer: MailMate (2.0BETAr6042) 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:22:30 -0000 On 8 Jul 2016, at 11:38, Slawa Olhovchenkov wrote: > 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 >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- 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? > Glen turned them off in r302410. Regards, Kristof