aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-08-01 20:07:51 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-08-01 20:07:51 +0000
commit9130d3cc55eba0b2ef458e1510d112753d41efcc (patch)
tree07e9155880a1c89b398c725475c18d242ecab854 /release
parent073a5d3980a628fe39ba1f75784c2d113fcda69c (diff)
downloadsrc-9130d3cc55eba0b2ef458e1510d112753d41efcc.tar.gz
src-9130d3cc55eba0b2ef458e1510d112753d41efcc.zip
Fix previous commit: actually move the UFS_DIRHAS stuff, not the
ddb(4) stuff. I have *no* idea how I managed to screw that up.
Notes
Notes: svn path=/head/; revision=80955
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml20
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml20
2 files changed, 20 insertions, 20 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 2a393618a11a..3d7fd505f512 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -213,11 +213,11 @@
variable; &man.dmesg.8; no longer needs to be SGID
<groupname>kmem</groupname>.</para>
- <para>A simple hash-based lookup optimization for large directories
- called <literal>dirhash</literal> has been added. Conditional on the
- <literal>UFS_DIRHASH</literal> kernel option, it improves the speed of
- operations on very large directories at the expense of some
- memory.</para>
+ <para>Two new &man.ddb.4; commands, <command>hwatch</command> and
+ <command>dhwatch</command>, have been introduced. Analogous to
+ <command>watch</command> and <command>dwatch</command>, they install
+ hardware watchpoints (as opposed to software watchpoints) if supported
+ by the architecture. &merged;</para>
<para arch="i386">Support for Streaming <acronym>SIMD</acronym>
Extensions (<acronym>SSE</acronym>) has been introduced. The
@@ -662,11 +662,11 @@
<para>pseudofs, a pseudo-filesystem framework, has been added.
&man.linprocfs.5; has been modified to use pseudofs.</para>
- <para>Two new &man.ddb.4; commands, <command>hwatch</command> and
- <command>dhwatch</command>, have been introduced. Analogous to
- <command>watch</command> and <command>dwatch</command>, they install
- hardware watchpoints (as opposed to software watchpoints) if
- supported by the architecture. &merged;</para>
+ <para>A simple hash-based lookup optimization for large directories
+ called <literal>dirhash</literal> has been added. Conditional on the
+ <literal>UFS_DIRHASH</literal> kernel option, it improves the speed
+ of operations on very large directories at the expense of some
+ memory.</para>
</sect3>
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 2a393618a11a..3d7fd505f512 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -213,11 +213,11 @@
variable; &man.dmesg.8; no longer needs to be SGID
<groupname>kmem</groupname>.</para>
- <para>A simple hash-based lookup optimization for large directories
- called <literal>dirhash</literal> has been added. Conditional on the
- <literal>UFS_DIRHASH</literal> kernel option, it improves the speed of
- operations on very large directories at the expense of some
- memory.</para>
+ <para>Two new &man.ddb.4; commands, <command>hwatch</command> and
+ <command>dhwatch</command>, have been introduced. Analogous to
+ <command>watch</command> and <command>dwatch</command>, they install
+ hardware watchpoints (as opposed to software watchpoints) if supported
+ by the architecture. &merged;</para>
<para arch="i386">Support for Streaming <acronym>SIMD</acronym>
Extensions (<acronym>SSE</acronym>) has been introduced. The
@@ -662,11 +662,11 @@
<para>pseudofs, a pseudo-filesystem framework, has been added.
&man.linprocfs.5; has been modified to use pseudofs.</para>
- <para>Two new &man.ddb.4; commands, <command>hwatch</command> and
- <command>dhwatch</command>, have been introduced. Analogous to
- <command>watch</command> and <command>dwatch</command>, they install
- hardware watchpoints (as opposed to software watchpoints) if
- supported by the architecture. &merged;</para>
+ <para>A simple hash-based lookup optimization for large directories
+ called <literal>dirhash</literal> has been added. Conditional on the
+ <literal>UFS_DIRHASH</literal> kernel option, it improves the speed
+ of operations on very large directories at the expense of some
+ memory.</para>
</sect3>