From owner-svn-src-stable@freebsd.org Mon Jun 5 18:54:55 2017 Return-Path: Delivered-To: svn-src-stable@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 119E8AFF3A0; Mon, 5 Jun 2017 18:54:55 +0000 (UTC) (envelope-from gjb@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 D6F8D65FF1; Mon, 5 Jun 2017 18:54:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v55Iss0V052777; Mon, 5 Jun 2017 18:54:54 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v55IssDh052776; Mon, 5 Jun 2017 18:54:54 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201706051854.v55IssDh052776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 5 Jun 2017 18:54:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r319606 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2017 18:54:55 -0000 Author: gjb Date: Mon Jun 5 18:54:53 2017 New Revision: 319606 URL: https://svnweb.freebsd.org/changeset/base/319606 Log: 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 Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jun 5 18:07:56 2017 (r319605) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jun 5 18:54:53 2017 (r319606) @@ -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.