diff options
author | bmah <bmah@FreeBSD.org> | 2001-11-05 00:30:47 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-11-05 00:30:47 +0000 |
commit | 8112fe7f71a09a2082589a8976bebf9f7a6700b6 (patch) | |
tree | e461518e4b8b9d2ea4a822fd482b97c310407b01 | |
parent | c4cf2b8a4084e3872cbc64a32d2313bda63a9f7c (diff) | |
download | FreeBSD-src-8112fe7f71a09a2082589a8976bebf9f7a6700b6.zip FreeBSD-src-8112fe7f71a09a2082589a8976bebf9f7a6700b6.tar.gz |
New release notes: pmc driver, new loader tunables, ipfw(8) limit.
Updated release note: bridge(4) and dummynet(4) are loadable modules.
-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, 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 41933db..a9febef 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -330,6 +330,16 @@ better compatability with some BIOS implementations that do not completely implement the El Torito bootable CDROM standard.</para> + <para arch="i386">The pmc driver, which supports the power + management controller of the NEC PC-98NOTE, has been + added. &merged;</para> + + <para>The kernel configuration parameters + <varname>MAXTSIZ</varname>, <varname>DFLDSIZ</varname>, + <varname>MAXDSIZ</varname>, <varname>DFLSSIZ</varname>, + <varname>MAXSSIZ</varname>, and <varname>SGROWSIZ</varname> are + all loader tunables. &merged;</para> + <sect3> <title>Processor/Motherboard Support</title> @@ -570,7 +580,8 @@ <quote>proxy-only</quote> published entries.</para> <para>&man.bridge.4; and &man.dummynet.4; have received some - enhancements and bug fixes.</para> + enhancements and bug fixes, and are now loadable + modules. &merged;</para> <para>ICMP ECHO and TSTAMP replies are now rate limited. TCP RSTs generated due to packets sent to open and unopen ports are now @@ -1569,6 +1580,10 @@ allows for packet matching on interfaces with dynamically-changing IP addresses. &merged;</para> + <para>&man.ipfw.8; has a new <literal>limit</literal> type of + firewall rule, which limits the number of sessions between address + pairs. &merged;</para> + <para>&man.ip6fw.8; now has the ability to use a preprocessor and use the <option>-q</option> (quiet) flag when reading from a file. &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 41933db..a9febef 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -330,6 +330,16 @@ better compatability with some BIOS implementations that do not completely implement the El Torito bootable CDROM standard.</para> + <para arch="i386">The pmc driver, which supports the power + management controller of the NEC PC-98NOTE, has been + added. &merged;</para> + + <para>The kernel configuration parameters + <varname>MAXTSIZ</varname>, <varname>DFLDSIZ</varname>, + <varname>MAXDSIZ</varname>, <varname>DFLSSIZ</varname>, + <varname>MAXSSIZ</varname>, and <varname>SGROWSIZ</varname> are + all loader tunables. &merged;</para> + <sect3> <title>Processor/Motherboard Support</title> @@ -570,7 +580,8 @@ <quote>proxy-only</quote> published entries.</para> <para>&man.bridge.4; and &man.dummynet.4; have received some - enhancements and bug fixes.</para> + enhancements and bug fixes, and are now loadable + modules. &merged;</para> <para>ICMP ECHO and TSTAMP replies are now rate limited. TCP RSTs generated due to packets sent to open and unopen ports are now @@ -1569,6 +1580,10 @@ allows for packet matching on interfaces with dynamically-changing IP addresses. &merged;</para> + <para>&man.ipfw.8; has a new <literal>limit</literal> type of + firewall rule, which limits the number of sessions between address + pairs. &merged;</para> + <para>&man.ip6fw.8; now has the ability to use a preprocessor and use the <option>-q</option> (quiet) flag when reading from a file. &merged;</para> |