Regen from r234052.
This commit is contained in:
parent
3520a9a0f7
commit
89a0559650
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38658
1 changed files with 193 additions and 225 deletions
|
@ -19,7 +19,7 @@ alink="#0000FF">
|
|||
<p class="COPYRIGHT">Copyright © 2012 The FreeBSD Documentation Project</p>
|
||||
|
||||
<p class="PUBDATE">$FreeBSD: releng/8.3/release/doc/en_US.ISO8859-1/relnotes/article.sgml
|
||||
233114 2012-03-18 12:03:06Z hrs $<br />
|
||||
234052 2012-04-09 04:44:39Z hrs $<br />
|
||||
</p>
|
||||
|
||||
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
|
||||
|
@ -50,7 +50,7 @@ by the “™” or the “®” symbol.</p>
|
|||
<div>
|
||||
<div class="ABSTRACT"><a id="AEN18" name="AEN18"></a>
|
||||
<p>The release notes for FreeBSD 8.3-RELEASE contain a summary of the changes made to the
|
||||
FreeBSD base system on the 8.2-STABLE development line. This document lists applicable
|
||||
FreeBSD base system on the 8.3-STABLE development line. This document lists applicable
|
||||
security advisories that were issued since the last release, as well as significant
|
||||
changes to the FreeBSD kernel and userland. Some brief remarks on upgrading are also
|
||||
presented.</p>
|
||||
|
@ -76,34 +76,21 @@ presented.</p>
|
|||
|
||||
<dd>
|
||||
<dl>
|
||||
<dt>2.2.1 <a href="#BOOT">Boot Loader Changes</a></dt>
|
||||
<dt>2.2.1 <a href="#PROC">Hardware Support</a></dt>
|
||||
|
||||
<dt>2.2.2 <a href="#PROC">Hardware Support</a></dt>
|
||||
<dt>2.2.2 <a href="#NET-PROTO">Network Protocols</a></dt>
|
||||
|
||||
<dt>2.2.3 <a href="#NET-PROTO">Network Protocols</a></dt>
|
||||
<dt>2.2.3 <a href="#DISKS">Disks and Storage</a></dt>
|
||||
|
||||
<dt>2.2.4 <a href="#DISKS">Disks and Storage</a></dt>
|
||||
|
||||
<dt>2.2.5 <a href="#FS">File Systems</a></dt>
|
||||
<dt>2.2.4 <a href="#FS">File Systems</a></dt>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
<dt>2.3 <a href="#USERLAND">Userland Changes</a></dt>
|
||||
|
||||
<dd>
|
||||
<dl>
|
||||
<dt>2.3.1 <a href="#PERIODIC-SCRIPTS"><tt class="FILENAME">/etc/periodic</tt>
|
||||
Scripts</a></dt>
|
||||
|
||||
<dt>2.3.2 <a href="#RC-SCRIPTS"><tt class="FILENAME">/etc/rc.d</tt> Scripts</a></dt>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
<dt>2.4 <a href="#CONTRIB">Contributed Software</a></dt>
|
||||
|
||||
<dt>2.5 <a href="#PORTS">Ports/Packages Collection Infrastructure</a></dt>
|
||||
|
||||
<dt>2.6 <a href="#RELENG">Release Engineering and Integration</a></dt>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
|
@ -280,10 +267,8 @@ framework now supports 	<tt class="LITERAL">systrace</tt> for system calls o
|
|||
class="FILENAME">systrace_freebsd32</tt> kernel modules provide 	support for tracing
|
||||
compat system calls in addition to the native 	system call tracing provided by the
|
||||
	<tt class="FILENAME">systrace</tt> module.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219559"
|
||||
target="_top">r219559</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219561"
|
||||
target="_top">r219561</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219107"
|
||||
target="_top">r219107</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=hhook&sektion=9&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -312,10 +297,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=hhook&sektion=9&manpath=FreeBSD+8
|
|||
register their hook functions 	with hook points of interest within the kernel. These
|
||||
allow a 	structured way to dynamically extend the kernel at runtime in 	an ABI
|
||||
preserving manner.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=216758"
|
||||
target="_top">r216758</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=216615"
|
||||
target="_top">r216615</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222406"
|
||||
target="_top">r222406</a>]</p>
|
||||
|
||||
<p>[amd64, i386, pc98] A <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -323,8 +306,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+
|
|||
	tunable <code class="VARNAME">hw.memtest.tests</code> has been added. 	This
