Skip to content

Commit

Permalink
Document r319390, cxgbetool(8) addition.
Browse files Browse the repository at this point in the history
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


git-svn-id: https://svn.freebsd.org/base/stable/10@319606 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  • Loading branch information
gjb committed Jun 5, 2017
1 parent 401781a commit 3446229
Showing 1 changed file with 53 additions and 2 deletions.
55 changes: 53 additions & 2 deletions release/doc/en_US.ISO8859-1/relnotes/article.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand All @@ -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>
Expand Down Expand Up @@ -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">
Expand Down

0 comments on commit 3446229

Please sign in to comment.