New release notes:

- axe(4) altq support
- INCLUDE_CONFIG_FILE improvements
- ng_car added
- sa -U and -P flags

Modified release notes:
- hptiop(4) manpage reference added
- twa(4) updated to 3.70.03.007

Removed release notes:
- lastcomm -X, change whas been backed out
This commit is contained in:
Christian Brueffer 2007-05-19 12:10:48 +00:00
parent 03756ceff7
commit 16d3037df8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169755

View file

@ -358,6 +358,14 @@
<filename>rc.d/hostid</filename> startup script and, where
possible, is saved to disk to be persistent across reboots.</para>
<para>The <option>INCLUDE_CONFIG_FILE</option> kernel configuration
option has been improved. The full configuration of a running kernel
can now be obtained via <command>sysctl -b kern.conftxt</command>.
It can also be extracted from a kernel file via
<command>config -x kernelfile</command>. To preserve the literal
kernel configuration with all the comments included, the
<option>-C</option> option of &man.config.8; can be used.</para>
<para>Support for Kernel Scheduled Entities (KSE) is now a kernel
option (previously it was a mandatory feature in the kernel).
It is enabled in the GENERIC kernel (thus there is no change in
@ -724,6 +732,8 @@
included in the <filename>GENERIC</filename> kernel by
default. &merged;</para>
<para>The &man.axe.4; driver now supports &man.altq.4;. &merged;</para>
<para>[&arch.amd64;, &arch.i386;] The &man.bce.4; driver, which supports Broadcom
NetXtreme II (BCM5706/BCM5708) PCI/PCIe Gigabit Ethernet controllers,
has been added. For more details, see &man.bce.4;. &merged;</para>
@ -1022,6 +1032,9 @@ pipe tablearg ip from table(1) to any</programlisting>
<para>The &man.natm.4;, Native Mode ATM protocol layer is now MPSAFE.</para>
<para>The &man.ng.car.4; Netgraph node has been added. It implements
various traffic shaping and rate limiting algorithms.</para>
<para>A new &man.ng.deflate.4; Netgraph node type has been
added. It implements Deflate PPP compression. &merged;</para>
@ -1259,7 +1272,7 @@ pipe tablearg ip from table(1) to any</programlisting>
has been renamed to <filename>geom_md.ko</filename>
for consistency.</para>
<para>[&arch.amd64;, &arch.i386;] The hptiop(4) driver has been added.
<para>[&arch.amd64;, &arch.i386;] The &man.hptiop.4; driver has been added.
It supports the Highpoint RocketRAID 3xxx series of controllers.</para>
<para>[&arch.amd64;, &arch.i386;] The &man.hptmv.4; driver has been updated and now supports
@ -1283,8 +1296,9 @@ pipe tablearg ip from table(1) to any</programlisting>
<para>The &man.mpt.4; driver is now MPSAFE.</para>
<para>The &man.twa.4; driver has been updated to the 3.70.03.006
release on the 3ware Web site. &merged;</para>
<para>The &man.twa.4; driver has been updated to the 3.70.03.007
release on the 3ware Web site. It now supports AMCC's 3ware
9650 series of SATA controllers. &merged;</para>
<para>A new GEOM-based disk encryption facility, GEOM_ELI, has been
added. It uses the &man.crypto.9; framework for hardware acceleration
@ -1586,9 +1600,6 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
This allows one to use kgdb on <filename>/dev/mem</filename>
and be able to patch memory on a live system.</para>
<para>The &man.lastcomm.1; utility now supports a <option>-X</option>
flag to export accounting data in a text format.</para>
<para>The &man.libarchive.3; library now supports
POSIX.1e-style Extended Attributes.</para>
@ -2181,6 +2192,11 @@ mdconfig_md1="-t vnode -f /var/foo.img"</programlisting>
directory argument is given, it will set current
working directory to the first prefix given by the
<command>@cwd</command> command. &merged;</para>
<para>The &man.sa.8; utility now supports <option>-U</option>
and <option>-P</option> flags. They can be used to specify
the per-user and per-process summary file location,
respectively.</para>
</sect2>
<sect2 id="releng">