diff options
author | bmah <bmah@FreeBSD.org> | 2006-06-18 16:36:51 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2006-06-18 16:36:51 +0000 |
commit | fb68c3bcd7ca44da3542626991c19ce8d83f7f9e (patch) | |
tree | 622beb5c770baea3b3200858e765a92295458d17 /release | |
parent | 541a2579556e192e1f6409c5f9e1b69d19f84ca2 (diff) | |
download | FreeBSD-src-fb68c3bcd7ca44da3542626991c19ce8d83f7f9e.zip FreeBSD-src-fb68c3bcd7ca44da3542626991c19ce8d83f7f9e.tar.gz |
New release note: COMPAT_43 removed from GENERIC.
Updated release note: MPSAFE-ness of NFS includes the client code.
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 8 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 19f72b7..b2c7aeb 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -213,6 +213,12 @@ extreme precaution, as disabling automatic fan control might overheat the hardware and lead to permanent damage.</para> + <para>The <literal>options COMPAT_43</literal> kernel + configuration option has been deemed unnecessary and has been + removed from <filename>GENERIC</filename> and related kernel + configurations. This change may result in a small performance + increase for some workloads.</para> + <para>The &man.ddb.4; debugger now provides the <literal>show lock</literal> command. If the argument has a valid lock class, this displays various information about the lock and calls a @@ -932,7 +938,7 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting> MegaRAID SAS utility). &merged;</para> <para>A part of the FreeBSD NFS subsystem (the interface with - the protocol stack and callouts) is now MPSAFE.</para> + the protocol stack and callouts, the NFS client side) is now MPSAFE.</para> <para>Initial (read-only) support for SGI's XFS filesystem has been added.</para> 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 19f72b7..b2c7aeb 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -213,6 +213,12 @@ extreme precaution, as disabling automatic fan control might overheat the hardware and lead to permanent damage.</para> + <para>The <literal>options COMPAT_43</literal> kernel + configuration option has been deemed unnecessary and has been + removed from <filename>GENERIC</filename> and related kernel + configurations. This change may result in a small performance + increase for some workloads.</para> + <para>The &man.ddb.4; debugger now provides the <literal>show lock</literal> command. If the argument has a valid lock class, this displays various information about the lock and calls a @@ -932,7 +938,7 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting> MegaRAID SAS utility). &merged;</para> <para>A part of the FreeBSD NFS subsystem (the interface with - the protocol stack and callouts) is now MPSAFE.</para> + the protocol stack and callouts, the NFS client side) is now MPSAFE.</para> <para>Initial (read-only) support for SGI's XFS filesystem has been added.</para> |