From owner-svn-doc-all@freebsd.org Sat Jan 9 18:35:13 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 46B6FA6877B; Sat, 9 Jan 2016 18:35:13 +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 09F1E1A40; Sat, 9 Jan 2016 18:35:12 +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 u09IZCvr081502; Sat, 9 Jan 2016 18:35:12 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u09IZCF0081501; Sat, 9 Jan 2016 18:35:12 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201601091835.u09IZCF0081501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sat, 9 Jan 2016 18:35:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47968 - 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: Sat, 09 Jan 2016 18:35:13 -0000 Author: bjk Date: Sat Jan 9 18:35:11 2016 New Revision: 47968 URL: https://svnweb.freebsd.org/changeset/doc/47968 Log: Some style fixes to the nascent 2015Q4 report element bodies go on their own line. Wrap man page references in . 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 Sat Jan 9 16:20:44 2016 (r47967) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sat Jan 9 18:35:11 2016 (r47968) @@ -140,7 +140,7 @@ - Bruce's email requesting bool be added to style(9) + Bruce's email requesting bool be added to style(9) Differential Revision for the change @@ -150,11 +150,13 @@ like it's 1999!

- EMC / Isilon Storage Division + + EMC / Isilon Storage Division + -

Specify style(9)'s opinion on iso646.h.

+

Specify style(9)'s opinion on iso646.h.

@@ -195,22 +197,24 @@ Wikipedia Entry on C99 Fixed-Width Integer Types - sysctl(8) -t Submission PR + sysctl(8) -t Submission PR

This quarter, support was added for fixed-width sysctls - (signed and unsigned 8-bit, 16-bit, 32-bit, and 64-bit - integers). The new KPIs are documented in the sysctl(9) manual - page. The sysctl(8) command line tool supports all of the new + (signed and unsigned 8-bit, 16-bit, 32-bit, and 64-bit integers). + The new KPIs are documented in the sysctl(9) manual page. + The sysctl(8) command line tool supports all of the new types.

- -

Sysctl(8) gained the '-t' flag, which prints sysctl type + +

sysctl(8) gained the '-t' flag, which prints sysctl type information (the original patch was submitted by Yoshihiro Ota). This support includes the newly added fixed-width types.

- EMC / Isilon Storage Division + + EMC / Isilon Storage Division + @@ -228,7 +232,7 @@ Wikipedia on I/OAT - Last quarter's ioat(4) report + Last quarter's ioat(4) report @@ -245,7 +249,9 @@ various programming errors by resetting the hardware.

- EMC / Isilon Storage Division + + EMC / Isilon Storage Division + @@ -273,29 +279,31 @@ -

ntb_hw(4) is now up-to-date with the Linux NTB driver as +

ntb_hw(4) is now up-to-date with the Linux NTB driver as of the work-in-progress 4.4 kernel (and actually, contains some fixes that haven't landed in the mainline Linux tree yet but will land in 4.5). Only Back-to-back ("B2B") configurations are supported at this time. Going forward, newer hardware may only support the B2B configuration.

-

if_ntb(4) is mostly up-to-date with the Linux NTB netdevice +

if_ntb(4) is mostly up-to-date with the Linux NTB netdevice driver. Notably absent is support for changing the MTU at runtime.

- EMC / Isilon Storage Division + + EMC / Isilon Storage Division + -

Improving if_ntb(4) to avoid using the entire Base +

Improving if_ntb(4) to avoid using the entire Base Address Register (BAR) when very large BAR sizes are configured (e.g., 512 GB).

-

Improving pmap_mapdev(9) to somehow allocate only +

Improving pmap_mapdev(9) to somehow allocate only superpage mappings for large BARs, on platforms that support superpages. (NTB BARs can be as large as 512 GB.)