|
||||
controls whether to perform memory testing at boot time 	or not. The default value is
|
||||
<tt class="LITERAL">1</tt> (perform a 	memory test).[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224516"
|
||||
target="_top">r224516</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230282"
|
||||
target="_top">r230282</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=open&sektion=2&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -335,8 +318,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=fhopen&sektion=2&manpath=FreeBSD+
|
|||
allows setting the <tt class="LITERAL">FD_CLOEXEC</tt> flag for the 	newly created
|
||||
file descriptor. This is standardized in IEEE 	Std 1003.1-2008 (POSIX, Single UNIX
|
||||
Specification Version 	4).[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219999"
|
||||
target="_top">r219999</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220241"
|
||||
target="_top">r220241</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=posix_fallocate&sektion=2&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -344,17 +327,22 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=posix_fallocate&sektion=2&manpath
|
|||
class="REFENTRYTITLE">posix_fallocate</span>(2)</span></a> system call has 	been
|
||||
implemented. This is a function in POSIX to ensure that 	a part of the storage for
|
||||
regular file data is allocated on the 	file system storage media.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220791"
|
||||
target="_top">r220791</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=227573"
|
||||
target="_top">r227573</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=posix_fadvise&sektion=2&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">posix_fadvise</span>(2)</span></a>
|
||||
system call 	has been implemented. This is a function in POSIX similar to 	<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=madvise&sektion=2&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">madvise</span>(2)</span></a>
|
||||
except that it operates on a file descriptor 	instead of a memory region.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229725"
|
||||
target="_top">r229725</a>]</p>
|
||||
|
||||
<div class="SECT3">
|
||||
<hr />
|
||||
<h4 class="SECT3"><a id="BOOT" name="BOOT">2.2.1 Boot Loader Changes</a></h4>
|
||||
</div>
|
||||
|
||||
<div class="SECT3">
|
||||
<hr />
|
||||
<h4 class="SECT3"><a id="PROC" name="PROC">2.2.2 Hardware Support</a></h4>
|
||||
<h4 class="SECT3"><a id="PROC" name="PROC">2.2.1 Hardware Support</a></h4>
|
||||
|
||||
<p>The FreeBSD <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=usb&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -366,104 +354,104 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=bpf&sektion=4&manpath=FreeBSD+8.3
|
|||
	 The userland program <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=usbdump&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">usbdump</span>(8)</span></a> has
|
||||
been added.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=215649"
|
||||
target="_top">r215649</a>]</p>
|
||||
been added.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=221174"
|
||||
target="_top">r221174</a>]</p>
|
||||
|
||||
<div class="SECT4">
|
||||
<hr />
|
||||
<h5 class="SECT4"><a id="MM" name="MM">2.2.2.1 Multimedia Support</a></h5>
|
||||
</div>
|
||||
|
||||
<div class="SECT4">
|
||||
<hr />
|
||||
<h5 class="SECT4"><a id="NET-IF" name="NET-IF">2.2.2.2 Network Interface Support</a></h5>
|
||||
<h5 class="SECT4"><a id="NET-IF" name="NET-IF">2.2.1.1 Network Interface Support</a></h5>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cxgb</span>(4)</span></a> driver
|
||||
has been 	 updated to version 7.11.0.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220009"
|
||||
target="_top">r220009</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220340"
|
||||
target="_top">r220340</a>]</p>
|
||||
|
||||
<p>A <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cxgbe</span>(4)</span></a> driver
|
||||
for Chelsio 	 T4 (Terminator 4) based 10Gb/1Gb adapters has been 	 added.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218794"
|
||||
target="_top">r218794</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219633"
|
||||
target="_top">r219633</a>]</p>
|
||||
|
||||
<p>[i386] The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=dc&sektion=4&manpath=FreeBSD+8.3-RELEASE"><span
|
||||
class="CITEREFENTRY"><span class="REFENTRYTITLE">dc</span>(4)</span></a> driver 	
|
||||
now works correctly in kernels with the 	 <code class="OPTION">PAE</code> option.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218832"
|
||||
target="_top">r218832</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220072"
|
||||
target="_top">r220072</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=FreeBSD+8.3-RELEASE"><span
|
||||
class="CITEREFENTRY"><span class="REFENTRYTITLE">em</span>(4)</span></a> driver has been
|
||||
	 updated to version 7.3.2.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219753"
