From owner-svn-src-all@freebsd.org Thu Aug 23 20:46:37 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1C1A10982A8; Thu, 23 Aug 2018 20:46:36 +0000 (UTC) (envelope-from pstef@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9D0F87240; Thu, 23 Aug 2018 20:46:36 +0000 (UTC) (envelope-from pstef@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1403) id A24F8EEA7; Thu, 23 Aug 2018 20:46:36 +0000 (UTC) Date: Thu, 23 Aug 2018 22:46:36 +0200 From: "Piotr P. Stefaniak" To: Warner Losh Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r338239 - head Message-ID: <20180823204636.GJ53055@freefall.freebsd.org> References: <201808230506.w7N56WjJ063108@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <201808230506.w7N56WjJ063108@repo.freebsd.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 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: Thu, 23 Aug 2018 20:46:37 -0000 On 2018-08-23 05:06:32, Warner Losh wrote: >Author: imp >Date: Thu Aug 23 05:06:31 2018 >New Revision: 338239 >URL: https://svnweb.freebsd.org/changeset/base/338239 > >Log: > Add a special note to UPDATING for the devmatch stuff. While tested, > there's an elevated risk of trouble, and you must update kernel, > userland and rc scripts for the best experience. > >Modified: > head/UPDATING > >Modified: head/UPDATING >============================================================================== >--- head/UPDATING Thu Aug 23 05:06:27 2018 (r338238) >+++ head/UPDATING Thu Aug 23 05:06:31 2018 (r338239) >@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: > disable the most expensive debugging functionality run > "ln -s 'abort:false,junk:false' /etc/malloc.conf".) > >+20170822: Shouldn't that be 20180822?