From owner-svn-src-all@FreeBSD.ORG Mon Jan 19 17:14:03 2009 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 E76E7106564A; Mon, 19 Jan 2009 17:14:03 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D5B7B8FC16; Mon, 19 Jan 2009 17:14:03 +0000 (UTC) (envelope-from sobomax@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 n0JHE3Sb016365; Mon, 19 Jan 2009 17:14:03 GMT (envelope-from sobomax@svn.freebsd.org) Received: (from sobomax@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n0JHE3fA016364; Mon, 19 Jan 2009 17:14:03 GMT (envelope-from sobomax@svn.freebsd.org) Message-Id: <200901191714.n0JHE3fA016364@svn.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Jan 2009 17:14:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r187440 - stable/7 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: Mon, 19 Jan 2009 17:14:04 -0000 Author: sobomax Date: Mon Jan 19 17:14:03 2009 New Revision: 187440 URL: http://svn.freebsd.org/changeset/base/187440 Log: MFC: mention removal of NTFS from GENERIC/amd64. Modified: stable/7/UPDATING Modified: stable/7/UPDATING ============================================================================== --- stable/7/UPDATING Mon Jan 19 17:03:46 2009 (r187439) +++ stable/7/UPDATING Mon Jan 19 17:14:03 2009 (r187440) @@ -8,6 +8,14 @@ Items affecting the ports and packages s /usr/ports/UPDATING. Please read that file before running portupgrade. +20090119: + NTFS has been removed from GENERIC kernel on amd64 to match + GENERIC on i386. Should not cause any issues since mount_ntfs(8) + will load ntfs.ko module automatically when NTFS support is + actually needed, unless ntfs.ko is not installed or security + level prohibits loading kernel modules. If either is the case, + "options NTFS" has to be added into kernel config. + 20090110: powerd(8) was updated to get better SMP support. Meanings of the -i and -r command line options were changed.