|
||||
target="_top">r219753</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230848"
|
||||
target="_top">r230848</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">igb</span>(4)</span></a> driver
|
||||
has been 	 updated to version 2.3.1.</p>
|
||||
has been 	 updated to version 2.3.1.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230848"
|
||||
target="_top">r230848</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">igb</span>(4)</span></a> driver
|
||||
now supports 	 Intel I350 PCIe Gigabit Ethernet controllers.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218530"
|
||||
target="_top">r218530</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230848"
|
||||
target="_top">r230848</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ixgbe</span>(4)</span></a> driver
|
||||
has been 	 updated to version 2.4.5.</p>
|
||||
has been 	 updated to version 2.4.5.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230924"
|
||||
target="_top">r230924</a>]</p>
|
||||
|
||||
<p>Firmware images in the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=iwn&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">iwn</span>(4)</span></a> 	
|
||||
driver for 1000, 5000, 6000, and 6500 series cards have been 	 updated.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220892"
|
||||
target="_top">r220892</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=223255"
|
||||
target="_top">r223255</a>]</p>
|
||||
|
||||
<p>A bug in the <a
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=msk&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">msk</span>(4)</span></a> driver
|
||||
has been 	 fixed. It could prevent RX checksum offloading from 	 working.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=216860"
|
||||
target="_top">r216860</a>]</p>
|
||||
now supports 	 RX checksum offloading for Yukon EC, Yukon Ultra, Yukon FE 	 and
|
||||
Yukon Ultra2. The checksum offloading for Yukon XL 	 was still disabled due to known
|
||||
silicon bug.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=223394"
|
||||
target="_top">r223394</a>]</p>
|
||||
|
||||
<p>A bug in the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">nfe</span>(4)</span></a> driver
|
||||
which 	 could prevent reinitialization after changing the MTU has 	 been
|
||||
fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217794"
|
||||
target="_top">r217794</a>]</p>
|
||||
fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218872"
|
||||
target="_top">r218872</a>]</p>
|
||||
|
||||
<p>A rdcphy(4) driver for RDC Semiconductor 	 R6040 10/100 PHY has been added.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=216828"
|
||||
target="_top">r216828</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218294"
|
||||
target="_top">r218294</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+8.3-RELEASE"><span
|
||||
class="CITEREFENTRY"><span class="REFENTRYTITLE">re</span>(4)</span></a> driver now
|
||||
supports 	 RTL8168E/8111E-VL PCIe Gigabit Ethernet controllers and 	 RTL8401E
|
||||
PCIe Fast Ethernet controllers.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217498"
|
||||
target="_top">r217498</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218760"
|
||||
target="_top">r218760</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218901"
|
||||
target="_top">r218901</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219116"
|
||||
target="_top">r219116</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+8.3-RELEASE"><span
|
||||
class="CITEREFENTRY"><span class="REFENTRYTITLE">re</span>(4)</span></a> driver now
|
||||
supports 	 TX interrupt moderation on RTL810xE PCIe Fast Ethernet 	
|
||||
controllers.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217766"
|
||||
target="_top">r217766</a>]</p>
|
||||
controllers.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218905"
|
||||
target="_top">r218905</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+8.3-RELEASE"><span
|
||||
|
@ -486,8 +474,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+8.3-
|
|||
class="CITEREFENTRY"><span class="REFENTRYTITLE">re</span>(4)</span></a> driver uses the
|
||||
old 	 mechanism. The default value is <tt class="LITERAL">0</tt> and 	 this
|
||||
tunable has no effect on controllers without MSI/MSI-X 	 capability.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217902"
|
||||
target="_top">r217902</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219110"
|
||||
target="_top">r219110</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+8.3-RELEASE"><span
|
||||
|
@ -495,10 +483,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+8.3-
|
|||
	 supports TSO (TCP Segmentation Offload) on RealTek 	 RTL8168/8111 C or later
|
||||
controllers. Note that this is 	 disabled by default because broken frames can be
|
||||
sent 	 under certain conditions.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217246"
|
||||
target="_top">r217246</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217832"
|
||||
target="_top">r217832</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218897"
|
||||
target="_top">r218897</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+8.3-RELEASE"><span
|
||||
|
@ -507,29 +493,31 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+8.3-
|
|||
other. Note that TX IP checksum 	 is disabled on some RTL8168C-based network
|
||||
interfaces 	 because it can generate an incorrect IP checksum when the 	 packet
|
||||
contains IP options.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217381"
|
||||
target="_top">r217381</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218289"
|
||||
target="_top">r218289</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218899"
|
||||
target="_top">r218899</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219114"
|
||||
target="_top">r219114</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+8.3-RELEASE"><span
|
||||
class="CITEREFENTRY"><span class="REFENTRYTITLE">re</span>(4)</span></a> driver now
|
||||
supports 	 RTL8105E PCIe Fast Ethernet controllers.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217911"
|
||||
target="_top">r217911</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229530"
|
||||
target="_top">r229530</a>]</p>
|
||||
|
||||
<p>A <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=vte&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">vte</span>(4)</span></a> driver
|
||||
for RDC R6040 Fast 	 Ethernet controllers, which are commonly found on the Vortex86
|
||||
	 System On a Chip, has been added.</p>
|
||||
	 System On a Chip, has been added.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218296"
