From owner-svn-src-all@FreeBSD.ORG Fri Apr 18 17:06:19 2014 Return-Path: Delivered-To: svn-src-all@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 190543C1; Fri, 18 Apr 2014 17:06:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 05EBD16E7; Fri, 18 Apr 2014 17:06:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IH6IIL051063; Fri, 18 Apr 2014 17:06:18 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3IH6IFB051062; Fri, 18 Apr 2014 17:06:18 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201404181706.s3IH6IFB051062@svn.freebsd.org> From: Warner Losh Date: Fri, 18 Apr 2014 17:06:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264665 - head X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 18 Apr 2014 17:06:19 -0000 Author: imp Date: Fri Apr 18 17:06:18 2014 New Revision: 264665 URL: http://svnweb.freebsd.org/changeset/base/264665 Log: Document YES_HESIOD disappearing. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Apr 18 17:04:34 2014 (r264664) +++ head/UPDATING Fri Apr 18 17:06:18 2014 (r264665) @@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20140418: + The YES_HESIOD knob has been removed. It has been obsolete for + a decade. Please move to using WITH_HESIOD instead or your builds + will silently lack HESIOD. + 20140405: The uart(4) driver has been changed with respect to its handling of the low-level console. Previously the uart(4) driver prevented