aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-08-17 17:18:39 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-08-17 17:18:39 +0000
commit1af57916ebf497b4b216ba4d675952bf682cb99b (patch)
tree1e38a0c551291871c0e0e28f8dbfab861f7b41d6
parent7b1e8fbd77cc7f5ef3eba5d693999b4b0cd31396 (diff)
downloadsrc-1af57916ebf497b4b216ba4d675952bf682cb99b.tar.gz
src-1af57916ebf497b4b216ba4d675952bf682cb99b.zip
New/updated release notes: maxusers tunable, vidcontrol(1) -h,
tmpname(3) use of TMPDIR.
Notes
Notes: svn path=/head/; revision=81843
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml13
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml13
2 files changed, 24 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 6e2ddd0e52b7..d228a6a32e96 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -222,6 +222,12 @@
<para>A &man.nmdm.4; null-modem terminal driver has been added.
&merged;</para>
+ <para>The <varname>maxusers</varname> kernel configuration
+ parameter is now a boot-time tunable variable. The kernel
+ parameters derived from <varname>maxusers</varname> are now also
+ tunables and can be overridden at boot-time. The
+ <varname>hz</varname> parameter is also now a tunable. &merged;</para>
+
<sect3>
<title>Processor/Motherboard Support</title>
@@ -1548,7 +1554,8 @@
Collection. &merged;</para>
<para>&man.vidcontrol.1; now supports a <option>-C</option> option
- to clear the history buffer for a given tty. &merged;</para>
+ to clear the history buffer for a given tty, as well as a
+ <option>-h</option> to set the size of the history buffer. &merged;</para>
<para>devinfo, a simple tool to print the device tree and resource usage by
devices, has been added.</para>
@@ -1693,6 +1700,10 @@
<para>&man.route.8; can now create <quote>proxy only</quote>
published ARP entries.</para>
+ <para>&man.tmpnam.3; will now use the <envar>TMPDIR</envar>
+ environment variable, if set, to specify the location of temporary
+ files. &merged;</para>
+
<sect3>
<title>Contributed Software</title>
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 6e2ddd0e52b7..d228a6a32e96 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -222,6 +222,12 @@
<para>A &man.nmdm.4; null-modem terminal driver has been added.
&merged;</para>
+ <para>The <varname>maxusers</varname> kernel configuration
+ parameter is now a boot-time tunable variable. The kernel
+ parameters derived from <varname>maxusers</varname> are now also
+ tunables and can be overridden at boot-time. The
+ <varname>hz</varname> parameter is also now a tunable. &merged;</para>
+
<sect3>
<title>Processor/Motherboard Support</title>
@@ -1548,7 +1554,8 @@
Collection. &merged;</para>
<para>&man.vidcontrol.1; now supports a <option>-C</option> option
- to clear the history buffer for a given tty. &merged;</para>
+ to clear the history buffer for a given tty, as well as a
+ <option>-h</option> to set the size of the history buffer. &merged;</para>
<para>devinfo, a simple tool to print the device tree and resource usage by
devices, has been added.</para>
@@ -1693,6 +1700,10 @@
<para>&man.route.8; can now create <quote>proxy only</quote>
published ARP entries.</para>
+ <para>&man.tmpnam.3; will now use the <envar>TMPDIR</envar>
+ environment variable, if set, to specify the location of temporary
+ files. &merged;</para>
+
<sect3>
<title>Contributed Software</title>