diff options
author | bmah <bmah@FreeBSD.org> | 2003-01-14 19:06:11 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2003-01-14 19:06:11 +0000 |
commit | a90b35a5f497e2d83c3bd5c52de78ea14a4af68e (patch) | |
tree | a5b20c77890d4d4848aaf86eb2a6aca3bb9ffc2d /release | |
parent | ab115542a2cbd7c66d5de7ef94c4421a85beaacf (diff) | |
download | FreeBSD-src-a90b35a5f497e2d83c3bd5c52de78ea14a4af68e.zip FreeBSD-src-a90b35a5f497e2d83c3bd5c52de78ea14a4af68e.tar.gz |
New release notes: dump(8) -C, newsyslog(8) W flag.
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 12 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index f3ec73c..49ad60c 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -2515,6 +2515,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> filesystem and performs the dump on the snapshot. The snapshot is removed when the dump is complete.</para> + <para>&man.dump.8; now supports caching of disk blocks with the + <option>-C</option> option. This can improve dump performance + at the cost of possibly missing filesystem updates that occur + between passes.</para> + <para role="historic">The <option>-T</option> option to &man.dump.8; no longer swallows an extra argument. &merged;</para> @@ -3161,6 +3166,13 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> &man.gzip.1; can be specified in <filename>/etc/newsyslog.conf</filename>.)</para> + <para>&man.newsyslog.8; now supports a <literal>W</literal> flag + to force previously-started compression jobs for an entry (or + group of entries specified with the <literal>G</literal> flag) + to finish before beginning a new one. This feature is designed + to prevent system overloads caused by starting several + compression jobs on big files simultaneously. &merged;</para> + <para>The &man.nextboot.8; utility has been added to specify an alternate kernel and/or boot flags to be used the next time the machine is booted. A previous incarnation of this feature 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 f3ec73c..49ad60c 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -2515,6 +2515,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> filesystem and performs the dump on the snapshot. The snapshot is removed when the dump is complete.</para> + <para>&man.dump.8; now supports caching of disk blocks with the + <option>-C</option> option. This can improve dump performance + at the cost of possibly missing filesystem updates that occur + between passes.</para> + <para role="historic">The <option>-T</option> option to &man.dump.8; no longer swallows an extra argument. &merged;</para> @@ -3161,6 +3166,13 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> &man.gzip.1; can be specified in <filename>/etc/newsyslog.conf</filename>.)</para> + <para>&man.newsyslog.8; now supports a <literal>W</literal> flag + to force previously-started compression jobs for an entry (or + group of entries specified with the <literal>G</literal> flag) + to finish before beginning a new one. This feature is designed + to prevent system overloads caused by starting several + compression jobs on big files simultaneously. &merged;</para> + <para>The &man.nextboot.8; utility has been added to specify an alternate kernel and/or boot flags to be used the next time the machine is booted. A previous incarnation of this feature |