MFC: Minidumps, padlock(7) VIA C7 support, enc(4), sysinstall(8) menu

titles.
This commit is contained in:
bmah 2006-07-25 21:39:00 +00:00
parent b90c2d7dce
commit 7082f976be

View File

@ -135,6 +135,13 @@
<sect2 id="kernel">
<title>Kernel Changes</title>
<para arch="amd64,i386">Instead of including all of physical
memory in a kernel crash dump, the kernel now defaults to
dumping only pages that are actively mapped into kernel virtual
memory. This functionality requires that the new
<varname>debug.minidump</varname> sysctl variable be set to
<literal>1</literal>.</para>
<para>A bug has been fixed in the statistics-keeping code in the
kernel's UMA memory allocator. This caused a count of memory
allocation failures (as shown by <command>netstat -m</command>)
@ -166,6 +173,9 @@
standard designed to enable remote monitoring and control of server,
networking and telecommunication platforms.</para>
<para>The &man.padlock.4; driver now supports the cryptographic
functionality of the VIA C7 processor.</para>
<sect4 id="mm">
<title>Multimedia Support</title>
@ -200,6 +210,11 @@
<sect3 id="net-proto">
<title>Network Protocols</title>
<para>The &man.enc.4; IPsec filtering pseudo-device has been
added. It allows firewall packages using the &man.pfil.9;
framework to examine (and filter) IPsec traffic before
outbound encryption and after inbound decryption.</para>
<para>&os; &release.prev; contained a bug in the IPv6
implementation, which caused spurious error messages to be
printed for point-to-point interfaces. This problem has been
@ -329,6 +344,9 @@
<sect2 id="releng">
<title>Release Engineering and Integration</title>
<para>The &man.sysinstall.8; utility now displays the running &os;
version in menu titles.</para>
<para>A <filename>/media</filename> directory has been
added to contain mount points for removable media
such as CDROMs, floppy disks, USB drives, and so on.</para>