From ad366d745440a53032e661443686e0dd7b19dee6 Mon Sep 17 00:00:00 2001 From: gjb Date: Mon, 5 Jun 2017 18:54:53 +0000 Subject: 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 --- release/doc/en_US.ISO8859-1/relnotes/article.xml | 55 +++++++++++++++++++++++- 1 file 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 @@ Userland Application Changes + The &man.truss.1; utility has been + updated to include the -H flag, which logs + the thread ID of a thread invoking a system call. + The &man.zfsbootcfg.8; utility has been added, providing one-time &man.boot.config.5;-style options for &man.zfsboot.8;. + + The &man.cxgbetool.8; utility has been + added, providing command-line access to features and debugging + facilities of &man.cxgbe.4; devices. @@ -253,6 +261,22 @@ The type max_align_t is now defined for C11 compliance. + + + Userland Debugging + + &man.ptrace.2; now supports events for + thread creation and destruction, permitting more reliable + debugging of threaded processes. + + &man.ptrace.2; now supports events for + &man.vfork.2;, permitting reliable debugging across + &man.vfork.2; invocations. + + Process core dumps now include the + process ID (PID) and command line + arguments. + @@ -293,7 +317,10 @@ Device Drivers -   + &man.devctl.8; now supports a "clear + driver" command as a complement to "set + driver". @@ -308,6 +335,21 @@ Network Drivers + The &man.cxgbev.4; driver has been added, + providing support for Virtual Function devices + (VFs) on Chelsio T4 and T5 adapters. + + The &man.cxgbe.4; driver has been updated + to provide support for Virtual Function devices + (VFs) on Chelsio T6 adapters. + + The &man.cxgbe.4; driver now supports + devices using T6-based adapters which support 10, 25, 40, and + 100 Gbps. + The &man.alc.4; driver has been updated to provide support for Atheros® Killer E2400™ Gigabit ethernet cards. @@ -344,7 +386,16 @@ Virtualization Support - + PCI passthrough with + &man.bhyve.4; resets functions via FLR when + a virtual machine is started and stopped. + + PCI passthrough with + &man.bhyve.4; supports more dynamic configurations permitting + devices to be marked for passthrough or host use at + runtime. -- cgit v1.1