summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2017-06-05 18:54:53 +0000
committergjb <gjb@FreeBSD.org>2017-06-05 18:54:53 +0000
commitad366d745440a53032e661443686e0dd7b19dee6 (patch)
treea57e4f21e5b109aedf0e2ddd9bb4a005482ccb4f
parent9779bfdbb17159be52de128b9016acd6591805d3 (diff)
downloadFreeBSD-src-ad366d745440a53032e661443686e0dd7b19dee6.zip
FreeBSD-src-ad366d745440a53032e661443686e0dd7b19dee6.tar.gz
Document r319390, cxgbetool(8) addition.
Document r298427, truss(1) '-H' flag. Document r304017, ptrace(2) threaded process debugging improvements. Document r306533, devctl(8) 'clear driver' added. Document r309560, cxgbe(4) T6 support. Document r309447, cxgbe(4) VF support for T4/T5 cards. Document r309560, cxgbe(4) VF support for T6 cards. Document r308154, cxgbe(4) additional virtual interface support. Document r306520, PCI passthrough/bhyve improvements. Document r306472, PCI passthrough/bhyve improvements. Submitted by: jhb Sponsored by: The FreeBSD Foundation
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.xml55
1 files changed, 53 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml
index ff2440e..7ab2a6d 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.xml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml
@@ -183,9 +183,17 @@
<sect2 xml:id="userland-programs">
<title>Userland Application Changes</title>
+ <para revision="298427">The &man.truss.1; utility has been
+ updated to include the <literal>-H</literal> flag, which logs
+ the thread ID of a thread invoking a system call.</para>
+
<para revision="308915">The &man.zfsbootcfg.8; utility has been
added, providing one-time &man.boot.config.5;-style options
for &man.zfsboot.8;.</para>
+
+ <para revision="319390">The &man.cxgbetool.8; utility has been
+ added, providing command-line access to features and debugging
+ facilities of &man.cxgbe.4; devices.</para>
</sect2>
<sect2 xml:id="userland-contrib">
@@ -253,6 +261,22 @@
<para revision="309258">The type <literal>max_align_t</literal>
is now defined for C11 compliance.</para>
</sect2>
+
+ <sect2 xml:id="userland-debug">
+ <title>Userland Debugging</title>
+
+ <para revision="304017">&man.ptrace.2; now supports events for
+ thread creation and destruction, permitting more reliable
+ debugging of threaded processes.</para>
+
+ <para revision="304499">&man.ptrace.2; now supports events for
+ &man.vfork.2;, permitting reliable debugging across
+ &man.vfork.2; invocations.</para>
+
+ <para revision="306786">Process core dumps now include the
+ process ID (<acronym>PID</acronym>) and command line
+ arguments.</para>
+ </sect2>
</sect1>
<sect1 xml:id="kernel">
@@ -293,7 +317,10 @@
<sect2 xml:id="drivers-device">
<title>Device Drivers</title>
- <para>&nbsp;</para>
+ <para revision="306533" contrib="sponsor"
+ sponsor="&chelsio;">&man.devctl.8; now supports a &quot;clear
+ driver&quot; command as a complement to &quot;set
+ driver&quot;.</para>
</sect2>
<sect2 xml:id="drivers-storage">
@@ -308,6 +335,21 @@
<sect2 xml:id="drivers-network">
<title>Network Drivers</title>
+ <para revision="309447" contrib="sponsor"
+ sponsor="&chelsio;">The &man.cxgbev.4; driver has been added,
+ providing support for Virtual Function devices
+ (<acronym>VFs</acronym>) on Chelsio T4 and T5 adapters.</para>
+
+ <para revision="309560" contrib="sponsor"
+ sponsor="&chelsio;">The &man.cxgbe.4; driver has been updated
+ to provide support for Virtual Function devices
+ (<acronym>VFs</acronym>) on Chelsio T6 adapters.</para>
+
+ <para revision="309560" contrib="sponsor"
+ sponsor="&chelsio;">The &man.cxgbe.4; driver now supports
+ devices using T6-based adapters which support 10, 25, 40, and
+ 100 Gbps.</para>
+
<para revision="312359">The &man.alc.4; driver has been updated
to provide support for Atheros&reg; Killer&nbsp;E2400&trade;
Gigabit ethernet cards.</para>
@@ -344,7 +386,16 @@
<sect2 xml:id="hardware-virtualization">
<title>Virtualization Support</title>
- <para></para>
+ <para revision="306520" contrib="sponsor"
+ sponsor="&chelsio;"><acronym>PCI</acronym> passthrough with
+ &man.bhyve.4; resets functions via <acronym>FLR</acronym> when
+ a virtual machine is started and stopped.</para>
+
+ <para revision="306472" contrib="sponsor"
+ sponsor="&chelsio;"><acronym>PCI</acronym> passthrough with
+ &man.bhyve.4; supports more dynamic configurations permitting
+ devices to be marked for passthrough or host use at
+ runtime.</para>
</sect2>
<sect2 xml:id="hardware-arm">
OpenPOWER on IntegriCloud