From owner-svn-doc-all@FreeBSD.ORG Sun Mar 17 11:35:05 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 002C6744; Sun, 17 Mar 2013 11:35:04 +0000 (UTC) (envelope-from gavin@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 E3150CF6; Sun, 17 Mar 2013 11:35:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2HBZ43g072137; Sun, 17 Mar 2013 11:35:04 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2HBZ4Es072136; Sun, 17 Mar 2013 11:35:04 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201303171135.r2HBZ4Es072136@svn.freebsd.org> From: Gavin Atkinson Date: Sun, 17 Mar 2013 11:35:04 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41254 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 11:35:05 -0000 Author: gavin Date: Sun Mar 17 11:35:04 2013 New Revision: 41254 URL: http://svnweb.freebsd.org/changeset/doc/41254 Log: Improve the wording for the introduction for features in 8.x, and add reference to the jail improvements seen in 8.x Modified: head/en_US.ISO8859-1/htdocs/features.xml Modified: head/en_US.ISO8859-1/htdocs/features.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/features.xml Sun Mar 17 11:30:48 2013 (r41253) +++ head/en_US.ISO8859-1/htdocs/features.xml Sun Mar 17 11:35:04 2013 (r41254) @@ -102,10 +102,10 @@ for background fsck(8) even on unclean shutdowns. -

&os; 8.x brings many new +

&os; 8.x brought many new features and performance enhancements. With special focus on - a new USB stack, &os;-8.x shipped with experimental support - for NFSv4. As well as a new TTY layer. Which improves + a new USB stack, &os;-8.x also shipped with experimental support + for NFSv4. A new TTY layer was introduced, which improves scalability and resources handling in SMP enabled systems.

    @@ -118,6 +118,12 @@ benchmarks on SMP machines show substantial performance improvement over the previous version. +
  • Jail improvements: Jails now support multiple IPv4 + and IPv6 addresses per jail, and also support SCTP. + Hierarchies of jails (jails-within-jails) are now supported, + and jails can now be restricted to subsets of available + CPUs.
  • +
  • Linux emulation: layer has been updated to version 2.6.16 and the default Linux infrastructure port is now emulators/linux_base-f10 (Fedora 10)