diff options
author | bmah <bmah@FreeBSD.org> | 2001-07-05 23:56:15 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-07-05 23:56:15 +0000 |
commit | a13e730bdf2abc3fbe91e4d31dcda8cd0f886e3f (patch) | |
tree | 3a7754ecc1c884ec3214e66f3fa3fbdc0264001b /release/doc | |
parent | 7e712a31e77dc026baf6f693de748b9e8bad3a7a (diff) | |
download | FreeBSD-src-a13e730bdf2abc3fbe91e4d31dcda8cd0f886e3f.zip FreeBSD-src-a13e730bdf2abc3fbe91e4d31dcda8cd0f886e3f.tar.gz |
New release notes: Kernel message buffer via sysctl and dmesg(8),
new processor detection, better TCP memory usage, netstat(1) -z.
Diffstat (limited to 'release/doc')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 17 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 17 |
2 files changed, 34 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 ba7b1b1..a42b10a 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -201,6 +201,11 @@ <option>create</option> option should be used when another device instance is desired.</para> + <para>The kernel message buffer is now accessible by the + (machine-independent) <varname>kern.msgbuf</varname> sysctl + variable; &man.dmesg.8; no longer needs to be SGID + <groupname>kmem</groupname>.</para> + <sect3> <title>Processor/Motherboard Support</title> @@ -253,6 +258,10 @@ <para arch="alpha">SMP support for the alpha is now operational.</para> + <para arch="i386">Detection for new processors, such as the + FC-PGA2 Pentium III (Tualatin), Transmeta Crusoe, and Transmeta + Crusoe LongRun, has been added.</para> + </sect3> <sect3> @@ -407,6 +416,11 @@ (very old) terminal servers with buggy VJ header compression implementations. &merged;</para> + <para>The TCP implementation no longer requires the + allocation of a TCP template structure for each connection; this + should reduce the buffer usage on large systems handling many + connections.</para> + <para>A new sysctl <literal>net.inet.ip.check_interface</literal>, which is on by default, causes IP to verify that an incoming packet arrives on an interface that has an address matching the @@ -1017,6 +1031,9 @@ <para>&man.netstat.1; now keeps track of input and output packets on a per-address basis for each interface. &merged;</para> + <para>&man.netstat.1; now has a <option>-z</option> flag to reset + statistics.</para> + <para>&man.sockstat.1; now has <option>-c</option> and <option>-l</option> flags for listing connected and listening sockets, respectively. &merged;</para> 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 ba7b1b1..a42b10a 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -201,6 +201,11 @@ <option>create</option> option should be used when another device instance is desired.</para> + <para>The kernel message buffer is now accessible by the + (machine-independent) <varname>kern.msgbuf</varname> sysctl + variable; &man.dmesg.8; no longer needs to be SGID + <groupname>kmem</groupname>.</para> + <sect3> <title>Processor/Motherboard Support</title> @@ -253,6 +258,10 @@ <para arch="alpha">SMP support for the alpha is now operational.</para> + <para arch="i386">Detection for new processors, such as the + FC-PGA2 Pentium III (Tualatin), Transmeta Crusoe, and Transmeta + Crusoe LongRun, has been added.</para> + </sect3> <sect3> @@ -407,6 +416,11 @@ (very old) terminal servers with buggy VJ header compression implementations. &merged;</para> + <para>The TCP implementation no longer requires the + allocation of a TCP template structure for each connection; this + should reduce the buffer usage on large systems handling many + connections.</para> + <para>A new sysctl <literal>net.inet.ip.check_interface</literal>, which is on by default, causes IP to verify that an incoming packet arrives on an interface that has an address matching the @@ -1017,6 +1031,9 @@ <para>&man.netstat.1; now keeps track of input and output packets on a per-address basis for each interface. &merged;</para> + <para>&man.netstat.1; now has a <option>-z</option> flag to reset + statistics.</para> + <para>&man.sockstat.1; now has <option>-c</option> and <option>-l</option> flags for listing connected and listening sockets, respectively. &merged;</para> |