From d3ffb2e4ab70881f77d6f97812dd72305d18a961 Mon Sep 17 00:00:00 2001 From: gjb Date: Tue, 16 Apr 2019 17:12:27 +0000 Subject: [PATCH] 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 --- .../doc/en_US.ISO8859-1/relnotes/article.xml | 69 +++++++++++++++++-- release/doc/share/xml/sponsor.ent | 9 ++- 2 files changed, 71 insertions(+), 7 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index c6317a6d5c9..a38f8c82a4f 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -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;. diff --git a/release/doc/share/xml/sponsor.ent b/release/doc/share/xml/sponsor.ent index 020b89ac9b6..32e837ba0a7 100644 --- a/release/doc/share/xml/sponsor.ent +++ b/release/doc/share/xml/sponsor.ent @@ -15,10 +15,8 @@ - - @@ -40,10 +38,13 @@ + + + + - @@ -51,6 +52,8 @@ + + -- 2.45.0