From owner-svn-doc-all@freebsd.org Mon Feb 1 06:01:15 2016
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B35BA903B2;
Mon, 1 Feb 2016 06:01:15 +0000 (UTC) (envelope-from bjk@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::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 12420122C;
Mon, 1 Feb 2016 06:01:15 +0000 (UTC) (envelope-from bjk@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1161ESx057425;
Mon, 1 Feb 2016 06:01:14 GMT (envelope-from bjk@FreeBSD.org)
Received: (from bjk@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1161EeX057424;
Mon, 1 Feb 2016 06:01:14 GMT (envelope-from bjk@FreeBSD.org)
Message-Id: <201602010601.u1161EeX057424@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org
using -f
From: Benjamin Kaduk
Date: Mon, 1 Feb 2016 06:01:14 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r48137 - head/en_US.ISO8859-1/htdocs/news/status
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.20
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: Mon, 01 Feb 2016 06:01:15 -0000
Author: bjk
Date: Mon Feb 1 06:01:13 2016
New Revision: 48137
URL: https://svnweb.freebsd.org/changeset/doc/48137
Log:
First half of an editing pass on the 2015Q4 report
wblock has already done the heavy lifting, so this diff is not quite
so big.
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Mon Feb 1 04:48:36 2016 (r48136)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Mon Feb 1 06:01:13 2016 (r48137)
@@ -674,13 +674,13 @@
For example, 9% of 75% of MAXVNODES is more than 566000 vnodes
to reclaim whenever vnlru_proc() becomes active.
- The vfs.vlru_alloc_cache_src sysctl is removed. New
+
The vfs.vlru_alloc_cache_src sysctl is removed. The new
code frees namecache sources as the last chance to satisfy the
highest watermark, instead of selecting source vnodes
randomly. This provides good enough behavior to keep
vn_fullpath() working in most situations. Filesystem
layouts with deep trees, where the removed knob was required,
- is thus handled automatically.
+ are thus handled automatically.
As the kernel allocates and frees vnodes, it fully
initializes them on every allocation and fully releases them
@@ -733,7 +733,7 @@
from ancient 1Gbps 22xx to modern 16Gbps 26xx.
Port database handling was unified for target and
- initiator roles, allowing HBA port to play both roles at the
+ initiator roles, allowing an HBA port to play both roles at the
same time.
The maximal number of ports was increased from 256 to
@@ -1202,7 +1202,7 @@
Instead of trying to deduce the deadlock from looking at the
current VM state, the new OOM handler tracks the history of
- page daemon passes. Only when several consequtive passes
+ page daemon passes. Only when several consecutive passes
failed to meet the paging target is an OOM kill considered
necessary. The count of consequent failed passes was selected
empirically, by testing on small (32M) and large (512G)
@@ -1213,7 +1213,7 @@
Another issue was identified with the algorithm which selects
a victim process for OOM kill. It compared the counts of
pages mapping entries (PTEs) installed into the machine paging
- structures. For different reasons, machine-dependent VM code
+ structures. For different reasons, the machine-dependent VM code
(pmap) may remove the pte for a memory-resident page. Under
some circumstances related to other measures to prevent low
memory deadlock, very large processes which consume all system
@@ -1339,7 +1339,7 @@
complete list of changes is documented in the
NEWS
file on GitHub. The release was imported into &os; HEAD and
- merged to &os; 10-STABLE. As such it will be part of &os;
+ merged to &os; 10-STABLE. As such, it will be part of &os;
10.3-RELEASE.