From owner-svn-src-stable@FreeBSD.ORG Thu Oct 4 08:57:06 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CF70106568D; Thu, 4 Oct 2012 08:57:06 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6D1A88FD36; Thu, 4 Oct 2012 08:49:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q948ngsB010172; Thu, 4 Oct 2012 08:49:42 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q948ng4d010170; Thu, 4 Oct 2012 08:49:42 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201210040849.q948ng4d010170@svn.freebsd.org> From: Konstantin Belousov Date: Thu, 4 Oct 2012 08:49:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r241189 - stable/9 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 04 Oct 2012 08:57:06 -0000 Author: kib Date: Thu Oct 4 08:49:41 2012 New Revision: 241189 URL: http://svn.freebsd.org/changeset/base/241189 Log: MFC r241092: Add the UPDATING note about padlock rng support requiring the config change. Modified: stable/9/UPDATING (contents, props changed) Modified: stable/9/UPDATING ============================================================================== --- stable/9/UPDATING Thu Oct 4 08:49:04 2012 (r241188) +++ stable/9/UPDATING Thu Oct 4 08:49:41 2012 (r241189) @@ -9,6 +9,15 @@ handbook. Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. + +20120913: + The random(4) support for the VIA hardware random number + generator (`PADLOCK') is no longer enabled unconditionally. + Add the PADLOCK_RNG option in the custom kernel config if + needed. The GENERIC kernels on i386 and amd64 do include the + option, so the change only affects the custom kernel + configurations. + 20120727: The sparc64 ZFS loader has been changed to no longer try to auto- detect ZFS providers based on diskN aliases but now requires these