|
||||
target="_top">r218296</a>]</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="SECT3">
|
||||
<hr />
|
||||
<h4 class="SECT3"><a id="NET-PROTO" name="NET-PROTO">2.2.3 Network Protocols</a></h4>
|
||||
<h4 class="SECT3"><a id="NET-PROTO" name="NET-PROTO">2.2.2 Network Protocols</a></h4>
|
||||
|
||||
<p><a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ipfw&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -542,8 +530,8 @@ numbered 	 <tt class="REPLACEABLE"><i>number</i></tt> or higher. The 	 <
|
|||
class="COMMAND">return</tt> action takes the rule number saved 	 to internal stack by
|
||||
the latest <tt class="COMMAND">call</tt> 	 action and returns ruleset processing to
|
||||
the first rule with 	 number greater than that saved number.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=223666"
|
||||
target="_top">r223666</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230575"
|
||||
target="_top">r230575</a>]</p>
|
||||
|
||||
<p>FreeBSD's <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ipsec&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -554,8 +542,8 @@ described in RFC 4868. 	 This was a fixed 96-bit length in prior releases be
|
|||
	 implementation was based on an old Internet draft 	
|
||||
draft-ietf-ipsec-ciph-sha-256-00. Note that this means 	 8.3-RELEASE and later are no
|
||||
longer interoperable with 	 the older FreeBSD releases.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218794"
|
||||
target="_top">r218794</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=221157"
|
||||
target="_top">r221157</a>]</p>
|
||||
|
||||
<p>A bug in the 	 <tt class="LITERAL">IPV6_PKTINFO</tt> option used in 	 <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=sendmsg&sektion=2&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -563,8 +551,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=sendmsg&sektion=2&manpath=FreeBSD
|
|||
been fixed. The 	 <tt class="LITERAL">IPV6_USE_MIN_MTU</tt> state set by 	 <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=setsockopt&sektion=2&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">setsockopt</span>(2)</span></a>
|
||||
was ignored.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=225682"
|
||||
target="_top">r225682</a>]</p>
|
||||
was ignored.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232560"
|
||||
target="_top">r232560</a>]</p>
|
||||
|
||||
<p>The 	 FreeBSD TCP/IP network stack now supports the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=mod_cc&sektion=9&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -601,18 +589,32 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=mod_cc&sektion=4&manpath=FreeBSD+
|
|||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mod_cc</span>(4)</span></a> and <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=mod_cc&sektion=9&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mod_cc</span>(9)</span></a> manual
|
||||
pages.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=216109"
|
||||
target="_top">r216109</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=216114"
|
||||
target="_top">r216114</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=216115"
|
||||
target="_top">r216115</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218152"
|
||||
target="_top">r218152</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218153"
|
||||
target="_top">r218153</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218155"
|
||||
target="_top">r218155</a>]</p>
|
||||
pages.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222401"
|
||||
target="_top">r222401</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222402"
|
||||
target="_top">r222402</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222403"
|
||||
target="_top">r222403</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222404"
|
||||
target="_top">r222404</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222406"
|
||||
target="_top">r222406</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222407"
|
||||
target="_top">r222407</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222408"
|
||||
target="_top">r222408</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222409"
|
||||
target="_top">r222409</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222411"
|
||||
target="_top">r222411</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222412"
|
||||
target="_top">r222412</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222413"
|
||||
target="_top">r222413</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222419"
|
||||
target="_top">r222419</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=225738"
|
||||
target="_top">r225738</a>]</p>
|
||||
|
||||
<p>An <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=h_ertt&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -624,8 +626,8 @@ has been added. This module 	 allows per-connection, low noise estimates of
|
|||
instantaneous RTT in the TCP/IP network stack with a robust 	 implementation even in
|
||||
the face of delayed acknowledgments 	 and/or TSO (TCP Segmentation Offload) being in
|
||||
use for a 	 connection.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217806"
|
||||
target="_top">r217806</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222410"
|
||||
target="_top">r222410</a>]</p>
|
||||
|
||||
<p>A new <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=tcp&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -633,8 +635,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=tcp&sektion=4&manpath=FreeBSD+8.3
|
|||
option 	 <tt class="LITERAL">TCP_CONGESTION</tt> has been added. This 	 allows to
|
||||
select or query the congestion control algorithm 	 that the TCP/IP network stack will
|
||||
use for connections on 	 the socket.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218912"
|
||||
target="_top">r218912</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222401"
|
||||
target="_top">r222401</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ng_ipfw&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -642,8 +644,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=ng_ipfw&sektion=4&manpath=FreeBSD
|
|||
href="http://www.FreeBSD.org/cgi/man.cgi?query=netgraph&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">netgraph</span>(4)</span></a>
|
||||
	 node now supports IPv6.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=225586"
