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.
This commit is contained in:
Dima Dorfman 2001-08-01 20:07:51 +00:00
parent 073a5d3980
commit 9130d3cc55
2 changed files with 20 additions and 20 deletions

View file

@ -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>

View file

@ -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>