]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/doc/en_US.ISO8859-1/relnotes/article.xml
Adjust wording for r334444 to be more consistent with the text
[FreeBSD/FreeBSD.git] / release / doc / en_US.ISO8859-1 / relnotes / article.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
3         "../../../share/xml/freebsd50.dtd" [
4 <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent">
5  %release;
6 <!ENTITY % sponsor PUBLIC "-//FreeBSD//ENTITIES Sponsor Specification//EN" "sponsor.ent">
7  %sponsor;
8 <!ENTITY % vendor PUBLIC "-//FreeBSD//ENTITIES Vendor Specification//EN" "vendor.ent">
9  %vendor;
10 <!ENTITY security SYSTEM "../../share/xml/security.xml">
11 <!ENTITY errata SYSTEM "../../share/xml/errata.xml">
12 ]>
13 <article xmlns="http://docbook.org/ns/docbook"
14   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
15
16   <info>
17     <title>&os; &release.current; Release Notes</title>
18
19     <author>
20       <orgname>The &os; Project</orgname>
21     </author>
22
23     <pubdate>$FreeBSD$</pubdate>
24
25     <!-- Last rev: 288943 -->
26
27     <copyright>
28       <year>2018</year>
29       <holder role="mailto:doc@FreeBSD.org">The &os; Documentation
30         Project</holder>
31     </copyright>
32
33     <legalnotice xml:id="trademarks" role="trademarks">
34       &tm-attrib.freebsd;
35       &tm-attrib.ibm;
36       &tm-attrib.ieee;
37       &tm-attrib.intel;
38       &tm-attrib.sparc;
39       &tm-attrib.general;
40     </legalnotice>
41
42     <abstract>
43       <para>The release notes for &os; &release.current; contain
44         a summary of the changes made to the &os; base system on the
45         &release.branch; development line.  This document lists
46         applicable security advisories that were issued since the last
47         release, as well as significant changes to the &os; kernel and
48         userland.  Some brief remarks on upgrading are also
49         presented.</para>
50     </abstract>
51   </info>
52
53   <sect1 xml:id="intro">
54     <title>Introduction</title>
55
56     <para>This document contains the release notes for &os;
57       &release.current;.  It describes recently added, changed, or
58       deleted features of &os;.  It also provides some notes on
59       upgrading from previous versions of &os;.</para>
60
61     <para releasetype="current">The &release.type; distribution to
62       which these release notes apply represents the latest point
63       along the &release.branch; development branch since
64       &release.branch; was created.  Information regarding pre-built,
65       binary &release.type; distributions along this branch can be
66       found at <uri
67         xlink:href="&release.url;">&release.url;</uri>.</para>
68
69     <para releasetype="snapshot">The &release.type; distribution to
70       which these release notes apply represents a point along the
71       &release.branch; development branch between &release.prev; and
72       the future &release.next;.  Information regarding pre-built,
73       binary &release.type; distributions along this branch can be
74       found at <uri
75         xlink:href="&release.url;">&release.url;</uri>.</para>
76
77     <para releasetype="release">This distribution of &os;
78       &release.current; is a &release.type; distribution.  It can be
79       found at <uri xlink:href="&release.url;">&release.url;</uri> or
80       any of its mirrors.  More information on obtaining this (or
81       other) &release.type; distributions of &os; can be found in the
82       <link
83         xlink:href="&url.books.handbook;/mirrors.html"><quote>Obtaining
84           &os;</quote> appendix</link> to the <link
85         xlink:href="&url.books.handbook;/">&os;
86         Handbook</link>.</para>
87
88     <para>All users are encouraged to consult the release errata
89       before installing &os;.  The errata document is updated with
90       <quote>late-breaking</quote> information discovered late in the
91       release cycle or after the release.  Typically, it contains
92       information on known bugs, security advisories, and corrections
93       to documentation.  An up-to-date copy of the errata for &os;
94       &release.current; can be found on the &os; Web site.</para>
95
96     <para>This document describes the most user-visible new or changed
97       features in &os; since &release.prev;.  In general, changes
98       described here are unique to the &release.branch; branch unless
99       specifically marked as &merged; features.</para>
100
101     <para>Typical release note items document recent security
102       advisories issued after &release.prev;, new drivers or hardware
103       support, new commands or options, major bug fixes, or
104       contributed software upgrades.  They may also list changes to
105       major ports/packages or release engineering practices.  Clearly
106       the release notes cannot list every single change made to &os;
107       between releases; this document focuses primarily on security
108       advisories, user-visible changes, and major architectural
109       improvements.</para>
110   </sect1>
111
112   <sect1 xml:id="upgrade">
113     <title>Upgrading from Previous Releases of &os;</title>
114
115     <para arch="amd64,i386">Binary upgrades between RELEASE versions
116       (and snapshots of the various security branches) are supported
117       using the &man.freebsd-update.8; utility.  The binary upgrade
118       procedure will update unmodified userland utilities, as well as
119       unmodified GENERIC kernels distributed as a part of an official
120       &os; release.  The &man.freebsd-update.8; utility requires that
121       the host being upgraded have Internet connectivity.</para>
122
123     <para>Source-based upgrades (those based on recompiling the &os;
124       base system from source code) from previous versions are
125       supported, according to the instructions in
126       <filename>/usr/src/UPDATING</filename>.</para>
127
128     <important>
129       <para>Upgrading &os; should only be attempted after backing up
130         <emphasis>all</emphasis> data and configuration files.</para>
131     </important>
132   </sect1>
133
134   <sect1 xml:id="security-errata">
135     <title>Security and Errata</title>
136
137     <para>This section lists the various Security Advisories and
138       Errata Notices since &release.prev;.</para>
139
140     <sect2 xml:id="security">
141       <title>Security Advisories</title>
142
143       &security;
144     </sect2>
145
146     <sect2 xml:id="errata">
147       <title>Errata Notices</title>
148
149       &errata;
150     </sect2>
151   </sect1>
152
153   <sect1 xml:id="userland">
154     <title>Userland</title>
155
156     <para>This section covers changes and additions to userland
157       applications, contributed software, and system utilities.</para>
158
159     <sect2 xml:id="userland-config">
160       <title>Userland Configuration Changes</title>
161
162       <para>&nbsp;</para>
163     </sect2>
164
165     <sect2 xml:id="userland-programs">
166       <title>Userland Application Changes</title>
167
168       <para revision="321092">The &man.ln.1; utility has been updated
169         to correct the behavior of the <literal>-F</literal> flag by
170         unlinking an existing directory before creating a symbolic
171         link.</para>
172
173       <para revision="321241">The &man.crontab.1; utility has been
174         updated to include a new flag, <literal>-f</literal>, which
175         forces &man.crontab.5; removal when <literal>-r</literal> is
176         used non-interactively.</para>
177
178       <para revision="321262">The &man.newsyslog.8; utility has been
179         updated to support <acronym>RFC</acronym>5424-compliant
180         messages when rotating system logs.</para>
181
182       <para revision="321287" contrib="sponsor" sponsor="&gandi;">The
183         &man.sesutil.8; utility has been updated to include
184         &man.libxo.3; support in output.</para>
185
186       <para revision="321927">The &man.diskinfo.8; utility has been
187         updated to include two new flags, <literal>-s</literal> which
188         displays the disk identity (usually the serial number), and
189         <literal>-p</literal> which displays the physical path to the
190         disk in a storage controller.  The <literal>-s</literal> and
191         <literal>-p</literal> flags are mutually exclusive, and cannot
192         be used with any other flags.</para>
193
194       <para revision="321929">The &man.diskinfo.8; utility has also
195         been updated to include device model when the
196         <literal>-s</literal> flag is used.</para>
197
198       <para revision="322509">The &man.top.1; utility has been updated
199         to allow filtering on multiple user names when the
200         <literal>-U</literal> flag is used.</para>
201
202       <para revision="322525">The &man.bsdgrep.1; utility has been
203         updated to include a <literal>rgrep</literal> hard link to
204         &man.grep.1;, which when used is equivalent to
205         <literal>grep&nbsp;-r</literal>.</para>
206
207       <para revision="322555">The &man.bsdgrep.1; utility has been
208         updated to address various issues with pattern matching
209         behavior.</para>
210
211       <para revision="322910">The &man.umount.8; utility has been
212         updated to include a new flag, <literal>-N</literal>, which
213         is used to forcefully unmount an <acronym>NFS</acronym>
214         mounted filesystem.</para>
215
216       <para revision="322919">The &man.pw.8; utility has been updated
217         to properly handle empty secondary group lists as an argument
218         to the <literal>-G</literal> flag when using the
219         <literal>usermod</literal> subcommand.</para>
220
221       <para revision="324124" contrib="sponsor"
222         sponsor="&chelsio;">The &man.getconf.1; utility has been
223         updated to include a new flag, <literal>-a</literal>, which
224         prints the name and value of all system or path configuration
225         values to &man.stdout.4; or optionally a file as an argument
226         to <literal>-a</literal>.</para>
227
228       <para revision="324270">The &man.ps.1; utility has been updated
229         to reflect realtime and idle priorities in state flags.</para>
230
231       <para revision="324271">The &man.ps.1; utility has been updated
232         to display if a process is running with &man.capsicum.4;
233         capability mode, indicated by <literal>C</literal>.</para>
234
235       <para revision="324380">The &man.cpucontrol.8; utility has been
236         updated to include a new flag, <literal>-n</literal>, that
237         disables the default microcode update search path when
238         used.</para>
239
240       <para revision="324674">The &man.fsck.ffs.8; utility has been
241         updated to prevent a filesystem from being reported as
242         modified when only the timestamp in the superblock is
243         updated.</para>
244
245       <para revision="325003" contrib="sponsor"
246         sponsor="&spectralogic;">The &man.diskinfo.8; utility has been
247         updated to display disk rotation rate and if
248         <acronym>TRIM</acronym>/<acronym>UNMAP</acronym> is supported
249         by the disk.</para>
250
251       <para revision="325473">The &man.rsh.1; utility has been updated
252         to include a new flag, <literal>-N</literal>, which disables
253         shutdown of a socket sending path when used.</para>
254
255       <para revision="326413">The &man.pfctl.8; utility has been
256         updated to allow <literal>route-to</literal> to properly
257         handle network interfaces with multiple <acronym>IP</acronym>
258         addresses.</para>
259
260       <para revision="326778" contrib="sponsor"
261         sponsor="&spectralogic;">The &man.camcontrol.8; utility has
262         been updated to include <acronym>ZAC</acronym> (Zoned-device
263         <acronym>ATA</acronym> command set) information when the
264         <literal>identify</literal> subcommand is used.</para>
265
266       <para revision="326848">The &man.pw.8; utility has been updated
267         to correct handling of account expiration periods.</para>
268
269       <para revision="327592">The &man.mdmfs.8; utility has been
270         updated to support &man.tmpfs.5;.</para>
271
272       <para revision="327837">The &man.lint.1; utility is not longer
273         built by default.  The <literal>WITH_LINT</literal>
274         &man.src.conf.5; option has been added to enable building and
275         installing the utility.</para>
276
277       <para revision="327871">The &man.cpucontrol.8; utility has been
278         updated to include a new flag, <literal>-e</literal>, which is
279         used to re-evaluate reported <acronym>CPU</acronym> features
280         after applying firmware updates.</para>
281
282       <note>
283         <para>The &man.cpucontrol.8; <literal>-e</literal> flag should
284           only be used after microcode update have been applied to all
285           <acronym>CPU</acronym>s in the system, otherwise system
286           instability may be experienced if processor features are not
287           identical across the system.</para>
288       </note>
289
290       <para revision="328138">The &man.indent.1; utility has been
291         updated to respect the <literal>SIMPLE_BACKUP_SUFFIX</literal>
292         environment variable if set.</para>
293
294       <para revision="328139">The &man.du.1; utility has been updated
295         to include the <literal>--si</literal> long option, which is
296         used to display output in &quot;human-readable&quot; output in
297         powers of 1000.</para>
298
299       <para revision="328140">The &man.df.1; utility has been updated
300         to include the <literal>--si</literal> long option, which is
301         an alias to <literal>-H</literal>.</para>
302
303       <para revision="328599">The &man.service.8; utility has been
304         updated to include a new flag, <literal>-j</literal>, which is
305         used to interact with services running within a &man.jail.8;.
306         The argument to <literal>-j</literal> can be either the name
307         or numeric jail <acronym>ID</acronym>.</para>
308
309       <para revision="328604" contrib="sponsor"
310         sponsor="&dellemc;">The &man.fsck.ffs.8; utility has been
311         updated to exit with a non-zero status when the filesystem is
312         not repaired.</para>
313
314       <para revision="328668">The &man.nvmecontrol.8; utility has been
315         updated to print the full 128 bit value for
316         <acronym>SMART</acronym> data, instead of the hexadecimal
317         value.</para>
318
319       <para revision="328716">The &man.nvmecontrol.8; utility has been
320         updated to include control options for Western Digital&reg;
321         HGST drives.  The new options are <literal>cap-diag</literal>,
322         <literal>get-crash-dump</literal>,
323         <literal>drive-log</literal>, <literal>purge</literal>, and
324         <literal>purge-monitor</literal>.</para>
325
326       <para revision="330692" contrib="sponsor"
327         sponsor="&dellemc;">The &man.dhclient.8; utility has been
328         updated to be more compliant with <acronym>RFC</acronym>2131
329         by setting the source address field in the
330         <acronym>IP</acronym> header to <literal>0</literal> when
331         sending a <literal>DHCPREQUEST</literal> message to attempt to
332         obtain a previously-assigned <literal>IP</literal>
333         address.</para>
334
335       <para revision="330694" contrib="sponsor"
336         sponsor="&dellemc;">The &man.pw.8; utility has been updated to
337         allow the <literal>@</literal> and <literal>!</literal>
338         characters in the <acronym>GECOS</acronym> field.</para>
339
340       <para revision="330733" contrib="sponsor"
341         sponsor="&spectralogic;">The &man.zfsd.8; utility has been
342         updated to work with any type of <acronym>GEOM</acronym>
343         provider, including &man.md.4;, &man.geli.8;, &man.glabel.8;,
344         and &man.gstripe.8;.</para>
345
346       <para revision="331471">The &man.ps.1; utility has been updated
347         to include a <literal>jail</literal> keyword, which when used
348         will list the name of a &man.jail.8; instead of the numeric
349         ID.</para>
350
351       <para revision="331586" contrib="sponsor"
352         sponsor="&mellanox;">The &man.mlx5tool.8; utility has been
353         added, which is used to manage Connect-X&nbsp;4 and
354         Connect-X&nbsp;5 devices supported by &man.mlx5io.4;.</para>
355
356       <para revision="331603" contrib="sponsor"
357         sponsor="&chelsio;">The &man.sysctl.8; utility has been
358         updated to support setting an array of values to nodes.  Prior
359         to this change, &man.sysctl.8; could only set one value to
360         a node that may return multiple values when queried.</para>
361
362       <para revision="331729">The &man.ifconfig.8; utility has been
363         updated to include a <literal>random</literal> option, which
364         when used with the <literal>ether</literal> option, generates
365         a random <acronym>MAC</acronym> address for an
366         interface.</para>
367
368       <para revision="332126" contrib="sponsor"
369         sponsor="&netflix;">The &man.efibootmgr.8; utility has been
370         added, which is used to manipulate the <acronym>EFI</acronym>
371         boot manager.</para>
372
373       <para revision="332947">The &man.etdump.1; utility has been
374         added, which is used to view El Torito boot catalog
375         information.</para>
376
377       <para revision="322753">The &man.mount.8; utility has been
378         updated to allow fallback to mount media read-only if an
379         attempt to mount write-protected media read-write fails.  This
380         behavior is disabled by default, and can be requested with the
381         new <literal>autoro</literal> option.</para>
382
383       <para revision="332460" contrib="sponsor" sponsor="&ff;">The
384         &man.makefs.8; utility has been updated to default the block
385         and fragment sizes to match that of &man.newfs.8;, 32K and 4K,
386         respectively.</para>
387
388       <para revision="332929" contrib="sponsor" sponsor="&ff;">The
389         &man.pwd.mkdb.8; utility has been updated to emit a notice
390         that legacy database support will be removed effective
391         &os;&nbsp;12 when the <literal>-l</literal> flag is
392         used.</para>
393     </sect2>
394
395     <sect2 xml:id="userland-contrib">
396       <title>Contributed Software</title>
397
398       <para revision="321303">The &man.libarchive.3; library has been
399         updated to version 3.3.2.</para>
400
401       <para revision="322442"><application>Subversion</application>
402         has been updated to version 1.9.7.</para>
403
404       <para revision="328495">The &man.dtc.1; utility has been updated
405         to upstream commit 9ce35ff8.</para>
406
407       <para revision="328874">The &man.file.1; utility has been
408         updated to version 5.32.</para>
409
410       <para revision="323136"><application>OpenSSH</application> has
411         been updated to version 7.5p1.</para>
412
413       <para revision="324581">The &man.mandoc.1; utility has been
414         updated to version 1.14.3.</para>
415
416       <para revision="327234">The &man.tcpdump.1; utility has been
417         updated to version 4.9.2.</para>
418
419       <para revision="330106">The <acronym>NTP</acronym> utilities
420         have been updated to version 4.2.8p11.</para>
421
422       <para revision="330570">The &man.less.1; utility has been
423         updated to upstream version v530.</para>
424
425       <para revision="331246">The <application>bmake</application>
426         utility has been updated to upstream version 20180222.</para>
427
428       <para revision="331465">The <acronym>BSD</acronym>-licensed
429         &man.diff.1; utility has been imported from OpenBSD, which is
430         installed if <literal>WITHOUT_GNU_DIFF</literal> is set in
431         &man.src.conf.5;, and otherwise not installed by
432         default.</para>
433
434       <para revision="331638"><application>OpenSSL</application> has
435         been updated to version 1.0.2o.</para>
436
437       <para revision="331838">The <application>clang</application>,
438         <application>llvm</application>,
439         <application>lld</application>,
440         <application>lldb</application>, and
441         <literal>compiler-rt</literal> utilities as well as
442         <literal>libc++</literal> have been updated to upstream
443         version 6.0.0.</para>
444
445       <para revision="333312">Timezone data files have been updated to
446         version 2018e.</para>
447
448       <para revision="334458">The &man.libxo.3; library has been
449         updated to version 0.9.0.</para>
450     </sect2>
451
452     <sect2 xml:id="userland-installer">
453       <title>Installation and Configuration Tools</title>
454
455       <para revision="322254" contrib="sponsor" sponsor="&ff;"
456         arch="&arch.arm64;">The &man.bsdinstall.8; installer has been
457         updated to default to <acronym>UEFI</acronym>-only
458         boot.</para>
459     </sect2>
460
461     <sect2 xml:id="userland-rc">
462       <title><filename class="directory">/etc/rc.d</filename>
463         Scripts</title>
464
465       <para>&nbsp;</para>
466     </sect2>
467
468     <sect2 xml:id="userland-periodic">
469       <title><filename class="directory">/etc/periodic</filename>
470         Scripts</title>
471
472       <para>&nbsp;</para>
473     </sect2>
474
475     <sect2 xml:id="userland-libraries">
476       <title>Runtime Libraries and API</title>
477
478       <para>&nbsp;</para>
479     </sect2>
480
481     <sect2 xml:id="userland-abi">
482       <title>ABI Compatibility</title>
483
484       <para>&nbsp;</para>
485     </sect2>
486
487     <sect2 xml:id="userland-debug">
488       <title>Userland Debugging</title>
489
490       <para>&nbsp;</para>
491     </sect2>
492   </sect1>
493
494   <sect1 xml:id="kernel">
495     <title>Kernel</title>
496
497     <para>This section covers changes to kernel configurations, system
498       tuning, and system control parameters that are not otherwise
499       categorized.</para>
500
501     <sect2 xml:id="kernel-general">
502       <title>General Kernel Changes</title>
503
504       <para revision="321007">The &man.linux.4; <acronym>ABI</acronym>
505         compaibility layer has been updated to include support for
506         <literal>musl</literal> consumers.</para>
507
508       <para revision="322340">The &man.fdescfs.5; filesystem has been
509         updated to support &linux;-specific &man.fd.4;
510         <filename>/dev/fd</filename> and
511         <filename>/proc/self/fd</filename> behavior.</para>
512
513       <para revision="323447">Support for multiple realtime clocks has
514         been added.</para>
515     </sect2>
516
517     <sect2 xml:id="kernel-bugfix">
518       <title>Kernel Bug Fixes</title>
519
520       <para revision="324175">The &man.ng.iface.4; driver has been
521         updated to prevent a possible system crash.</para>
522
523       <para revision="325730">The &man.ipfw.4; packet filter has been
524         updated to identify layer-2 and layer-3 packets, fixing
525         &man.dummynet.4; <acronym>AQM</acronym> packet marking.</para>
526
527       <para revision="333166">An issue causing boot issues with
528         &intel; Apollo Lake&trade; <acronym>CPU</acronym>s has been
529         fixed.</para>
530     </sect2>
531
532     <sect2 xml:id="kernel-config">
533       <title>Kernel Configuration</title>
534
535       <para revision="327920">The &man.watchdog.4; facility has been
536         updated to make <literal>SW_WATCHDOG</literal> dynamic,
537         enabling the software &man.watchdogd.8; option whenever
538         a hardware watchdog is not present.</para>
539     </sect2>
540
541     <sect2 xml:id="kernel-modules">
542       <title>Kernel Modules</title>
543
544       <para>&nbsp;</para>
545     </sect2>
546
547     <sect2 xml:id="kernel-sysctl">
548       <title>System Tuning and Controls</title>
549
550       <para revision="326322" contrib="sponsor"
551         sponsor="&spectralogic;">The
552         <literal>p1003_1b.aio_listio_max</literal> &man.sysctl.8; has
553         been changed to a runtime-configurable tunable.</para>
554     </sect2>
555   </sect1>
556
557   <sect1 xml:id="drivers">
558     <title>Devices and Drivers</title>
559
560     <para>This section covers changes and additions to devices and
561       device drivers since &release.prev;.</para>
562
563     <sect2 xml:id="drivers-device">
564       <title>Device Drivers</title>
565
566       <para revision="331058">The &man.ng.pppoe.4; driver has been
567         updated to add support for user-supplied
568         <literal>Host-Uniq</literal> tags.</para>
569
570       <para revision="331586" contrib="sponsor"
571         sponsor="&mellanox;">The &man.mlx5io.4; driver has been added,
572         providing an interface to manage supported Connect-X&nbsp;4
573         and Connect-X&nbsp;5 network adapters.</para>
574
575       <para revision="330307" contrib="sponsor"
576         sponsor="&chelsio;">The &man.cxgbe.4; driver has been updated
577         to firmware version 1.16.63.0 for T4, T5, and T6 network
578         adapters.</para>
579
580       <para revision="332040" contrib="sponsor"
581         sponsor="&broadcom;">The &man.ocs.fc.4; driver has been added,
582         supporting Emulex&nbsp;16/8G&nbsp;FC&nbsp;GEN&nbsp;5
583         <acronym>HBA</acronym>s LPe15004 and LPe160XX, and
584         Emulex&nbsp;32/16G&nbsp;FC&nbsp;GEN&nbsp;6
585         <acronym>HBA</acronym>s LPe3100X and LPe3200X.</para>
586     </sect2>
587
588     <sect2 xml:id="drivers-storage">
589       <title>Storage Drivers</title>
590
591       <para>&nbsp;</para>
592     </sect2>
593
594     <sect2 xml:id="drivers-network">
595       <title>Network Drivers</title>
596
597       <para>&nbsp;</para>
598     </sect2>
599   </sect1>
600
601   <sect1 xml:id="hardware">
602     <title>Hardware Support</title>
603
604     <para>This section covers general hardware support for physical
605       machines, hypervisors, and virtualization environments, as well
606       as hardware changes and updates that do not otherwise fit in
607       other sections of this document.</para>
608
609     <sect2 xml:id="hardware-support">
610       <title>Hardware Support</title>
611
612       <para revision="331500">Support for the TAIO
613         <acronym>USB</acronym> multi-protocol adapter
614         (<acronym>TUMPA</acronym>) has been added.</para>
615
616       <para revision="331882" contrib="sponsor"
617         sponsor="&darpa_afrl;">The &man.cm.4; and &man.fpa.4; drivers
618         have been marked as deprecated, and will be removed in
619         &os;&nbsp;12.</para>
620
621       <para revision="333171">The &man.ixgb.4; driver has been marked
622         as deprecated, and will be removed in &os;&nbsp;12.</para>
623
624       <para revision="333367">The &man.nxge.4; driver has been marked
625         as deprecated, and will be removed in &os;&nbsp;12.</para>
626
627       <para revision="333412" contrib="sponsor" sponsor="&ff;">The
628         &man.lmc.4; driver has been marked as deprecated, and will be
629         removed in &os;&nbsp;12.</para>
630
631       <para revision="333738">The &man.vxge.4; driver has been marked
632         as deprecated, and will be removed in &os;&nbsp;12.</para>
633
634       <para revision="333417">The &man.smartpqi.4; driver has been
635         added, providing support for Microsemi&reg;
636         <acronym>SCSI</acronym> controllers.</para>
637     </sect2>
638
639     <sect2 xml:id="hardware-virtualization">
640       <title>Virtualization Support</title>
641
642       <para revision="321413">Support for &man.virtio.console.4; has
643         been added to &man.bhyve.4;.</para>
644     </sect2>
645
646     <sect2 xml:id="hardware-arm">
647       <title>ARM Support</title>
648
649       <para>&nbsp;</para>
650     </sect2>
651   </sect1>
652
653   <sect1 xml:id="storage">
654     <title>Storage</title>
655
656     <para>This section covers changes and additions to file systems
657       and other storage subsystems, both local and networked.</para>
658
659     <sect2 xml:id="storage-general">
660       <title>General Storage</title>
661
662       <para>&nbsp;</para>
663     </sect2>
664
665     <sect2 xml:id="storage-net">
666       <title>Networked Storage</title>
667
668       <para>&nbsp;</para>
669     </sect2>
670
671     <sect2 xml:id="storage-zfs">
672       <title>ZFS</title>
673
674       <para>&nbsp;</para>
675     </sect2>
676
677     <sect2 xml:id="storage-geom">
678       <title><literal>geom(4)</literal></title>
679
680       <para revision="332519">The <literal>geom_aes</literal>,
681         <literal>geom_bsd</literal>, <literal>geom_mbr</literal>,
682         <literal>geom_sunlabel</literal> &man.geom.4; classes have
683         been marked as deprecated.  They have been replaced by the
684         <literal>geom_part</literal> class in &os;&nbsp;7, and removed
685         from the <literal>GENERIC</literal> kernel configurations in
686         &os;&nbsp;8, and will be removed in &os;&nbsp;12.</para>
687     </sect2>
688   </sect1>
689
690   <sect1 xml:id="boot">
691     <title>Boot Loader Changes</title>
692
693     <para>This section covers the boot loader, boot menu, and other
694       boot-related changes.</para>
695
696     <sect2 xml:id="boot-loader">
697       <title>Boot Loader Changes</title>
698
699       <para revision="321519">The boot code and &man.loader.8; have
700         been updated to check for unsupported <acronym>ZFS</acronym>
701         feature flags.  If unsupported features are active, the pool
702         is not considered as a bootable pool, and a diagnostic message
703         is printed to the console.</para>
704
705       <para revision="329010">The &man.loader.8; has been updated to
706         improve quotation parsing, distinguishing between single- and
707         double-quotes, and check for terminating quotes.</para>
708
709       <para revision="329114">The length of <acronym>GELI</acronym>
710         passphrases entered when booting a system with encrypted disks
711         is now hidden by default.  See the configuration options in
712         &man.geli.8; to restore the previous behavior.</para>
713     </sect2>
714
715     <sect2 xml:id="boot-menu">
716       <title>Boot Menu Changes</title>
717
718       <para>&nbsp;</para>
719     </sect2>
720   </sect1>
721
722   <sect1 xml:id="network">
723     <title>Networking</title>
724
725     <para>This section describes changes that affect networking in
726       &os;.</para>
727
728     <sect2 xml:id="network-general">
729       <title>General Network Changes</title>
730
731       <para revision="329581" contrib="sponsor"
732         sponsor="&dellemc;">The &man.icmp6.4; protocol has been
733         updated to fix <acronym>ICMPv6</acronym> redirects.</para>
734     </sect2>
735
736     <sect2 xml:id="network-protocols">
737       <title>Network Protocols</title>
738
739       <para>&nbsp;</para>
740     </sect2>
741   </sect1>
742
743   <sect1 xml:id="ports">
744     <title>Ports Collection and Package Infrastructure</title>
745
746     <para>This section covers changes to the &os;&nbsp;Ports
747       Collection, package infrastructure, and package maintenance and
748       installation tools.</para>
749
750     <sect2 xml:id="ports-infrastructure">
751       <title>Infrastructure Changes</title>
752
753       <para>&nbsp;</para>
754     </sect2>
755
756     <sect2 xml:id="ports-packages ">
757       <title>Packaging Changes</title>
758
759       <para>&nbsp;</para>
760     </sect2>
761   </sect1>
762
763   <sect1 xml:id="doc">
764     <title>Documentation</title>
765
766     <para>This section covers changes to the &os;&nbsp;Documentation
767       Project sources and toolchain.</para>
768
769     <sect2 xml:id="doc-sources">
770       <title>Documentation Source Changes</title>
771
772       <para>&nbsp;</para>
773     </sect2>
774
775     <sect2 xml:id="doc-toolchain">
776       <title>Documentation Toolchain Changes</title>
777
778       <para>&nbsp;</para>
779     </sect2>
780   </sect1>
781
782   <sect1 xml:id="releng">
783     <title>Release Engineering and Integration</title>
784
785     <para>This section convers changes that are specific to the
786       &os;&nbsp;Release Engineering processes.</para>
787
788     <sect2 xml:id="releng-changes">
789       <title>Integration Changes</title>
790
791       <para revision="326892">Amazon&reg; EC2&trade; instances now
792         keep their clocks synchronized using the Amazon Time Sync
793         Service, the <acronym>NTP</acronym> service internal to the
794         EC2&trade; infrastructure.</para>
795
796       <para revision="333410" contrib="sponsor" sponsor="&ff;">The
797         &arch.i386; memory stick image installer have been changed
798         to use the <acronym>MBR</acronym> partitioning scheme, which
799         addresses a boot issue from a <acronym>GPT</acronym> partition
800         scheme in non-<acronym>UEFI</acronym> mode.</para>
801
802       <para revision="333006" contrib="sponsor" sponsor="&ix;">The
803         &os; installation <acronym>ISO</acronym> medium creation tools
804         have been updated to generate hybrid images for &arch.amd64;,
805         supporting both <acronym>BIOS</acronym> and
806         <acronym>EFI</acronym>.  The <acronym>ISO</acronym> image can
807         now be written to a memory stick as well as being used as
808         a <acronym>CD</acronym> image.</para>
809
810       <para revision="334444" contrib="sponsor" sponsor="&ff;">The
811         &arch.amd64; memory stick image installer have been changed
812         to use the <acronym>MBR</acronym> partitioning scheme, which
813         addresses a boot issue from a <acronym>GPT</acronym> partition
814         scheme in non-<acronym>UEFI</acronym> mode.</para>
815     </sect2>
816   </sect1>
817 </article>