summaryrefslogtreecommitdiffstats
path: root/release/doc/en_US.ISO8859-1/relnotes/article.xml
blob: a4712a2563670c6a01be214560d339dec8120d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
	"../../../share/xml/freebsd50.dtd" [
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent">
 %release;
<!ENTITY % sponsor PUBLIC "-//FreeBSD//ENTITIES Sponsor Specification//EN" "sponsor.ent">
 %sponsor;
<!ENTITY % vendor PUBLIC "-//FreeBSD//ENTITIES Vendor Specification//EN" "vendor.ent">
 %vendor;
]>
<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
  <info><title>&os; &release.current; Release Notes</title>

  <author><orgname>The &os; Project</orgname></author>

  <pubdate>$FreeBSD$</pubdate>

  <copyright>
    <year>2014</year>
    <holder role="mailto:doc@FreeBSD.org">The &os; Documentation
      Project</holder>
  </copyright>

  <legalnotice xml:id="trademarks" role="trademarks">
    &tm-attrib.freebsd;
    &tm-attrib.ibm;
    &tm-attrib.ieee;
    &tm-attrib.intel;
    &tm-attrib.sparc;
    &tm-attrib.general;
  </legalnotice>

  <abstract>
    <para>The release notes for &os; &release.current; contain
      a summary of the changes made to the &os; base system on the
      &release.branch; development line.  This document lists
      applicable security advisories that were issued since the last
      release, as well as significant changes to the &os; kernel and
      userland.  Some brief remarks on upgrading are also
      presented.</para>
  </abstract>
</info>

<sect1 xml:id="intro">
  <title>Introduction</title>

  <para>This document contains the release notes for &os;
    &release.current;.  It describes recently added, changed, or
    deleted features of &os;.  It also provides some notes on
    upgrading from previous versions of &os;.</para>

  <para releasetype="current">The &release.type; distribution to which
    these release notes apply represents the latest point along the
    &release.branch; development branch since &release.branch; was
    created.  Information regarding pre-built, binary &release.type;
    distributions along this branch can be found at <uri
      xlink:href="&release.url;">&release.url;</uri>.</para>

  <para releasetype="snapshot">The &release.type; distribution to
    which these release notes apply represents a point along the
    &release.branch; development branch between &release.prev; and the
    future &release.next;.  Information regarding pre-built, binary
    &release.type; distributions along this branch can be found at
    <uri xlink:href="&release.url;">&release.url;</uri>.</para>

  <para releasetype="release">This distribution of &os;
    &release.current; is a &release.type; distribution.  It can be
    found at <uri xlink:href="&release.url;">&release.url;</uri> or
    any of its mirrors.  More information on obtaining this (or other)
    &release.type; distributions of &os; can be found in the <link
      xlink:href="&url.books.handbook;/mirrors.html"><quote>Obtaining
	&os;</quote> appendix</link> to the <link
      xlink:href="&url.books.handbook;/">&os; Handbook</link>.</para>

  <para>All users are encouraged to consult the release errata before
    installing &os;.  The errata document is updated with
    <quote>late-breaking</quote> information discovered late in the
    release cycle or after the release.  Typically, it contains
    information on known bugs, security advisories, and corrections to
    documentation.  An up-to-date copy of the errata for &os;
    &release.current; can be found on the &os; Web site.</para>
</sect1>

