diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2006-06-17 04:57:12 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2006-06-17 04:57:12 +0000 |
| commit | 19c35faac434e56a7a8c137120f42ff030dcac38 (patch) | |
| tree | 6965b06d88bb649fb1b7e448722d8edb4e11371a | |
| parent | 88d51fd7a824f640349562a9fdc611ea5708c4c1 (diff) | |
Notes
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 16d71715f0c6..85f5eb13843b 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -135,16 +135,21 @@ <sect2 id="kernel"> <title>Kernel Changes</title> - <para></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>) + to increase erroneously.</para> <!-- Above this line, sort kernel changes by manpage/keyword--> <sect3 id="boot"> <title>Boot Loader Changes</title> - <para></para> <!-- Above this line, order boot loader changes by keyword--> + <para arch="pc98">A bootable CDROM loader has been implemented + for the pc98 platform.</para> + </sect3> <sect3 id="proc"> @@ -183,7 +188,19 @@ <sect3 id="fs"> <title>File Systems</title> - <para></para> + <para>The &man.linsysfs.5; pseudo-filesystem driver has been + added. It provides a subset of the + Linux <filename>sys</filename> filesystem, and is required for + the correct operation of some Linux binaries (such as the LSI + MegaRAID SAS utility).</para> + + <para>A deadlock observed when both quotas and snapshots were in + use on a file system on &os; &release.prev; has been + corrected.</para> + + <para>A performance regression with NFS servers running &os; + &release.prev;, caused by a leak of the Giant kernel lock, has + been fixed.</para> </sect3> </sect2> @@ -229,7 +246,10 @@ <sect3 id="rc-scripts"> <title><filename>/etc/rc.d</filename> Scripts</title> - <para></para> + <para>A bug in the <filename>rc.d/jail</filename> startup + script, which caused a number of problems for users attempting + to use jails on &os; &release.prev;, has been + corrected.</para> </sect3> </sect2> |
