mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
073a5d3980
commit
9130d3cc55
2 changed files with 20 additions and 20 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue