From owner-svn-src-all@freebsd.org Tue Apr 16 17:12:30 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 713EF1578302; Tue, 16 Apr 2019 17:12:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11B0F6EBD5; Tue, 16 Apr 2019 17:12:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0AE8022A73; Tue, 16 Apr 2019 17:12:28 +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 x3GHCRW7021445; Tue, 16 Apr 2019 17:12:27 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3GHCR81021444; Tue, 16 Apr 2019 17:12:27 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201904161712.x3GHCR81021444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 16 Apr 2019 17:12:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r346283 - in stable/11/release/doc: en_US.ISO8859-1/relnotes share/xml X-SVN-Group: stable-11 X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in stable/11/release/doc: en_US.ISO8859-1/relnotes share/xml X-SVN-Commit-Revision: 346283 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 11B0F6EBD5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2019 17:12:30 -0000 Author: gjb Date: Tue Apr 16 17:12:27 2019 New Revision: 346283 URL: https://svnweb.freebsd.org/changeset/base/346283 Log: Release notes documentation: - r336449, setproctitle_fast(3) addition. - r337418, kqueue(2) allow EVFILT_TIMER updates. - r338405, pthread_get_name_np(3) addition. - r339857, ddb(4) option to print process arguments added. - r340182, ichwd(4) support for Lewisburg PCH TCO watchdog timer. - r341828, ZFS vnode reclaimation deadlock fixed. - r342206, lagg(4) allow changing MTU without destroying interface. - r342656, x86 MSI IRQs are now tunable. - r343084, jail(8) IDs printed when logging a process exit. - r344399, zfsloader functionality now part of loader(8). - r344399, loader(8) GELI support extended to all architectures. - r344403, efi guess console device/type if not defined. - r345040, ccr(4) driver addition. - r345981, random(4) reseeding performance improvements. Add Klara Systems, Modirum MDPay, and Panzura to the sponsors file, sort, and remove random blank lines. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml stable/11/release/doc/share/xml/sponsor.ent Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Apr 16 17:12:17 2019 (r346282) +++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Apr 16 17:12:27 2019 (r346283) @@ -350,6 +350,19 @@ The &man.pcap.3; library has been updated to version 1.9.0 (pre-release). + The &man.setproctitle.fast.3; function + has been added, which is optimized for high-frequency process + title updates. + + The &man.kqueue.2; system call has been + updated to allow updating + EVFILT_TIMER. + + The &man.pthread.get.name.np.3; function + has been added, which is used to retrieve the function name + associated with a thread. + The &man.pthread.3; library has been updated to improve POSIX compliance. @@ -377,7 +390,21 @@ General Kernel Changes -   + The &man.ddb.4; debugging utility has been + updated to print command-line arguments to a process. + + The number of MSI + IRQs have been converted from a constant to + a tunable. The default remains at 512, + which can now be changed during boot with the + machdep.num_msi_irqs &man.sysctl.8;. + + The kernel will now log the &man.jail.8; + ID when logging a process exit. The + &man.jail.8; ID 0 + represents processes that are not jailed. @@ -414,7 +441,14 @@ Device Drivers -   + The &man.ichwd.4; driver has been updated + to include support for TCO watchdog timers + in the Lewisburg PCH (C620) chipset. + + The &man.random.4; driver has been + updated to improve performance during expensive + reseeding. @@ -429,6 +463,16 @@ The TP-Link® TL-WN321G™ network adapter now uses the &man.run.4; driver instead of the &man.rum.4; driver. + + The + &man.lagg.4; driver has been updated to allow changing the + MTU without requiring destroying and + recreating the interface. + + The &man.ccr.4; driver has been added, + providing support for Chelsio® T6™ cryptography + accelerators. @@ -485,7 +529,10 @@ ZFS -   + An + issue that could result in a system hang during + ZFS vnode reclaimation has been + fixed. @@ -504,7 +551,21 @@ Boot Loader Changes -   + The functionality provided by + zfsloader has been added to + &man.loader.8;. Once the system boot blocks have been updated + following UPDATING, + zfsloader is no longer needed. A hard + link to &man.loader.8; has been added to ease in the + transition. + + The &man.loader.8; has been updated to + extend &man.geli.8; support to all architectures. + + The UEFI boot + &man.loader.8; has been updated to better determine the system + console type and device if not defined in + &man.loader.conf.5;. Modified: stable/11/release/doc/share/xml/sponsor.ent ============================================================================== --- stable/11/release/doc/share/xml/sponsor.ent Tue Apr 16 17:12:17 2019 (r346282) +++ stable/11/release/doc/share/xml/sponsor.ent Tue Apr 16 17:12:27 2019 (r346283) @@ -15,10 +15,8 @@ - - @@ -40,16 +38,21 @@ + + + + - + +