From a13e730bdf2abc3fbe91e4d31dcda8cd0f886e3f Mon Sep 17 00:00:00 2001 From: bmah Date: Thu, 5 Jul 2001 23:56:15 +0000 Subject: New release notes: Kernel message buffer via sysctl and dmesg(8), new processor detection, better TCP memory usage, netstat(1) -z. --- release/doc/en_US.ISO8859-1/relnotes/article.sgml | 17 +++++++++++++++++ release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) (limited to 'release') 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 should be used when another device instance is desired. + The kernel message buffer is now accessible by the + (machine-independent) kern.msgbuf sysctl + variable; &man.dmesg.8; no longer needs to be SGID + kmem. + Processor/Motherboard Support @@ -253,6 +258,10 @@ SMP support for the alpha is now operational. + Detection for new processors, such as the + FC-PGA2 Pentium III (Tualatin), Transmeta Crusoe, and Transmeta + Crusoe LongRun, has been added. + @@ -407,6 +416,11 @@ (very old) terminal servers with buggy VJ header compression implementations. &merged; + 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. + A new sysctl net.inet.ip.check_interface, 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 @@ &man.netstat.1; now keeps track of input and output packets on a per-address basis for each interface. &merged; + &man.netstat.1; now has a flag to reset + statistics. + &man.sockstat.1; now has and flags for listing connected and listening sockets, respectively. &merged; 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 should be used when another device instance is desired. + The kernel message buffer is now accessible by the + (machine-independent) kern.msgbuf sysctl + variable; &man.dmesg.8; no longer needs to be SGID + kmem. + Processor/Motherboard Support @@ -253,6 +258,10 @@ SMP support for the alpha is now operational. + Detection for new processors, such as the + FC-PGA2 Pentium III (Tualatin), Transmeta Crusoe, and Transmeta + Crusoe LongRun, has been added. + @@ -407,6 +416,11 @@ (very old) terminal servers with buggy VJ header compression implementations. &merged; + 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. + A new sysctl net.inet.ip.check_interface, 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 @@ &man.netstat.1; now keeps track of input and output packets on a per-address basis for each interface. &merged; + &man.netstat.1; now has a flag to reset + statistics. + &man.sockstat.1; now has and flags for listing connected and listening sockets, respectively. &merged; -- cgit v1.1