<sect1 xml:id="new">
  <title>What's New</title>

  <para>This section describes the most user-visible new or changed
    features in &os; since &release.prev;.  In general, changes
    described here are unique to the &release.branch; branch unless
    specifically marked as &merged; features.</para>

  <para>Typical release note items document recent security advisories
    issued after &release.prev;, new drivers or hardware support, new
    commands or options, major bug fixes, or contributed software
    upgrades.  They may also list changes to major ports/packages or
    release engineering practices.  Clearly the release notes cannot
    list every single change made to &os; between releases; this
    document focuses primarily on security advisories, user-visible
    changes, and major architectural improvements.</para>

  <sect2 xml:id="security">
    <title>Security Advisories</title>

    <para>No advisories.</para>

  </sect2>

  <sect2 xml:id="kernel">
    <title>Kernel Changes</title>

    <para revision="260903">Support for GPS ports has been added to
      &man.uhso.4;.</para>

    <para revision="264601" contrib="sponsor"
      sponsor="&darpa_afrl;">The <literal>if_nf10bmac(4)</literal>
      device has been added, providing support for NetFPGA-10G
      Embedded CPU Ethernet Core.</para>

    <note>
      <para>The <literal>if_nf10bmac(4)</literal> driver operates on
	the FPGA, and is not suited for the PCI host interface.</para>
    </note>

    <para revision="265132">The &man.full.4; device has been added,
      and the <literal>lindev(4)</literal> device has been removed.
      Prior to this change, <literal>lindev(4)</literal> provided only
      the <filename>/dev/full</filename> character device, returning
      <literal>ENOSPC</literal> on write attempts.  As this device is
      not specific to &linux;, a native &os; version has been
      added.</para>

    <para revision="265236" contrib="sponsor"
      sponsor="&lsi;, &spectralogic;" sponsorurl="">The &man.mpr.4;
      device has been added, providing support for LSI Fusion-MPT
      3 12Gb SCSI/SATA controllers.</para>

    <para revision="265555" contrib="sponsor"
      sponsor="&lsi;">The &man.mrsas.4; driver has been added,
      providing support for LSI MegaRAID SAS controllers.  The
      &man.mfi.4; driver will attach to the controller, by default.
      To enable &man.mrsas.4; add
      <literal>hw.mfi.mrsas_enable=1</literal> to
      <filename>/boot/loader.conf</filename>, which turns off
      &man.mfi.4; device probing.</para>

    <note>
      <para>At this time, the &man.mfiutil.8; utility and
	the &os; version of
	<application>MegaCLI</application> and
	<application>StorCli</application> do not work with
	&man.mrsas.4;.</para>
    </note>

    <para revision="265876">A kernel bug that inhibited proper
      functionality of the <literal>dev.cpu.0.freq</literal>
      &man.sysctl.8; on &intel; processors with Turbo
      Boost&nbsp;&trade; enabled has been fixed.</para>

    <para revision="266531">The <literal>IMAGACT_BINMISC</literal>
      kernel configuration option has been enabled by default,
      which enables application execution through emulators, such
      as <application>Qemu</application>.</para>

    <para revision="266757" contrib="sponsor"
	sponsor="&chelsio;">Support for the &man.cxgbe.4; Terminator 5
      (T5) 10G/40G cards has been added to &man.netmap.4;.</para>

    <para revision="268045">The <literal>VT</literal> kernel
      configuration file has been removed, and the &man.vt.4;
      driver is included in the <literal>GENERIC</literal> kernel.
      To enable &man.vt.4;, enter <literal>set kern.vty=vt</literal>
      at the &man.loader.8; prompt during boot, or add
      <literal>kern.vty=vt</literal> to &man.loader.conf.5; and
      reboot the system.</para>

    <para revision="271697" arch="powerpc">Support for &man.dtrace.1;
      stack tracing has been fixed for &os;/&arch.powerpc;, using the
      <literal>trapexit()</literal> and
      <literal>asttrapexit()</literal> functions instead of checking
      within addressed kernel space.</para>

    <para revision="271705">Hardware context support has been
      added to the <literal>drm/i915</literal> driver, adding
      support for <application>Mesa</application> 9.2 and
      later.</para>

    <sect3 xml:id="kernel-virtualization">
      <title>Virtualization support</title>

      <para revision="260410">Support for the <quote>Virtual Interrupt
	  Delivery</quote> feature of &intel;&nbsp;VT-x is enabled if
	supported by the CPU.  This feature can be disabled by running
	<literal>sysctl hw.vmm.vmx.use_apic_vid=0</literal>.
	Additionally, to persist this setting across reboots, add
	<literal>hw.vmm.vmx.use_apic_vid=0</literal> to
	<filename>/etc/sysctl.conf</filename>.</para>

      <para revision="260532">Support for <quote>Posted Interrupt
	  Processing</quote> is enabled if supported by the CPU.  This
	feature can be disabled by running <literal>sysctl
	  hw.vmm.vmx.use_apic_pir=0</literal>.  Additionally, to
	persist this setting across reboots, add
	<literal>hw.vmm.vmx.use_apic_pir=0</literal> to
	<filename>/etc/sysctl.conf</filename>.</para>

      <para revision="260582">Unmapped IO support has been added to
	&man.virtio_blk.4;.</para>

      <para revision="260583">Unmapped IO support has been added to
	&man.virtio_scsi.4;.</para>

      <para revision="260847">The &man.virtio_random.4; driver has
	been added to harvest entropy from the host system.</para>

      <para revision="267536" contrib="sponsor"
	sponsor="&citrix.rd;">Support for running a &os;/&arch.amd64;
	<application>Xen</application> guest instance as
	<acronym>PVH</acronym> guest has been added.
	<acronym>PVH</acronym> mode, short for <quote>Para-Virtualized
	  Hardware</quote>, uses para-virtualized drivers for boot
	and I/O, and uses hardware virtualization extensions for all
	other tasks, without the need for emulation.</para>
    </sect3>

    <sect3 xml:id="kernel-arm">
      <title>ARM support</title>

      <para revision="260921">The &man.nand.4; device is enabled for
	ARM devices by default.</para>
    </sect3>

    <sect3 xml:id="boot">
      <title>Boot Loader Changes</title>

      <para>&nbsp;</para>
    </sect3>

    <sect3 xml:id="proc">
      <title>Hardware Support</title>

      <para revision="268303">The &man.asmc.4; driver has been updated
	to support the &apple;&nbsp;MacMini 3,1.</para>

      <para revision="268351">Support for &os;/ia64 has been dropped
	as of &os;&nbsp;11.</para>

      <sect4 xml:id="mm">
	<title>Multimedia Support</title>

	<para>&nbsp;</para>
      </sect4>

      <sect4 xml:id="net-if">
	<title>Network Interface Support</title>

	<para revision="258830">Support for Broadcom chipsets
	  BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787 has
	  been added to &man.bge.4;.</para>

	<para revision="260448">Support for the &intel;
	  Centrino&trade; Wireless-N 135 chipset has been
	  added.</para>

	<para revision="260552">Firmware for &intel;
	  Centrino&trade; Wireless-N 105 devices has been added
	  to the base system.</para>

	<para revision="261975">The deprecated nve(4) driver has been
	  removed.  Users of NVIDIA nForce MCP network adapters are
	  advised to use the &man.nfe.4; driver instead, which has been
	  the default driver for this hardware since &os; 7.0.</para>

	<para revision="265348" contrib="sponsor"
	  sponsor="&netgate;">The &man.ath.hal.4; driver has been
	  updated to support the Atheros AR1111 chipset.</para>

	<para revision="266770">Support for the &intel;
	  Centrino&trade; Wireless-N 105 chipset has been
	  added.</para>
      </sect4>
    </sect3>

    <sect3 xml:id="net-proto">
      <title>Network Protocols</title>

      <para revision="263140">Support for the IPX network transport
	protocol has been removed, and will not be supported in
	&os;&nbsp;11 and later releases.</para>
    </sect3>

    <sect3 xml:id="disks">
      <title>Disks and Storage</title>

      <para revision="267359">Support for the
	<literal>disklabel64</literal> partitioning scheme has been
	added to &man.gpart.8;.</para>

      <para revision="276526">The <literal>asr(4)</literal> driver has
	been removed, and is no longer supported.</para>
    </sect3>

    <sect3 xml:id="fs">
      <title>File Systems</title>

	<para revision="r270096" contrib="sponsor" sponsor="&ff;">The
	  new filesystem automount facility, &man.autofs.5;, has been
	  added.  The new &man.autofs.5; facility is similar to that
	  found in other &unix;-like operating systems, such as
	  OS&nbsp;X&trade; and Solaris&trade;.  The &man.autofs.5;
	  facility uses a &sun;-compatible &man.auto.master.5;
	  configuration file, and is administered with the
	  &man.automount.8; userland utility, and the
	  &man.automountd.8; and &man.autounmountd.8; daemons.</para>

      <sect4 xml:id="fs-zfs">
	<title>ZFS</title>

	<para>&nbsp;</para>
      </sect4>
    </sect3>
  </sect2>

  <sect2 xml:id="userland">
    <title>Userland Changes</title>

    <para revision="258838" contrib="sponsor" sponsor="&ff;, &google;"
      sponsorurl="">The &man.casperd.8; daemon has been added,
      which provides access to functionality that is not available in
      the <quote>capability mode</quote> sandbox.</para>

    <para revision="260594">When unable to load a kernel module with
      &man.kldload.8;, a message informing to view output of
      &man.dmesg.8; is now printed, opposed to the previous output
      <quote>Exec format error.</quote>.</para>

    <para revision="260910">Allow &man.pciconf.8; to identify PCI
      devices that are attached to a driver to be identified by their
      device name instead of just the selector.  Additionally, an
      optional device argument to the <literal>-l</literal> flag
      to restrict the output to only listing details about a single
      device.</para>

    <para revision="260913">A new flag, <quote>onifconsole</quote> has
      been added to <filename>/etc/ttys</filename>.  This allows the
      system to provide a login prompt via serial console if the
      device is an active kernel console, otherwise it is equivalent
      to <literal>off</literal>.</para>

    <para revision="260926">Support for displaying VPD for PCI devices
      via &man.pciconf.8; has been added.</para>

    <para revision="261498">&man.ping.8; protects against malicious
      network packets using the Capsicum framework to drop
      privileges.</para>

    <para revision="261504">&os;/&arch.i386; guests can be run under
      bhyve.</para>

    <para revision="265229">The &man.ps.1; utility has been
      updated to include the <literal>-J</literal> flag, used to
      filter output by matching &man.jail.8; IDs and names.
      Additionally, argument <literal>0</literal> can be used to
      <literal>-J</literal> to only list processes running on the
      host system.</para>

    <para revision="265249">The &man.top.1; utility has been updated
      to filter by &man.jail.8; ID or name, in followup to the
      &man.ps.1; change in <literal>r265229</literal>.</para>

    <para revision="265995">The Blowfish &man.crypt.3; default format
      has been changed to
      <literal>&dollar;2b&dollar;</literal>.</para>

    <para revision="266209">The &man.pmcstat.8; utility has been
      updated to include a new flag, <literal>-l</literal>, which
      ends event collection after the specified number of
      seconds.</para>

    <para revision="266463">The default &man.newsyslog.conf.5; now
      includes files in the
      <filename>/etc/newsyslog.conf.d/</filename> and
      <filename>/usr/local/etc/newsyslog.conf.d/</filename>
      directories by default for &man.newsyslog.8;.</para>

    <para revision="268461">The &man.readline.3; library is now
      statically linked in software within the base system, and the
      shared library is no longer installed, allowing the Ports
      Collection to use a modern version of the library.</para>

    <para revision="270675">The &man.mailwrapper.8; utility has been
      updated to use &man.mailer.conf.5; from the
      <literal>LOCALBASE</literal> environment variable, which
      defaults to <filename class="directory">/usr/local</filename>
      if unset.</para>

    <para revision="270745">The &man.ps.1; utility has been updated
      to include a new keyword, <quote>tracer</quote>, which displays
      the parent <acronym>PID</acronym> of a child process.</para>

    <para revision="271482">Support for adding empty partitions has
      been added to the &man.mkimg.1; utility.</para>

    <sect3 xml:id="rc-scripts">
      <title><filename>/etc/rc.d</filename> Scripts</title>

      <para revision="270676">The &man.rc.8; subsystem has been
	updated to allow configuring services in <filename
	  class="directory">&dollar;{LOCALBASE}/etc/rc.conf.d/</filename>.
	If <literal>LOCALBASE</literal> is unset, it defaults to
	<filename class="directory">/usr/local</filename>.</para>
    </sect3>

    <sect3 xml:id="periodic-scripts">
      <title><filename>/etc/periodic</filename> Scripts</title>

      <para revision="271321">The daily &man.periodic.8; script
	<filename>110.clean-tmps</filename> has been updated to
	avoid crossing filesystem mount boundaries when cleaning
	files in <filename class="directory">/tmp</filename>.</para>
    </sect3>
  </sect2>

  <sect2 xml:id="contrib">
    <title>Contributed Software</title>

    <para revision="258884" contrib="sponsor"
      sponsor="&darpa_afrl;">&man.lldb.1; has been updated to upstream
      snapshot version r196259.</para>

    <para revision="259626">Timezone data files have been updated to
      version 2013i.</para>

    <para revision="260445">&man.byacc.1; has been updated to version
      20140101.</para>

    <para revision="261037"><application>OpenSSL</application> has
      been updated to version 1.0.1.f.</para>

    <para revision="261071">&man.jemalloc.3; has been updated to
      version 3.5.0.</para>

    <para revision="261212"><application>bmake</application> has been
      updated to version 20140101.</para>

    <para revision="261283"><application>libc++</application> has been
      updated to version 3.4.</para>

    <para revision="261320"><application>OpenSSH</application> has
      been updated to 6.5p1.</para>

    <para revision="261344"><application>mdocml</application> has been
      updated to version 1.12.3.</para>

    <para revision="261991"><application>LLVM</application> and
      <application>Clang</application> have been updated to
      version 3.4.</para>

    <para revision="266527" role="merged"><application>Sendmail</application>
      has been updated from 8.14.7 to 8.14.9.</para>

    <para revision="267256"><application>OpenSSL</application> has
      been updated to version 1.0.1h.</para>

    <para revision="276577"><application>file</application> has been
      updated to version 5.22.</para>
  </sect2>

  <sect2 xml:id="ports">
    <title>Ports/Packages Collection Infrastructure</title>

    <para>&nbsp;</para>
  </sect2>

  <sect2 xml:id="releng">
    <title>Release Engineering and Integration</title>

    <para>&nbsp;</para>
  </sect2>

  <sect2 xml:id="doc">
    <title>Documentation</title>

    <para>&nbsp;</para>
  </sect2>
</sect1>

<sect1 xml:id="upgrade">
  <title>Upgrading from previous releases of &os;</title>

  <para arch="amd64,i386">Binary upgrades between RELEASE versions
    (and snapshots of the various security branches) are supported
    using the &man.freebsd-update.8; utility.  The binary upgrade
    procedure will update unmodified userland utilities, as well as
    unmodified GENERIC kernels distributed as a part of an official
    &os; release.  The &man.freebsd-update.8; utility requires that
    the host being upgraded have Internet connectivity.</para>

  <para>Source-based upgrades (those based on recompiling the &os;
    base system from source code) from previous versions are
    supported, according to the instructions in
    <filename>/usr/src/UPDATING</filename>.</para>

  <important>
    <para>Upgrading &os; should only be attempted after backing up
      <emphasis>all</emphasis> data and configuration files.</para>
  </important>
</sect1>
</article>
OpenPOWER on IntegriCloud