From owner-svn-src-all@FreeBSD.ORG Thu Feb 10 05:33:41 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E088106564A; Thu, 10 Feb 2011 05:33:41 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0E2698FC15; Thu, 10 Feb 2011 05:33:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p1A5XeTx010640; Thu, 10 Feb 2011 05:33:40 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p1A5Xe6P010639; Thu, 10 Feb 2011 05:33:40 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201102100533.p1A5Xe6P010639@svn.freebsd.org> From: Kevin Lo Date: Thu, 10 Feb 2011 05:33:40 +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: r218507 - head/sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Feb 2011 05:33:41 -0000 Author: kevlo Date: Thu Feb 10 05:33:40 2011 New Revision: 218507 URL: http://svn.freebsd.org/changeset/base/218507 Log: Add tmpfs(5) to NOTES Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Thu Feb 10 04:55:51 2011 (r218506) +++ head/sys/conf/NOTES Thu Feb 10 05:33:40 2011 (r218507) @@ -963,7 +963,6 @@ options DUMMYNET # zero_copy(9) for more details. options ZERO_COPY_SOCKETS - ##################################################################### # FILESYSTEM OPTIONS @@ -1010,6 +1009,7 @@ options PROCFS #Process filesystem (r options PSEUDOFS #Pseudo-filesystem framework options PSEUDOFS_TRACE #Debugging support for PSEUDOFS options SMBFS #SMB/CIFS filesystem +options TMPFS #Efficient memory filesystem options UDF #Universal Disk Format options UNIONFS #Union filesystem # The xFS_ROOT options REQUIRE the associated ``options xFS''