From owner-svn-src-head@FreeBSD.ORG Tue Nov 18 21:41:10 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A920106564A; Tue, 18 Nov 2008 21:41:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 178B58FC0A; Tue, 18 Nov 2008 21:41:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mAILf9wZ089657; Tue, 18 Nov 2008 21:41:09 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mAILf9l3089656; Tue, 18 Nov 2008 21:41:09 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <200811182141.mAILf9l3089656@svn.freebsd.org> From: Xin LI Date: Tue, 18 Nov 2008 21:41:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r185061 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 18 Nov 2008 21:41:10 -0000 Author: delphij Date: Tue Nov 18 21:41:09 2008 New Revision: 185061 URL: http://svn.freebsd.org/changeset/base/185061 Log: Mention that listsnapshots is disabled by default after latest ZFS import. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Nov 18 21:06:49 2008 (r185060) +++ head/UPDATING Tue Nov 18 21:41:09 2008 (r185061) @@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20081117: + A new version of ZFS (version 13) has been merged to -HEAD. + This version would have zpool attribute "listsnapshots" off + by default, which means "zfs list" would not show snapshots, + and is the same as Solaris behavior. + 20081028: dummynet(4) ABI has changed. ipfw(8) needs to be recompiled.