Release notes documentation:
- r340190: ichwd(4) support for Lewisburg PCH watchdog timer. - r340446: amdsnm(4)/amdtemp(4) support for Ryzen 2 host bridges. - r340447: amdtemp(4) temperature reporting fixed for 2990WX. - r342683: loader(8) updated to boot ZFS dataset with large_dnode. - r342835: rtwn_pci(4) driver added. - r343083: jail(8) ID printed on process exit. - r348587: geli(8) deprecated algorithm warnings added. - r349832: Improved AHCI enclosure management and SES interoperation. - r351243: Deprecated Kerberos GSS algorithm warnings added. - r351246: crypto(4) deprecated algorithm warnings added. - r351536: ntb_hw_amd(4) driver added. - r351914: nvme(4) suspend/resume support. - r352192: OpenSSL 1.1.1d. - r352351: New fusefs(4) driver. - r352353: tzdata 2019c. - r352761: mps(4) disabled on powerpc and mips (32-bit). - r352901: zfs(8) '-vnP' support for 'send' with bookmarks. Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
614364f086
commit
ca28905a85
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53476
2 changed files with 72 additions and 6 deletions
|
@ -542,6 +542,11 @@
|
|||
&man.camcontrol.8; utility has been updated to support block
|
||||
descriptors when using the <literal>modepage</literal>
|
||||
subcommand.</para>
|
||||
|
||||
<para revision="352901">The &man.zfs.8; utility has been updated
|
||||
to support the <literal>-v</literal>, <literal>-n</literal>,
|
||||
and <literal>-P</literal> flags together with the
|
||||
<literal>send</literal> subcommand for bookmarks.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="userland-contrib">
|
||||
|
@ -561,15 +566,9 @@
|
|||
updated to include<acronym>IPv6</acronym> transport
|
||||
support.</para>
|
||||
|
||||
<para revision="348341"><application>OpenSSL</application> has
|
||||
been updated to version 1.1.1c.</para>
|
||||
|
||||
<para revision="349523">The &man.libarchive.3; library has
|
||||
been updated to version 3.4.0.</para>
|
||||
|
||||
<para revision="349597">The timezone database files have been
|
||||
updated to version 2019b.</para>
|
||||
|
||||
<para revision="350256">The <application>clang</application>,
|
||||
<application>llvm</application>,
|
||||
<application>lld</application>,
|
||||
|
@ -589,11 +588,22 @@
|
|||
<para revision="351007">The &man.bzip2.1; utility has been
|
||||
updated to version 1.0.8.</para>
|
||||
|
||||
<para revision="351243">Warnings have been added for
|
||||
<application>Kerberos</application> <acronym>GSS</acronym>
|
||||
algorithms deprecated in <acronym>RFC</acronym> 8221 and
|
||||
<acronym>RFC</acronym> 8429.</para>
|
||||
|
||||
<para revision="351390">The &man.mandoc.1; utility has been
|
||||
updated to the 2019-07-23 snapshot.</para>
|
||||
|
||||
<para revision="351611">The <acronym>WPA</acronym> utilities
|
||||
have been updated to version 2.9.</para>
|
||||
|
||||
<para revision="352192"><application>OpenSSL</application> has
|
||||
been updated to version 1.1.1d.</para>
|
||||
|
||||
<para revision="352353">The timezone database files have been
|
||||
updated to version 2019c.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="userland-deprecated-programs">
|
||||
|
@ -644,6 +654,12 @@
|
|||
<sect2 xml:id="kernel-general">
|
||||
<title>General Kernel Changes</title>
|
||||
|
||||
<para revision="343083" contrib="sponsor"
|
||||
sponsor="&modirum;">The kernel will now log the &man.jail.8;
|
||||
<acronym>ID</acronym> when logging a process exit. The
|
||||
&man.jail.8; <acronym>ID</acronym> <literal>0</literal>
|
||||
represents processes that are not jailed.</para>
|
||||
|
||||
<para revision="343735">The <filename>pci_vendors</filename>
|
||||
list has been updated to version 2019.01.29.</para>
|
||||
</sect2>
|
||||
|
@ -670,11 +686,49 @@
|
|||
<sect2 xml:id="drivers-device">
|
||||
<title>Device Drivers</title>
|
||||
|
||||
<para revision="340190" contrib="sponsor"
|
||||
sponsor="&panzura;">The &man.ichwd.4; driver has been updated
|
||||
to include support for <acronym>TCO</acronym> watchdog timers
|
||||
in the Lewisburg <acronym>PCH</acronym> (C620) chipset.</para>
|
||||
|
||||
<para revision="340446">The &man.amdsmn.4; and &man.amdtemp.4;
|
||||
drivers have been updated to support Ryzen™ 2 host
|
||||
bridges.</para>
|
||||
|
||||
<para revision="340447">The &man.amdtemp.4; driver has been
|
||||
updated to correct temperature reporting for the AMD®
|
||||
2990WX.</para>
|
||||
|
||||
<para revision="342835">The &man.rtwn.pci.4; driver has been
|
||||
added for the RTL8188EE chipset.</para>
|
||||
|
||||
<para revision="351246">The &man.crypto.4; driver has been
|
||||
updated to print warnings for deprecated algorithms.</para>
|
||||
|
||||
<para revision="351536">The &man.ntb.hw.amd.4; driver has been
|
||||
added, providing support for the AMD® Non-Transparent
|
||||
Bridge.</para>
|
||||
|
||||
<para revision="351914">The &man.nvme.4; driver has been updated
|
||||
to support suspend/resume for <acronym>PCI</acronym>
|
||||
attachment.</para>
|
||||
|
||||
<para revision="351942" contrib="sponsor" sponsor="&hp;">The
|
||||
&man.cdceem.4; driver has been added, supporting virtual
|
||||
<acronym>USB</acronym> network cards provided by
|
||||
<acronym>iLO</acronym> 5, found in new
|
||||
HPE® Proliant™ servers.</para>
|
||||
|
||||
<para revision="352351" contrib="sponsor" sponsor="&ff;">The
|
||||
&man.fusefs.5; driver has been overhauled, implementing new
|
||||
features and performance improvements.</para>
|
||||
|
||||
<para revision="352761">The &man.mpr.4; and &man.mps.4; drivers
|
||||
have been updated with stability fixes.</para>
|
||||
|
||||
<para revision="352761">As result of converting &man.mps.4; to
|
||||
use <function>atomic_swap_64</function>, it is now disabled on
|
||||
32-bit &arch.powerpc; and &arch.mips;.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="drivers-network">
|
||||
|
@ -736,6 +790,13 @@
|
|||
sponsor="&multiplay;">The &man.camcontrol.8; utility has been
|
||||
updated to add <acronym>ATA</acronym> power mode
|
||||
support.</para>
|
||||
|
||||
<para revision="348587">Deprecation warnings have been added for
|
||||
weaker algorithms when creating &man.geli.8; providers.</para>
|
||||
|
||||
<para revision="r349832">The &man.cam.4; subsystem has been
|
||||
updated to improve <acronym>AHCI</acronym> enclosure
|
||||
management and <acronym>SES</acronym> interoperation.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="storage-net">
|
||||
|
@ -760,6 +821,10 @@
|
|||
<sect2 xml:id="boot-loader">
|
||||
<title>Boot Loader Changes</title>
|
||||
|
||||
<para revision="342683">The &man.loader.8; has been update to
|
||||
allow booting from <acronym>ZFS</acronym> datasets with the
|
||||
<literal>large_dnode</literal> feature flag enabled.</para>
|
||||
|
||||
<para revision="351384">The &man.loader.8; has been updated to
|
||||
support the <literal>com.delphix:removing</literal>
|
||||
<acronym>ZFS</acronym> &man.zpool-features.7; flag.</para>
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
<!ENTITY mellanox "Mellanox Technologies">
|
||||
<!ENTITY microchip "Microchip Technology, Inc.">
|
||||
<!ENTITY mitail "MIT Computer Science & Artificial Intelligence Laboratory">
|
||||
<!ENTITY modirum "Modirum MDPay">
|
||||
<!ENTITY msostc "Microsoft Open Source Technology Center">
|
||||
<!ENTITY multiplay "Multiplay">
|
||||
|
||||
|
|
Loading…
Reference in a new issue