|
||||
target="_top">r225586</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=225876"
|
||||
target="_top">r225876</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ng_one2many&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -653,13 +655,13 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=netgraph&sektion=4&manpath=FreeBS
|
|||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">netgraph</span>(4)</span></a> node
|
||||
now supports the 	 <tt class="LITERAL">XMIT_FAILOVER</tt> transmit algorithm. This
|
||||
	 makes packets deliver out of the first active 	 <tt class="LITERAL">many</tt>
|
||||
hook.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219127"
|
||||
target="_top">r219127</a>]</p>
|
||||
hook.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219660"
|
||||
target="_top">r219660</a>]</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT3">
|
||||
<hr />
|
||||
<h4 class="SECT3"><a id="DISKS" name="DISKS">2.2.4 Disks and Storage</a></h4>
|
||||
<h4 class="SECT3"><a id="DISKS" name="DISKS">2.2.3 Disks and Storage</a></h4>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ada&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -681,15 +683,15 @@ class="REPLACEABLE"><i>N</i></tt>.write_cache</code> 	 can override the conf
|
|||
in a per-device basis (the 	 default value is <tt class="LITERAL">-1</tt>, which
|
||||
means to use 	 the global setting). Note that the value can be changed at 	
|
||||
runtime, but it takes effect only after a device 	 reset.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220412"
|
||||
target="_top">r220412</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220841"
|
||||
target="_top">r220841</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">arcmsr</span>(4)</span></a> driver
|
||||
has been 	 updated to version 1.20.00.22.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224905"
|
||||
target="_top">r224905</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224991"
|
||||
target="_top">r224991</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=graid&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -698,27 +700,27 @@ class has been 	 added. This is a replacement of the <a
|
|||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ataraid&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ataraid</span>(4)</span></a>
|
||||
driver 	 supporting various BIOS-based software RAID.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219974"
|
||||
target="_top">r219974</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=223177"
|
||||
target="_top">r223177</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mxge</span>(4)</span></a> driver
|
||||
has been 	 updated.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=223958"
|
||||
target="_top">r223958</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224235"
|
||||
target="_top">r224235</a>]</p>
|
||||
|
||||
<p>A <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=tws&sektion=4&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">tws</span>(4)</span></a> driver
|
||||
for 3ware 9750 	 SATA+SAS 6Gb/s RAID controllers has been added.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=226115"
|
||||
target="_top">r226115</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=226243"
|
||||
target="_top">r226243</a>]</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT3">
|
||||
<hr />
|
||||
<h4 class="SECT3"><a id="FS" name="FS">2.2.5 File Systems</a></h4>
|
||||
<h4 class="SECT3"><a id="FS" name="FS">2.2.4 File Systems</a></h4>
|
||||
|
||||
<p>The FreeBSD Fast File System now 	 supports the <tt class="LITERAL">TRIM</tt>
|
||||
command when freeing data 	 blocks. A new flag <code class="OPTION">-t</code> in the
|
||||
|
@ -733,8 +735,8 @@ the file system 	 send a delete request to the underlying device for each &#
|
|||
block. The <tt class="LITERAL">TRIM</tt> command is 	 specified as a Data Set
|
||||
Management Command in the ATA8-ACS2 	 standard to carry the information related to
|
||||
deleted data 	 blocks to a device, especially for a SSD (Solid-State Drive) for 	
|
||||
optimization.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=216796"
|
||||
target="_top">r216796</a>]</p>
|
||||
optimization.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218079"
|
||||
target="_top">r218079</a>]</p>
|
||||
|
||||
<p>A new flag <code class="OPTION">-E</code> has 	 been added to the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=newfs&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -749,8 +751,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=fsck_ffs&sektion=8&manpath=FreeBS
|
|||
file 	 systems which have been mounted on systems without 	 <tt
|
||||
class="LITERAL">TRIM</tt> support, or with 	 <tt class="LITERAL">TRIM</tt> support
|
||||
disabled, as well as 	 filesystems which have been copied from one device to 	
|
||||
another.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=221233"
|
||||
target="_top">r221233</a>]</p>
|
||||
another.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=225296"
|
||||
target="_top">r225296</a>]</p>
|
||||
|
||||
<p>The FreeBSD NFS subsystem now supports a 	 <code class="OPTION">nocto</code> mount
|
||||
option. This disables the 	 close-to-open cache coherency check at open time. This
|
||||
|
@ -759,8 +761,8 @@ only if the data on the server changes 	 rarely. The <a
|
|||
href="http://www.FreeBSD.org/cgi/man.cgi?query=mount_nfs&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">mount_nfs</span>(8)</span></a>
|
||||
utility now also supports 	 this flag keyword.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=221436"
|
||||
target="_top">r221436</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=221759"
|
||||
target="_top">r221759</a>]</p>
|
||||
|
||||
<p>A <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -772,15 +774,15 @@ system identification number 	 internally used in the kernel. This fixes the
|
|||
rebuilding the kernel on the NFS server due to unexpected 	 change of these
|
||||
identification number values. Note that 	 this is set to <tt class="LITERAL">0</tt>
|
||||
(disable) by default for 	 backward compatibility.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=225537"
|
||||
target="_top">r225537</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=226926"
|
||||
target="_top">r226926</a>]</p>
|
||||
|
||||
<p>The FreeBSD ZFS subsystem has been 	 updated to the SPA (Storage Pool Allocator,
|
||||
also known as 	 zpool) version 28. It now supports data deduplication, 	 triple
|
||||
parity RAIDZ (raidz3), snapshot holds, log device 	 removal, zfs diff, zpool split,
|
||||
zpool import 	 <code class="OPTION">-F</code>, and read-only zpool import.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219089"
|
||||
target="_top">r219089</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222741"
|
||||
target="_top">r222741</a>]</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -795,12 +797,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=bsdtar&sektion=1&manpath=FreeBSD+
|
|||
href="http://www.FreeBSD.org/cgi/man.cgi?query=cpio&sektion=1&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">cpio</span>(1)</span></a>
|
||||
utilities are now based on 	<b class="APPLICATION">libarchive</b> version 2.8.5.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224152"
|
||||
target="_top">r224152</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224153"
|
||||
target="_top">r224153</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224154"
|
||||
target="_top">r224154</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229589"
|
||||
target="_top">r229589</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=cpuset&sektion=1&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -809,16 +807,16 @@ utility now supports 	a <code class="OPTION">-C</code> flag to create a new
|
|||
and assign 	an existing process into that set, and an 	<tt
|
||||
class="LITERAL">all</tt> keyword in the <code class="OPTION">-l 	<tt
|
||||
class="REPLACEABLE"><i>cpu-list</i></tt></code> option to specify 	all CPUs in the
|
||||
system.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217416"
|
||||
target="_top">r217416</a>]</p>
|
||||
system.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218033"
|
||||
target="_top">r218033</a>]</p>
|
||||
|
||||
<p>A bug in the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=fetch&sektion=1&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">fetch</span>(1)</span></a> utility
|
||||
which 	could prevent the <tt class="COMMAND">STAT</tt> FTP command from working
|
||||
	properly has been fixed.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217505"
