summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2006-05-22 20:18:04 +0000
committerbmah <bmah@FreeBSD.org>2006-05-22 20:18:04 +0000
commit9dfa5a2cdbbb60da86949b433f5978a0d58a0944 (patch)
tree49711c261c107503ff04f20fbbadb8c79361bd5d /release
parent6e5a4bfa4ceafc325466fee0ccc366458d437886 (diff)
downloadFreeBSD-src-9dfa5a2cdbbb60da86949b433f5978a0d58a0944.zip
FreeBSD-src-9dfa5a2cdbbb60da86949b433f5978a0d58a0944.tar.gz
New release notes: ipfwpcap(8), jemalloc.
Modified release note: Add a missing word in mdmfs(8) -P note.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml17
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml17
2 files changed, 32 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 c18fefd..fb7b61f 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -1032,6 +1032,11 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
also specified, no output is made for disks with no
activity. &merged;</para>
+ <para>The &man.ipfwpcap.8; utility has been added; it captures
+ packets on a &man.divert.4; socket and writes them as
+ &man.pcap.3; (also known as &man.tcpdump.1;) format data to a
+ file or pipe.</para>
+
<para>The &man.jail.8; utility supports a <option>-J
<replaceable>jid_file</replaceable></option> option to
write out a JidFile, similar to a PidFile, containing
@@ -1095,6 +1100,16 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
an <option>-U</option> flag to use the file creation
time for sorting.</para>
+ <para>A new &man.malloc.3; implementation has been introduced.
+ This implementation, sometimes referred to
+ as <quote>jemalloc</quote>, was designed to improve the
+ performance of multi-threaded programs, particularly on SMP
+ systems, while preserving the performance of single-threaded
+ programs. Due to the use of different algorithms and data
+ structures, jemalloc may expose some previously-unknown bugs in
+ userland code, although most of the &os; base system and common
+ ports have been tested and/or fixed.</para>
+
<para>The &man.mdconfig.8; utility now supports XML
output of the device listing. Currently
<command>list</command> and <command>query</command>
@@ -1105,7 +1120,7 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
by comma character.</para>
<para>The &man.mdmfs.8; utility now supports a <option>-P</option> flag
- to allow skipping &man.newfs.8; process
+ to allow skipping the &man.newfs.8; process
when using a vnode-backed disk.</para>
<para>The &man.mdmfs.8; utility now supports a <option>-E</option> flag
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 c18fefd..fb7b61f 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -1032,6 +1032,11 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
also specified, no output is made for disks with no
activity. &merged;</para>
+ <para>The &man.ipfwpcap.8; utility has been added; it captures
+ packets on a &man.divert.4; socket and writes them as
+ &man.pcap.3; (also known as &man.tcpdump.1;) format data to a
+ file or pipe.</para>
+
<para>The &man.jail.8; utility supports a <option>-J
<replaceable>jid_file</replaceable></option> option to
write out a JidFile, similar to a PidFile, containing
@@ -1095,6 +1100,16 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
an <option>-U</option> flag to use the file creation
time for sorting.</para>
+ <para>A new &man.malloc.3; implementation has been introduced.
+ This implementation, sometimes referred to
+ as <quote>jemalloc</quote>, was designed to improve the
+ performance of multi-threaded programs, particularly on SMP
+ systems, while preserving the performance of single-threaded
+ programs. Due to the use of different algorithms and data
+ structures, jemalloc may expose some previously-unknown bugs in
+ userland code, although most of the &os; base system and common
+ ports have been tested and/or fixed.</para>
+
<para>The &man.mdconfig.8; utility now supports XML
output of the device listing. Currently
<command>list</command> and <command>query</command>
@@ -1105,7 +1120,7 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
by comma character.</para>
<para>The &man.mdmfs.8; utility now supports a <option>-P</option> flag
- to allow skipping &man.newfs.8; process
+ to allow skipping the &man.newfs.8; process
when using a vnode-backed disk.</para>
<para>The &man.mdmfs.8; utility now supports a <option>-E</option> flag
OpenPOWER on IntegriCloud