From owner-svn-src-all@FreeBSD.ORG Thu Aug 28 07:57:01 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10188169; Thu, 28 Aug 2014 07:57:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3ABA1E50; Thu, 28 Aug 2014 07:57:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7S7v0Wl093299; Thu, 28 Aug 2014 07:57:00 GMT (envelope-from mav@FreeBSD.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7S7v0Ke093298; Thu, 28 Aug 2014 07:57:00 GMT (envelope-from mav@FreeBSD.org) Message-Id: <201408280757.s7S7v0Ke093298@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mav set sender to mav@FreeBSD.org using -f From: Alexander Motin Date: Thu, 28 Aug 2014 07:57:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r270743 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 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.18-1 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, 28 Aug 2014 07:57:01 -0000 Author: mav Date: Thu Aug 28 07:57:00 2014 New Revision: 270743 URL: http://svnweb.freebsd.org/changeset/base/270743 Log: Move some points between sections. Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Aug 28 07:44:59 2014 (r270742) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Aug 28 07:57:00 2014 (r270743) @@ -130,30 +130,11 @@ Kernel Changes - The - vfs.zfs.zio.use_uma &man.sysctl.8; has been - re-enabled. On multi-CPU machines with enough RAM, this can - easily double &man.zfs.8; performance or reduce CPU usage in - half. It was originally disabled due to memory and - KVA exhaustion problem reports, which - should be resolved due to several change in the VM - subsystem. - - The - &man.geom.4; RAID driver has been - updated to support unmapped I/O. - A new &man.sysctl.8;, kern.panic_reboot_wait_time, has been added, which allows controlling how long the system will wait after &man.panic.9; before rebooting. - The &man.virtio_blk.4; driver has been - updated to support unmapped I/O. - - The &man.virtio_scsi.4; driver has been - updated to support unmapped I/O. - The &man.vt.4; driver has been merged from &os;-CURRENT. To enable &man.vt.4;, enter set kern.vty=vt at the &man.loader.8; @@ -233,6 +214,11 @@ updated to include support for the &intel; Lynx Point KT AMT serial port. + The radeonkms(4) + driver has been updated to include 32-bit &man.ioctl.2; + support, allowing 32-bit applications to run on a 64-bit + system. + A bug that would prevent a &man.jail.8; from setting the correct IPv4 source address with some operations that required @@ -243,20 +229,10 @@ updated to support core events from the Atom™ Silvermont architecture. - The &man.mfi.4; driver has been - updated to include support for unmapped I/O. - - The &man.hpt27xx.4; driver has been - updated with various vendor-supplied bug fixes. - The &man.oce.4; driver has been updated with vendor-supplied fixes for big endian support, and 20GB/s and 25GB/s link speeds. - Support for unmapped I/O has been added - to the &man.xen.4; blkfront driver. - The &os; virtual memory subsystem has been updated to implement fast path for the page fault handler. @@ -544,6 +520,26 @@ Disks and Storage + The + &man.geom.4; RAID driver has been + updated to support unmapped I/O. + + The &man.virtio_blk.4; driver has been + updated to support unmapped I/O. + + The &man.virtio_scsi.4; driver has been + updated to support unmapped I/O. + + The &man.mfi.4; driver has been + updated to include support for unmapped I/O. + + The &man.hpt27xx.4; driver has been + updated with various vendor-supplied bug fixes. + + Support for unmapped I/O has been added + to the &man.xen.4; blkfront driver. + The &man.geom.8; label class is now aware of resized partitions. This corrects an issue where @@ -568,11 +564,6 @@ disklabel64 partitioning scheme has been added to &man.gpart.8;. - The radeonkms(4) - driver has been updated to include 32-bit &man.ioctl.2; - support, allowing 32-bit applications to run on a 64-bit - system. - The maximum number of SCSI ports in the &man.ctl.4; driver has been increased from 32 to 128. @@ -590,6 +581,15 @@ File Systems + The + vfs.zfs.zio.use_uma &man.sysctl.8; has been + re-enabled. On multi-CPU machines with enough RAM, this can + easily double &man.zfs.8; performance or reduce CPU usage in + half. It was originally disabled due to memory and + KVA exhaustion problem reports, which + should be resolved due to several change in the VM + subsystem. + A new flag, -R, has been added to the &man.fsck.ffs.8; utility. When used,