From owner-svn-src-all@FreeBSD.ORG Sat Jun 1 11:14:35 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AFDE7138; Sat, 1 Jun 2013 11:14:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A27FCB0A; Sat, 1 Jun 2013 11:14:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r51BEZFW060140; Sat, 1 Jun 2013 11:14:35 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r51BEZ4A060139; Sat, 1 Jun 2013 11:14:35 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201306011114.r51BEZ4A060139@svn.freebsd.org> From: Hiroki Sato Date: Sat, 1 Jun 2013 11:14:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r251219 - releng/8.4/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: releng 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.14 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: Sat, 01 Jun 2013 11:14:35 -0000 Author: hrs Date: Sat Jun 1 11:14:35 2013 New Revision: 251219 URL: http://svnweb.freebsd.org/changeset/base/251219 Log: Update relnotes item: kernel thread CPU affinity configuration bug fixed, run(4) Logitec LAN-W300NU2 support, IPv6 multi-FIB support, SO_PROTOCOL/SO_PROTOTYPE sockopt added, isci(4) more Intel C600 chip ids added, mpt(4) and mfi(4) attach conflict issue fixed, nullfs(5) panic fixed, rc.d scripts' ^T output goes to stderr, and tcsh updated to 6.18.01. Approved by: re (implicitly) Modified: releng/8.4/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: releng/8.4/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- releng/8.4/release/doc/en_US.ISO8859-1/relnotes/article.xml Sat Jun 1 11:10:40 2013 (r251218) +++ releng/8.4/release/doc/en_US.ISO8859-1/relnotes/article.xml Sat Jun 1 11:14:35 2013 (r251219) @@ -248,7 +248,8 @@ Kernel Changes - + A bug which could cause a kernel thread + to have a wrong CPU affinity configuration has been fixed. Boot Loader Changes @@ -270,25 +271,44 @@ Network Interface Support - + The &man.run.4; driver now supports + Logitec LAN-W300NU2. Network Protocols - + &os; IPv6 stack now supports multiple + FIBs. One can use &man.setfib.1; to select a different + routing table for IPv6. + + SO_PROTOCOL and + SO_PROTOTYPE socket option have been + added. These are socket level options to get the protocol + number found in Linux or + Solaris. For more detail, see + &man.setsockopt.2; manual page. Disks and Storage - + The &man.isci.4; driver now supports + Intel C600 Serial Attached SCSI controllers with chip IDs from + 0x1d6c to 0x1d6f. + + A bug which could make the &man.mpt.4; + driver attach LSI MegaRAID cards which should be handled by + the &man.mfi.4; driver has been fixed. File Systems + Several bugs in &man.nullfs.5; which + could cause a system panic have been fixed. + ZFS is upgraded to support zpool feature flags. ZFS pool creation defaults to version 28 allowing upgrades to &os; 9.1-RELEASE, which does not support @@ -328,6 +348,17 @@ + + <filename>/etc/rc.d</filename> Scripts + + The rc.d scripts + now display script filename + running to standard error when + SIGINFO is issued. This message was sent + to standard output and could prevent redirection from + working. + + <filename>/etc/periodic</filename> Scripts @@ -338,7 +369,8 @@ Contributed Software - + TENEX C shell + (&man.tcsh.1;) has been updated to version 6.18.01.