|
||||
target="_top">r217505</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=221764"
|
||||
target="_top">r221764</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=gpart&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -826,16 +824,16 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=gpart&sektion=8&manpath=FreeBSD+8
|
|||
now supports a 	<code class="OPTION">-p</code> flag to the <tt
|
||||
class="COMMAND">show</tt> 	subcommand. This allows showing providers' names of
|
||||
	partitions instead of the partitions' indexes.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219415"
|
||||
target="_top">r219415</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219861"
|
||||
target="_top">r219861</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=hastd&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">hastd</span>(8)</span></a> utility
|
||||
now drops 	<tt class="LITERAL">root</tt> privileges of the worker processes to the
|
||||
	<tt class="LITERAL">hast</tt> user.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218049"
|
||||
target="_top">r218049</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220104"
|
||||
target="_top">r220104</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=hastd&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -844,8 +842,8 @@ now supports a 	<tt class="LITERAL">checksum</tt> keyword to specify the che
|
|||
	algorithm in a <tt class="LITERAL">resource</tt> section. As of 	8.3-RELEASE,
|
||||
<tt class="LITERAL">none</tt>, 	<tt class="LITERAL">sha256</tt>, and <tt
|
||||
class="LITERAL">crc32</tt> are 	supported.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219351"
|
||||
target="_top">r219351</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220104"
|
||||
target="_top">r220104</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=hastd&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -854,8 +852,8 @@ now supports a 	<tt class="LITERAL">compression</tt> keyword to specify the
|
|||
compression 	algorithm in a <tt class="LITERAL">resource</tt> section. As of
|
||||
	8.3-RELEASE, <tt class="LITERAL">none</tt>, 	<tt class="LITERAL">hole</tt> and
