]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/doc/en_US.ISO8859-1/relnotes/article.xml
Document r278926, 'make release' now uses multi-threaded
[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: 277458 -->
26
27     <copyright>
28       <year>2015</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 revision="266463">The default &man.newsyslog.conf.5; now
163         includes files in the
164         <filename>/etc/newsyslog.conf.d/</filename> and
165         <filename>/usr/local/etc/newsyslog.conf.d/</filename>
166         directories by default for &man.newsyslog.8;.</para>
167
168       <para revision="270675">The &man.mailwrapper.8; utility has been
169         updated to use &man.mailer.conf.5; from the
170         <literal>LOCALBASE</literal> environment variable, which
171         defaults to <filename class="directory">/usr/local</filename>
172         if unset.</para>
173
174       <para revision="272350">The <literal>MK_ARM_EABI</literal>
175         &man.src.conf.5; option has been removed.</para>
176     </sect2>
177
178     <sect2 xml:id="userland-programs">
179       <title>Userland Application Changes</title>
180
181       <para revision="258838" contrib="sponsor" sponsor="&ff;,
182         &google;" sponsorurl="">The &man.casperd.8; daemon has been
183         added, which provides access to functionality that is not
184         available in the <quote>capability mode</quote>
185         sandbox.</para>
186
187       <para revision="260594">When unable to load a kernel module with
188         &man.kldload.8;, a message informing to view output of
189         &man.dmesg.8; is now printed, opposed to the previous output
190         <quote>Exec format error.</quote>.</para>
191
192       <para revision="260910">Allow &man.pciconf.8; to identify PCI
193         devices that are attached to a driver to be identified by
194         their device name instead of just the selector.  Additionally,
195         an optional device argument to the <literal>-l</literal> flag
196         to restrict the output to only listing details about a single
197         device.</para>
198
199       <para revision="260913">A new flag, <quote>onifconsole</quote>
200         has been added to <filename>/etc/ttys</filename>.  This allows
201         the system to provide a login prompt via serial console if the
202         device is an active kernel console, otherwise it is equivalent
203         to <literal>off</literal>.</para>
204
205       <para revision="260926">Support for displaying VPD for PCI
206         devices via &man.pciconf.8; has been added.</para>
207
208       <para revision="261498">&man.ping.8; protects against malicious
209         network packets using the Capsicum framework to drop
210         privileges.</para>
211
212       <para revision="265229">The &man.ps.1; utility has been
213         updated to include the <literal>-J</literal> flag, used to
214         filter output by matching &man.jail.8; IDs and names.
215         Additionally, argument <literal>0</literal> can be used to
216         <literal>-J</literal> to only list processes running on the
217         host system.</para>
218
219       <para revision="265249">The &man.top.1; utility has been updated
220         to filter by &man.jail.8; ID or name, in followup to the
221         &man.ps.1; change in <literal>r265229</literal>.</para>
222
223       <para revision="265995">The Blowfish &man.crypt.3; default
224         format has been changed to
225         <literal>&dollar;2b&dollar;</literal>.</para>
226
227       <para revision="266209">The &man.pmcstat.8; utility has been
228         updated to include a new flag, <literal>-l</literal>, which
229         ends event collection after the specified number of
230         seconds.</para>
231
232       <para revision="270745">The &man.ps.1; utility has been updated
233         to include a new keyword, <quote>tracer</quote>, which
234         displays the <acronym>PID</acronym> of the tracing
235         process.</para>
236
237       <para revision="271482">Support for adding empty partitions has
238         been added to the &man.mkimg.1; utility.</para>
239
240       <para revision="272166">The &man.primes.6; utility has been
241         updated to correctly enumerate prime numbers between
242         <literal>4295098369</literal> and
243         <literal>3825123056546413050</literal>, which prior to this
244         change, it would be possible for returned values to be
245         incorrectly identified as prime numbers.</para>
246
247       <para revision="272198">The &man.mkimg.1; utility has been
248         updated to include three options used to print information
249         about &man.mkimg.1; itself:</para>
250
251       <informaltable frame="none" pgwide="0">
252         <tgroup cols="2">
253           <colspec colwidth="1*"/>
254           <colspec colwidth="1*"/>
255           <thead>
256             <row>
257               <entry>Option</entry>
258               <entry>Output</entry>
259             </row>
260           </thead>
261
262           <tbody>
263             <row>
264               <entry><literal>--version</literal></entry>
265               <entry>The current version of the &man.mkimg.1;
266                 utility</entry>
267             </row>
268
269             <row>
270               <entry><literal>--formats</literal></entry>
271               <entry>The disk image file formats supported by
272                 &man.mkimg.1;</entry>
273             </row>
274
275             <row>
276               <entry><literal>--schemes</literal></entry>
277               <entry>The partition schemes supported by
278                 &man.mkimg.1;</entry>
279             </row>
280           </tbody>
281         </tgroup>
282       </informaltable>
283
284       <para revision="272488">Userland &man.ctf.5; support in
285         &man.dtrace.1; has been added.  With this change,
286         &man.dtrace.1; is able to resolve type info for function and
287         <acronym>USDT</acronym> probe arguments, and function return
288         values.</para>
289
290       <para revision="274960">The &man.elfdump.1; utility has been
291         updated to support capability mode provided by
292         &man.capsicum.4;.</para>
293
294       <para revision="275680" contrib="sponsor" sponsor="&ff;">The
295         &man.fstyp.8; utility has been added, which is used to
296         determine the filesystem on a specified device.</para>
297
298       <para revision="276881">The <literal>libedit</literal> library
299         has been updated to support <acronym>UTF</acronym>-8, which
300         additionally provides unicode support to &man.sh.1;.</para>
301
302       <para revision="277166" arch="powerpc">The &man.ptrace.2; system
303         call has been updated include support for Altivec registers on
304         &os;/&arch.powerpc;.</para>
305
306       <para revision="278320">A new device control utility,
307         &man.devctl.8; has been added, which allows making
308         administrative changes to individual devices, such as
309         attaching and detaching drivers, and enabling and disabling
310         devices.  The &man.devctl.8; utility uses the new
311         &man.devctl.3; library.</para>
312     </sect2>
313
314     <sect2 xml:id="userland-contrib">
315       <title>Contributed Software</title>
316
317       <para revision="258884" contrib="sponsor"
318         sponsor="&darpa_afrl;">&man.lldb.1; has been updated to
319         upstream snapshot version r196259.</para>
320
321       <para revision="259626">Timezone data files have been updated to
322         version 2013i.</para>
323
324       <para revision="260445">&man.byacc.1; has been updated to
325         version 20140101.</para>
326
327       <para revision="261071">&man.jemalloc.3; has been updated to
328         version 3.5.0.</para>
329
330       <para revision="261212"><application>bmake</application> has
331         been updated to version 20140101.</para>
332
333       <para revision="261283"><application>libc++</application> has
334         been updated to version 3.4.</para>
335
336       <para revision="261320"><application>OpenSSH</application> has
337         been updated to 6.5p1.</para>
338
339       <para revision="261344"><application>mdocml</application> has
340         been updated to version 1.12.3.</para>
341
342       <para revision="261991"><application>LLVM</application> and
343         <application>Clang</application> have been updated to
344         version 3.4.</para>
345
346       <para revision="266527"
347         role="merged"><application>Sendmail</application> has been
348         updated from 8.14.7 to 8.14.9.</para>
349
350       <para revision="276577"><application>file</application> has been
351         updated to version 5.22.</para>
352
353       <para revision="275718">The <application>binutils</application>
354         suite of utilities has been updated to include upstream
355         patches that add new relocations for &arch.powerpc;
356         support.</para>
357
358       <para revision="276398" contrib="sponsor" sponsor="&ff;">The
359         <application>ELF Tool Chain</application> has been updated to
360         upstream revision r3136.</para>
361
362       <para revision="276551">The <application>texinfo</application>
363         utility and <literal>info</literal> pages were removed from
364         the base system.  The <filename
365           role="package">print/texinfo</filename> port should be
366         installed on systems where <literal>info</literal> pages are
367         needed.</para>
368
369       <para revision="276796" contrib="sponsor" sponsor="&ff;">The ELF
370         object manipulation tools
371         <application>addr2line</application>,
372         <application>elfcopy (strip)</application>,
373         <application>nm</application>,
374         <application>size</application>, and
375         <application>strings</application> were switched to the
376         versions from the ELF Tool Chain project.</para>
377
378       <para revision="276881">The <literal>libedit</literal> library
379         has been updated to include <acronym>UTF-8</acronym> support,
380         adding <acronym>UTF-8</acronym> support to the &man.sh.1;
381         shell.</para>
382
383       <para revision="277270"><application>OpenSSL</application> has
384         been updated to version 1.0.1l.</para>
385
386       <para revision="278433">The &man.xz.1; utility has been udpated
387         to version 5.2.0.</para>
388
389       <para revision="278433">The &man.xz.1; utility has been updated
390         to support multi-threaded compression.</para>
391     </sect2>
392
393     <sect2 xml:id="userland-installer">
394       <title>Installation and Configuration Tools</title>
395
396       <para revision="271539">The &man.bsdinstall.8; partition editor
397         and &man.sade.8; utility have been updated to include native
398         <acronym>ZFS</acronym> support.</para>
399
400       <para revision="272274">The &os; installation utility,
401         &man.bsdinstall.8;, has been updated to set the
402         <literal>canmount</literal> &man.zfs.8; property to
403         <literal>off</literal> for the <filename
404           class="directory">/var</filename> dataset, preventing the
405         contents of directories within <filename
406           class="directory">/var</filename> from conflicting when
407         using multiple boot environments, such as that provided by
408         <filename role="package">sysutils/beadm</filename>.</para>
409
410       <para revision="274394">The &man.bsdconfig.8; utility has been
411         updated to skip the initial &man.tzsetup.8;
412         <acronym>UTC</acronym> versus wall-clock time prompt when run
413         in a virtual machine, determined when the
414         <literal>kern.vm_guest</literal> &man.sysctl.8; is set to
415         <literal>1</literal>.</para>
416
417       <para revision="275874">The &man.bsdinstall.8; utility has been
418         updated to use the new &man.dpv.3; library to display progress
419         when extracting the &os; distributions.</para>
420     </sect2>
421
422     <sect2 xml:id="userland-rc">
423       <title><filename class="directory">/etc/rc.d</filename>
424         Scripts</title>
425
426       <para revision="270676">The &man.rc.8; subsystem has been
427         updated to allow configuring services in <filename
428           class="directory">&dollar;{LOCALBASE}/etc/rc.conf.d/</filename>.
429         If <literal>LOCALBASE</literal> is unset, it defaults to
430         <filename class="directory">/usr/local</filename>.</para>
431
432       <para revision="275299">The <filename>mrouted</filename>
433         &man.rc.8; script has been removed from the base system.  An
434         equivalent script is available from the <filename
435           role="package">net/mrouted</filename> port.</para>
436     </sect2>
437
438     <sect2 xml:id="userland-periodic">
439       <title><filename class="directory">/etc/periodic</filename>
440         Scripts</title>
441
442       <para revision="271321">The daily &man.periodic.8; script
443         <filename>110.clean-tmps</filename> has been updated to avoid
444         crossing filesystem mount boundaries when cleaning files in
445         <filename class="directory">/tmp</filename>.</para>
446     </sect2>
447
448     <sect2 xml:id="userland-libraries">
449       <title>Runtime Libraries and API</title>
450
451       <para revision="268461">The &man.readline.3; library is now
452         statically linked in software within the base system, and the
453         shared library is no longer installed, allowing the Ports
454         Collection to use a modern version of the library.</para>
455
456       <para revision="272273">The &man.strptime.3; library has been
457         updated to add support for <acronym>POSIX</acronym>-2001
458         features <literal>%U</literal> and
459         <literal>%W</literal>.</para>
460
461       <para revision="272842,272848" contrib="sponsor"
462         sponsor="&ff;">The &man.dl.iterate.phdr.3; library has been
463         changed to always return the path name of the
464         <acronym>ELF</acronym> object in the
465         <literal>dlpi_name</literal> structure member.</para>
466
467       <para revision="273806" contrib="sponsor" sponsor="&chelsio;">A
468         userland library for Chelsio Terminator 5 based iWARP cards
469         has been added, allowing userland <acronym>RDMA</acronym>
470         applications to work over compatible
471         <acronym>NIC</acronym>s.</para>
472
473       <para revision="274987">The &man.gpio.3; library has been added,
474         providing a wrapper around the &man.gpio.4; kernel
475         interface.</para>
476
477       <para revision="277610">The <literal>futimens()</literal> and
478         <literal>utimensat()</literal> system calls have been
479         added.  See &man.utimensat.2; for more information.</para>
480
481       <para revision="278934">The &man.elf.3; compile-time dependency
482         has been removed from <filename>dtri.o</filename>, which
483         allows adding <application>DTrace</application> to userland
484         applications and libraries without also linking against
485         &man.elf.3;.</para>
486     </sect2>
487
488     <sect2 xml:id="userland-abi">
489       <title>ABI Compatibility</title>
490
491       <para revision="271982">The &linux; compatibility version has
492         been updated to <literal>2.6.18</literal>.  The
493         <literal>compat.linux.osrelease</literal> &man.sysctl.8; is
494         evaluated when building the <filename
495           role="package">emulators/linux-c6</filename> and related
496         ports.</para>
497     </sect2>
498   </sect1>
499
500   <sect1 xml:id="kernel">
501     <title>Kernel</title>
502
503     <para>This section covers changes to kernel configurations, system
504       tuning, and system control parameters that are not otherwise
505       categorized.</para>
506
507     <sect2 xml:id="kernel-bugfix">
508       <title>Kernel Bug Fixes</title>
509
510       <para revision="265876">A kernel bug that inhibited proper
511         functionality of the <literal>dev.cpu.0.freq</literal>
512         &man.sysctl.8; on &intel; processors with Turbo
513         Boost&nbsp;&trade; enabled has been fixed.</para>
514
515       <para revision="271697" arch="powerpc">Support for
516         &man.dtrace.1; stack tracing has been fixed for
517         &os;/&arch.powerpc;, using the <literal>trapexit()</literal>
518         and <literal>asttrapexit()</literal> functions instead of
519         checking within addressed kernel space.</para>
520
521       <para revision="272089">A bug in &man.ipfw.4; that could
522         potentially lead to a kernel panic when using &man.dummynet.4;
523         at layer 2 has been fixed.</para>
524     </sect2>
525
526     <sect2 xml:id="kernel-config">
527       <title>Kernel Configuration</title>
528
529       <para revision="266531">The <literal>IMAGACT_BINMISC</literal>
530         kernel configuration option has been enabled by default,
531         which enables application execution through emulators, such
532         as <application>Qemu</application>.</para>
533
534       <para revision="268045">The <literal>VT</literal> kernel
535         configuration file has been removed, and the &man.vt.4;
536         driver is included in the <literal>GENERIC</literal> kernel.
537         To enable &man.vt.4;, enter <literal>set kern.vty=vt</literal>
538         at the &man.loader.8; prompt during boot, or add
539         <literal>kern.vty=vt</literal> to &man.loader.conf.5; and
540         reboot the system.</para>
541
542       <para revision="277904">The &man.config.8; utility has been
543         updated to allow using a non-standard <filename
544           class="directory">src/</filename> tree, specified as an
545         argument to the <literal>-s</literal> flag.</para>
546
547       <para revision="277990" arch="powerpc64">The
548         &os;/&arch.powerpc64; kernel now builds as
549         a position-independent executable, allowing the kernel to be
550         loaded into and run from any physical or virtual
551         address.</para>
552
553       <important>
554         <para>This change requires an update to &man.loader.8;.
555           The userland and kernel must be updated before rebooting the
556           system.</para>
557       </important>
558     </sect2>
559
560     <sect2 xml:id="kernel-sysctl">
561       <title>System Tuning and Controls</title>
562
563       <para>&nbsp;</para>
564     </sect2>
565   </sect1>
566
567   <sect1 xml:id="drivers">
568     <title>Devices and Drivers</title>
569
570     <para>This section covers changes and additions to devices and
571       device drivers since &release.prev;.</para>
572
573     <sect2 xml:id="drivers-device">
574       <title>Device Drivers</title>
575
576       <para revision="260903">Support for GPS ports has been added to
577         &man.uhso.4;.</para>
578
579       <para revision="265132">The &man.full.4; device has been added,
580         and the <literal>lindev(4)</literal> device has been removed.
581         Prior to this change, <literal>lindev(4)</literal> provided
582         only the <filename>/dev/full</filename> character device,
583         returning <literal>ENOSPC</literal> on write attempts.  As
584         this device is not specific to &linux;, a native &os; version
585         has been added.</para>
586
587       <para revision="271705">Hardware context support has been
588         added to the <literal>drm/i915</literal> driver, adding
589         support for <application>Mesa</application> 9.2 and
590         later.</para>
591
592       <para revision="273178">The &man.vt.4; driver has been updated,
593         replacing the bitmapped <literal>kern.vt.spclkeys</literal>
594         &man.sysctl.8; with individual
595         <literal>kern.vt.kbd_*</literal> variants.</para>
596
597       <para revision="273598">The &man.hpet.4; driver has been updated
598         to create a
599         <filename>/dev/hpet<replaceable>N</replaceable></filename>
600         device, providing access to <acronym>HPET</acronym> from
601         userspace.</para>
602     </sect2>
603
604     <sect2 xml:id="drivers-storage">
605       <title>Storage Drivers</title>
606
607       <para revision="265236" contrib="sponsor"
608         sponsor="&lsi;, &spectralogic;" sponsorurl="">The &man.mpr.4;
609         device has been added, providing support for LSI Fusion-MPT
610         3 12Gb SCSI/SATA controllers.</para>
611
612       <para revision="265555" contrib="sponsor"
613           sponsor="&lsi;">The &man.mrsas.4; driver has been added,
614         providing support for LSI MegaRAID SAS controllers.  The
615         &man.mfi.4; driver will attach to the controller, by default.
616         To enable &man.mrsas.4; add
617         <literal>hw.mfi.mrsas_enable=1</literal> to
618         <filename>/boot/loader.conf</filename>, which turns off
619         &man.mfi.4; device probing.</para>
620
621       <note>
622         <para>At this time, the &man.mfiutil.8; utility and the &os;
623           version of <application>MegaCLI</application> and
624           <application>StorCli</application> do not work with
625           &man.mrsas.4;.</para>
626       </note>
627
628       <para revision="275461" contrib="sponsor" sponsor="&ix;">The
629         &man.ctl.4; subsystem has been updated, increasing the ports
630         limit from <literal>128</literal> to <literal>256</literal>,
631         and <acronym>LUN</acronym> limit from <literal>256</literal>
632         to <literal>1024</literal>.</para>
633
634       <para revision="276526">The <literal>asr(4)</literal> driver has
635         been removed, and is no longer supported.</para>
636     </sect2>
637
638     <sect2 xml:id="drivers-network">
639       <title>Network Drivers</title>
640
641       <para revision="258830">Support for Broadcom chipsets BCM57764,
642         BCM57767, BCM57782, BCM57786 and BCM57787 has been added to
643         &man.bge.4;.</para>
644
645       <para revision="260448">Support for the &intel; Centrino&trade;
646         Wireless-N 135 chipset has been added.</para>
647
648       <para revision="260552">Firmware for &intel; Centrino&trade;
649         Wireless-N 105 devices has been added to the base
650         system.</para>
651
652       <para revision="261975">The deprecated nve(4) driver has been
653         removed.  Users of NVIDIA nForce MCP network adapters are
654         advised to use the &man.nfe.4; driver instead, which has been
655         the default driver for this hardware since
656         &os;&nbsp;7.0.</para>
657
658       <para revision="264601" contrib="sponsor"
659         sponsor="&darpa_afrl;">The <literal>if_nf10bmac(4)</literal>
660         device has been added, providing support for NetFPGA-10G
661         Embedded CPU Ethernet Core.</para>
662
663       <note>
664         <para>The <literal>if_nf10bmac(4)</literal> driver operates on
665           the FPGA, and is not suited for the PCI host
666           interface.</para>
667       </note>
668
669       <para revision="265348" contrib="sponsor"
670         sponsor="&netgate;">The &man.ath.hal.4; driver has been
671         updated to support the Atheros AR1111 chipset.</para>
672
673       <para revision="266770">Support for the &intel; Centrino&trade;
674         Wireless-N 105 chipset has been added.</para>
675
676       <para revision="266757" contrib="sponsor"
677         sponsor="&chelsio;">Support for the &man.cxgbe.4; Terminator
678         5 (T5) 10G/40G cards has been added to &man.netmap.4;.</para>
679
680       <para revision="272730">The &man.alc.4; driver has been updated
681         to support AR816x and AR817x ethernet controllers.</para>
682
683       <para revision="273331">The &man.vxlan.4; driver has been added,
684         which creates a virtual Layer 2 (Ethernet) network overlaid in
685         a Layer 3 (IP/UDP) network.  The &man.vxlan.4; driver is
686         analogous to &man.vlan.4;, but is designed to be better suited
687         for large, multiple-tenant datacenter environments.</para>
688
689       <para revision="274246" contrib="sponsor" sponsor="&yandex;">The
690         &man.gre.4; driver has been significantly overhauled, and has
691         been split into two separate modules, &man.gre.4; and
692         &man.me.4;.</para>
693     </sect2>
694   </sect1>
695
696   <sect1 xml:id="hardware">
697     <title>Hardware Support</title>
698
699     <para>This section covers general hardware support for physical
700       machines, hypervisors, and virtualization environments, as well
701       as hardware changes and updates that do not otherwise fit in
702       other sections of this document.</para>
703
704     <sect2 xml:id="hardware-support">
705       <title>Hardware Support</title>
706
707       <para revision="268303">The &man.asmc.4; driver has been
708         updated to support the &apple;&nbsp;MacMini 3,1.</para>
709
710       <para revision="268351">Support for &os;/ia64 has been dropped
711         as of &os;&nbsp;11.</para>
712
713       <para revision="274386">An issue that could cause a system to
714         hang when entering <acronym>ACPI</acronym>
715         <literal>S3</literal> state (suspend to
716         <acronym>RAM</acronym>) has been corrected in the &man.acpi.4;
717         and &man.pci.4; drivers.</para>
718
719       <para revision="274733" arch="powerpc">The power management unit
720         subsystem has been updated to support power button events on
721         certain &arch.powerpc; hardware, such as aluminum
722         PowerBook&nbsp;&reg;.</para>
723
724       <para revision="275171,275190" arch="powerpc">The &man.hwpmc.4;
725         driver has been updated to correct performance counter
726         sampling on G4 (MPC74xxx) and G5 class processors.</para>
727
728       <para revision="275732" contrib="sponsor"
729         sponsor="&ff;,&netgate;">The
730         <application>OpenCrypto</application> framework has been
731         updated to include <literal>AES-ICM</literal> and
732         <literal>AES-GCM</literal> modes, both of which have also been
733         added to the &man.aesni.4; driver.</para>
734     </sect2>
735
736     <sect2 xml:id="hardware-virtualization">
737       <title>Virtualization Support</title>
738
739       <para revision="260410">Support for the <quote>Virtual Interrupt
740           Delivery</quote> feature of &intel;&nbsp;VT-x is enabled if
741         supported by the CPU.  This feature can be disabled by running
742         <literal>sysctl hw.vmm.vmx.use_apic_vid=0</literal>.
743         Additionally, to persist this setting across reboots, add
744         <literal>hw.vmm.vmx.use_apic_vid=0</literal> to
745         <filename>/etc/sysctl.conf</filename>.</para>
746
747       <para revision="260532">Support for <quote>Posted Interrupt
748           Processing</quote> is enabled if supported by the CPU.  This
749         feature can be disabled by running <literal>sysctl
750           hw.vmm.vmx.use_apic_pir=0</literal>.  Additionally, to
751         persist this setting across reboots, add
752         <literal>hw.vmm.vmx.use_apic_pir=0</literal> to
753         <filename>/etc/sysctl.conf</filename>.</para>
754
755       <para revision="260582">Unmapped IO support has been added to
756         &man.virtio_blk.4;.</para>
757
758       <para revision="260583">Unmapped IO support has been added to
759         &man.virtio_scsi.4;.</para>
760
761       <para revision="260847">The &man.virtio_random.4; driver has
762         been added to harvest entropy from the host system.</para>
763
764       <para revision="261504">&os;/&arch.i386; guests can be run under
765         bhyve.</para>
766
767       <para revision="267536" contrib="sponsor"
768         sponsor="&citrix.rd;">Support for running a &os;/&arch.amd64;
769         <application>Xen</application> guest instance as
770         <acronym>PVH</acronym> guest has been added.
771         <acronym>PVH</acronym> mode, short for <quote>Para-Virtualized
772           Hardware</quote>, uses para-virtualized drivers for boot and
773         I/O, and uses hardware virtualization extensions for all other
774         tasks, without the need for emulation.</para>
775
776       <para revision="273515">The &man.virtio.console.4; driver has
777         been added, which provides an interface to VirtIO console
778         devices through a &man.tty.4; device.</para>
779     </sect2>
780
781     <sect2 xml:id="hardware-arm">
782       <title>ARM Support</title>
783
784       <para revision="260921">The &man.nand.4; device is enabled for
785         ARM devices by default.</para>
786
787       <para revision="273264" arch="armv6">An issue that could cause
788         instability when detecting <acronym>SD</acronym> cards on the
789         Raspberry Pi <acronym>SOC</acronym> has been fixed.</para>
790
791       <para revision="275963">The <literal>bcm2835_cpufreq</literal>
792         driver has been added, which supports <acronym>CPU</acronym>
793         frequency and voltage control on the Raspberry Pi
794         <acronym>SOC</acronym>.</para>
795     </sect2>
796   </sect1>
797
798   <sect1 xml:id="storage">
799     <title>Storage</title>
800
801     <para>This section covers changes and additions to file systems
802       and other storage subsystems, both local and networked.</para>
803
804     <sect2 xml:id="storage-general">
805       <title>General Storage</title>
806       <para revision="278037" contrib="sponsor" sponsor="&ix;">The
807         &man.cam.4; <acronym>LUN</acronym> mapping has been rewritten,
808         replacing <acronym>iSCSI</acronym>-specific mapping mechanisms
809         with a new mechanism that works for any port.</para>
810
811       <para revision="278354" contrib="sponsor" sponsor="&ix;">The
812         &man.ctld.8; utility has been updated to allow controlling
813         non-<acronym>iSCSI</acronym> &man.ctl.4; ports.</para>
814     </sect2>
815
816     <sect2 xml:id="storage-net">
817       <title>Networked Storage</title>
818
819       <para revision="270096" contrib="sponsor" sponsor="&ff;">The new
820         filesystem automount facility, &man.autofs.5;, has been added.
821         The new &man.autofs.5; facility is similar to that found in
822         other &unix;-like operating systems, such as OS&nbsp;X&trade;
823         and Solaris&trade;.  The &man.autofs.5; facility uses
824         a &sun;-compatible &man.auto.master.5; configuration file, and
825         is administered with the &man.automount.8; userland utility,
826         and the &man.automountd.8; and &man.autounmountd.8;
827         daemons.</para>
828     </sect2>
829
830     <sect2 xml:id="storage-zfs">
831       <title>ZFS</title>
832
833       <para revision="275748">The <literal>arc_meta_limit</literal>
834         statistics are now visible through the
835         <literal>kstat</literal> &man.sysctl.8;.  As a result of this
836         change, the <literal>vfs.zfs.arc_meta_used</literal>
837         &man.sysctl.8; has been removed, and replaced with the
838         <literal>kstat.zfs.misc.arcstats.arc_meta_used</literal>
839         &man.sysctl.8;.</para>
840     </sect2>
841
842     <sect2 xml:id="storage-geom">
843       <title>&man.geom.4;</title>
844
845       <para revision="267359">Support for the
846         <literal>disklabel64</literal> partitioning scheme has been
847         added to &man.gpart.8;.</para>
848     </sect2>
849   </sect1>
850
851   <sect1 xml:id="boot">
852     <title>Boot Loader Changes</title>
853
854     <para>This section covers the boot loader, boot menu, and other
855       boot-related changes.</para>
856
857     <sect2 xml:id="boot-loader">
858       <title>Boot Loader Changes</title>
859
860       <para revision="274085">The &man.vt.4; driver has been made the
861         default system console driver.  The &man.syscons.4; driver is
862         still available, and can be enabled by adding
863         <literal>kern.vty=sc</literal> in &man.loader.conf.5;.
864         Alternatively, &man.syscons.4; can be enabled at boot time by
865         entering <literal>set kern.vty=sc</literal> at the
866         &man.loader.8; prompt.</para>
867     </sect2>
868
869     <sect2 xml:id="boot-menu">
870       <title>Boot Menu Changes</title>
871
872       <para>&nbsp;</para>
873     </sect2>
874   </sect1>
875
876   <sect1 xml:id="network">
877     <title>Networking</title>
878
879     <para>This section describes changes that affect networking in
880       &os;.</para>
881
882     <sect2 xml:id="network-protocols">
883       <title>Network Procols</title>
884
885       <para revision="263140">Support for the IPX network transport
886         protocol has been removed, and will not be supported in
887         &os;&nbsp;11 and later releases.</para>
888
889       <para revision="272720" contrib="sponsor"
890         sponsor="&limelight;">Support for <acronym>PLPMTUD</acronym>
891         blackhole detection (<acronym>RFC</acronym> 4821) has been
892         added to the &man.tcp.4; stack, disabled by default.  New
893         control tunables have been added:</para>
894
895       <informaltable frame="none" pgwide="0">
896         <tgroup cols="2">
897           <colspec colwidth="1*"/>
898           <colspec colwidth="1*"/>
899           <thead>
900             <row>
901               <entry>Tunable</entry>
902               <entry>Description</entry>
903             </row>
904           </thead>
905
906           <tbody>
907             <row>
908               <entry><literal>net.inet.tcp.pmtud_blackhole_detection</literal></entry>
909               <entry>Enables or disables <acronym>PLPMTUD</acronym>
910                 blackhole detection</entry>
911             </row>
912
913             <row>
914               <entry><literal>net.inet.tcp.pmtud_blackhole_mss</literal></entry>
915               <entry><acronym>MSS</acronym> to try for IPv4</entry>
916             </row>
917
918             <row>
919               <entry><literal>net.inet.tcp.v6pmtud_blackhole_mss</literal></entry>
920               <entry><acronym>MSS to try for IPv6</acronym></entry>
921             </row>
922           </tbody>
923         </tgroup>
924       </informaltable>
925
926       <para>New monitoring &man.sysctl.8;s haven been added:</para>
927
928       <informaltable frame="none" pgwide="0">
929         <tgroup cols="2">
930           <colspec colwidth="1*"/>
931           <colspec colwidth="1*"/>
932           <thead>
933             <row>
934               <entry>Tunable</entry>
935               <entry>Description</entry>
936             </row>
937           </thead>
938
939           <tbody>
940             <row>
941               <entry><literal>net.inet.tcp.pmtud_blackhole_activated</literal></entry>
942               <entry>Number of times the code was activated to attempt
943                 downshifting the <acronym>MSS</acronym></entry>
944             </row>
945
946             <row>
947               <entry><literal>net.inet.tcp.pmtud_blackhole_min_activated</literal></entry>
948               <entry>Number of times the blackhole
949                 <acronym>MSS</acronym> was used in an attempt to
950                 downshift</entry>
951             </row>
952
953             <row>
954               <entry><literal>net.inet.tcp.pmtud_blackhole_failed</literal></entry>
955               <entry>Number of times that the blackhole failed to
956                 connect after downshifting the
957                 <acronym>MSS</acronym></entry>
958             </row>
959           </tbody>
960         </tgroup>
961       </informaltable>
962     </sect2>
963   </sect1>
964
965   <sect1 xml:id="ports">
966     <title>Ports Collection and Package Infrastructure</title>
967
968     <para>This section covers changes to the &os;&nbsp;Ports
969       Collection, package infrastructure, and package maintenance and
970       installation tools.</para>
971
972     <sect2 xml:id="ports-infrastructure">
973       <title>Infrastructure Changes</title>
974
975       <para>&nbsp;</para>
976     </sect2>
977
978     <sect2 xml:id="ports-packages ">
979       <title>Packaging Changes</title>
980
981       <para>&nbsp;</para>
982     </sect2>
983   </sect1>
984
985   <sect1 xml:id="doc">
986     <title>Documentation</title>
987
988     <para>This section covers changes to the &os;&nbsp;Documentation
989       Project sources and toolchain.</para>
990
991     <sect2 xml:id="doc-sources">
992       <title>Documentation Source Changes</title>
993
994       <para>&nbsp;</para>
995     </sect2>
996
997     <sect2 xml:id="doc-toolchain">
998       <title>Documentation Toolchain Changes</title>
999
1000       <para>&nbsp;</para>
1001     </sect2>
1002   </sect1>
1003
1004   <sect1 xml:id="releng">
1005     <title>Release Engineering and Integration</title>
1006
1007     <para>This section convers changes that are specific to the
1008       &os;&nbsp;Release Engineering processes.</para>
1009
1010     <sect2 xml:id="releng-changes">
1011       <title>Integration Changes</title>
1012
1013       <para revision="277458" contrib="sponsor" sponsor="&ff;">The
1014         Release Engineering build tools have been updated to include
1015         support for producing virtual machine disk images for various
1016         cloud hosting providers.</para>
1017
1018       <para revision="278926">The Release Engineering build tools have
1019         been updated to use multi-threaded &man.xz.1;.  By default,
1020         the number of &man.xz.1; threads is set to the number of cores
1021         available.</para>
1022     </sect2>
1023   </sect1>
1024 </article>