|
||||
<tt class="LITERAL">lzf</tt> are 	supported.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219354"
|
||||
target="_top">r219354</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220104"
|
||||
target="_top">r220104</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=hastd&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -865,8 +863,8 @@ now supports a 	<tt class="LITERAL">source</tt> keyword to specify the local
|
|||
href="http://www.FreeBSD.org/cgi/man.cgi?query=hastd&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">hastd</span>(8)</span></a>	daemon.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219818"
|
||||
target="_top">r219818</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220104"
|
||||
target="_top">r220104</a>]</p>
|
||||
|
||||
<p>A <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=readline&sektion=3&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -874,22 +872,20 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=readline&sektion=3&manpath=FreeBS
|
|||
set has been 	imported into <b class="APPLICATION">libedit</b>. This is 	based on
|
||||
NetBSD's implementation and BSD licensed utilities 	now use it instead of GNU 	<b
|
||||
class="APPLICATION">libreadline</b>.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220370"
|
||||
target="_top">r220370</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220612"
|
||||
target="_top">r220612</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=makefs&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">makefs</span>(8)</span></a>
|
||||
utility now supports the 	ISO 9660 format.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224762"
|
||||
target="_top">r224762</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224447"
|
||||
target="_top">r224447</a>]</p>
|
||||
|
||||
<p><b class="APPLICATION">libmd</b> 	and <b class="APPLICATION">libcrypt</b> now
|
||||
support the SHA-256 	and SHA-512 algorithms.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220496"
|
||||
target="_top">r220496</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220497"
|
||||
target="_top">r220497</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231588"
|
||||
target="_top">r231588</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=netstat&sektion=1&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -897,8 +893,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=netstat&sektion=1&manpath=FreeBSD
|
|||
utility now does not 	expose the internal scope address representation used in the
|
||||
FreeBSD 	kernel, which is derived from KAME IPv6 stack, in the results 	of <tt
|
||||
class="COMMAND">netstat -ani</tt> and <tt class="COMMAND">netstat 	 -nr</tt>.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217642"
|
||||
target="_top">r217642</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219062"
|
||||
target="_top">r219062</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=newsyslog&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -908,15 +904,15 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=xz&sektion=1&manpath=FreeBSD+8.3-
|
|||
class="CITEREFENTRY"><span class="REFENTRYTITLE">xz</span>(1)</span></a> compression. An
|
||||
<tt class="LITERAL">X</tt> flag 	in the optional field has been added to specify the
|
||||
	compression.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218127"
|
||||
target="_top">r218127</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218911"
|
||||
target="_top">r218911</a>]</p>
|
||||
|
||||
<p>A <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=poweroff&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">poweroff</span>(8)</span></a>
|
||||
utility has been added. 	This is equivalent to:[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=216823"
|
||||
target="_top">r216823</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224259"
|
||||
target="_top">r224259</a>]</p>
|
||||
|
||||
<pre class="SCREEN">
|
||||
<samp class="PROMPT">#</samp> shutdown -p now
|
||||
|
@ -932,8 +928,8 @@ same functionalities as the <tt class="LITERAL">name</tt> 	and <tt
|
|||
class="LITERAL">description</tt> subcommands of the 	<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ifconfig&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ifconfig</span>(8)</span></a>
|
||||
utility.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=218397"
|
||||
target="_top">r218397</a>]</p>
|
||||
utility.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224285"
|
||||
target="_top">r224285</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ps&sektion=1&manpath=FreeBSD+8.3-RELEASE"><span
|
||||
|
@ -941,8 +937,8 @@ href="http://www.FreeBSD.org/cgi/man.cgi?query=ps&sektion=1&manpath=FreeBSD+8.3-
|
|||
supports 	<code class="OPTION">-o usertime</code> and <code class="OPTION">-o
|
||||
systime</code> 	options to display accumulated system and user CPU time,
|
||||
	respectively.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219713"
|
||||
target="_top">r219713</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219943"
|
||||
target="_top">r219943</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=rtadvd&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -952,8 +948,8 @@ now supports a 	<tt class="LITERAL">noifprefix</tt> keyword to disable gathe
|
|||
is specified. An entry in 	<tt class="FILENAME">/etc/rtadvd.conf</tt> with 	<tt
|
||||
class="LITERAL">noifprefix</tt> and no <tt class="LITERAL">addr</tt> 	generates an RA
|
||||
message with no prefix information 	option.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222732"
|
||||
target="_top">r222732</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231802"
|
||||
target="_top">r231802</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=rtadvd&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
|
@ -966,37 +962,23 @@ utility to control 	the <a
|
|||
href="http://www.FreeBSD.org/cgi/man.cgi?query=rtadvd&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">rtadvd</span>(8)</span></a> daemon
|
||||
has been added.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222732"
|
||||
target="_top">r222732</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224006"
|
||||
target="_top">r224006</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231802"
|
||||
target="_top">r231802</a>]</p>
|
||||
|
||||
<p>A bug in the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=tftpd&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">tftpd</span>(8)</span></a> daemon
|
||||
has 	been fixed. It had an interoperability issue when 	transferring a large
|
||||
file.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224536"
|
||||
target="_top">r224536</a>]</p>
|
||||
file.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=227083"
|
||||
target="_top">r227083</a>]</p>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=zpool&sektion=8&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">zpool</span>(8)</span></a>:
|
||||
utility now supports a 	<tt class="COMMAND">zpool labelclear</tt> command. This
|
||||
allows to 	wipe the label data from a drive that is not active in a 	pool.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224171"
|
||||
target="_top">r224171</a>]</p>
|
||||
|
||||
<div class="SECT3">
|
||||
<hr />
|
||||
<h4 class="SECT3"><a id="PERIODIC-SCRIPTS" name="PERIODIC-SCRIPTS">2.3.1 <tt
|
||||
class="FILENAME">/etc/periodic</tt> Scripts</a></h4>
|
||||
</div>
|
||||
|
||||
<div class="SECT3">
|
||||
<hr />
|
||||
<h4 class="SECT3"><a id="RC-SCRIPTS" name="RC-SCRIPTS">2.3.2 <tt
|
||||
class="FILENAME">/etc/rc.d</tt> Scripts</a></h4>
|
||||
</div>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229570"
|
||||
target="_top">r229570</a>]</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT2">
|
||||
|
@ -1004,37 +986,32 @@ class="FILENAME">/etc/rc.d</tt> Scripts</a></h4>
|
|||
<h3 class="SECT2"><a id="CONTRIB" name="CONTRIB">2.4 Contributed Software</a></h3>
|
||||
|
||||
<p>The <b class="APPLICATION">awk</b> has 	been updated to the 7 August 2011
|
||||
release.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224731"
|
||||
target="_top">r224731</a>]</p>
|
||||
release.</p>
|
||||
|
||||
<p><b class="APPLICATION">ISC BIND</b> has 	been updated to version
|
||||
9.6-ESV-R5-P1.</p>
|
||||
|
||||
<p>The <tt class="LITERAL">netcat</tt> utility 	has been updated to version 4.9.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=221793"
|
||||
target="_top">r221793</a>]</p>
|
||||
<p>The <tt class="LITERAL">netcat</tt> utility 	has been updated to version 4.9.</p>
|
||||
|
||||
<p><b class="APPLICATION">GNU GCC</b> and 	<b class="APPLICATION">libstdc++</b> have
|
||||
been updated to rev 	127959 of <tt class="LITERAL">gcc-4_2-branch</tt> (the last
|
||||
	GPLv2-licensed version).[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=220150"
|
||||
target="_top">r220150</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=221274"
|
||||
target="_top">r221274</a>]</p>
|
||||
|
||||
<p>The <b class="APPLICATION">LESS</b> 	program has been updated to version v444.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=222906"
|
||||
target="_top">r222906</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=223454"
|
||||
target="_top">r223454</a>]</p>
|
||||
|
||||
<p>The 	<b class="APPLICATION">OpenSSH</b> utility has been updated to 	5.4p1,
|
||||
and optimization for large bandwidth-delay product 	connection and <tt
|
||||
class="LITERAL">none</tt> cipher support have 	been merged[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=221484"
|
||||
target="_top">r221484</a>, <a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=224638"
|
||||
target="_top">r224638</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=228152"
|
||||
target="_top">r228152</a>]</p>
|
||||
|
||||
<p><b class="APPLICATION">sendmail</b> 	has been updated to version 8.14.5.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=223067"
|
||||
target="_top">r223067</a>]</p>
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=223315"
|
||||
target="_top">r223315</a>]</p>
|
||||
|
||||
<p>The <b class="APPLICATION">timezone</b> 	database has been updated to the 	<b
|
||||
class="APPLICATION">tzdata2011n</b> release.[<a
|
||||
|
@ -1044,14 +1021,11 @@ target="_top">r226977</a>]</p>
|
|||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=unifdef&sektion=1&manpath=FreeBSD+8.3-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">unifdef</span>(1)</span></a>
|
||||
utility has been updated 	to version 2.5.6.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=217698"
|
||||
target="_top">r217698</a>]</p>
|
||||
utility has been updated 	to version 2.5.6.</p>
|
||||
|
||||
<p>The <b class="APPLICATION">xz</b> 	program has been updated from 5.0.0 to a
|
||||
snapshot as of 11 	July, 2011.[<a
|
||||
href="http://svn.freebsd.org/viewvc/base?view=revision&revision=223935"
|
||||
target="_top">r223935</a>]</p>
|
||||
<p>The <b class="APPLICATION">xz</b> 	program has been updated from 5.0.0 to
|
||||
5.0.1.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=219219"
|
||||
target="_top">r219219</a>]</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT2">
|
||||
|
@ -1063,12 +1037,6 @@ Infrastructure</a></h3>
|
|||
	(<a href="http://www.FreeBSD.org/cgi/url.cgi?ports/x11/kde4/pkg-descr"><tt
|
||||
class="FILENAME">x11/kde4</tt></a>) has been 	updated from 4.5.5 to 4.7.4.</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT2">
|
||||
<hr />
|
||||
<h3 class="SECT2"><a id="RELENG" name="RELENG">2.6 Release Engineering and
|
||||
Integration</a></h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="SECT1">
|
||||
|
|
Loading…
Reference in a new issue