summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-07-26 04:40:58 +0000
committerbmah <bmah@FreeBSD.org>2001-07-26 04:40:58 +0000
commit396c6c947b8f26b82bfabee2c6dcdbdf1cc4ef4a (patch)
tree86596f80808bdbd41dd65fd13aad71894db56cbb
parenta034475efbf5c480b0fe78b270efaf03f1c4c361 (diff)
downloadFreeBSD-src-396c6c947b8f26b82bfabee2c6dcdbdf1cc4ef4a.zip
FreeBSD-src-396c6c947b8f26b82bfabee2c6dcdbdf1cc4ef4a.tar.gz
New release notes: ed(4) MII, isdnd.rc(5) maxconnecttime, ppp(8)
tcpmssfixup for inbound packets, BIND NOADDITIONAL. MFCs noted: RANDOM_IP_ID, ppp(8) tcpmssfixup, libcrypt unification.
-rw-r--r--release/doc/en_US.ISO8859-1/hardware/article.sgml3
-rw-r--r--release/doc/en_US.ISO8859-1/hardware/common/dev.sgml3
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml25
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml25
4 files changed, 46 insertions, 10 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/article.sgml b/release/doc/en_US.ISO8859-1/hardware/article.sgml
index 87198b7..f72138c 100644
--- a/release/doc/en_US.ISO8859-1/hardware/article.sgml
+++ b/release/doc/en_US.ISO8859-1/hardware/article.sgml
@@ -1402,6 +1402,9 @@
<para>National Semiconductor InfoMover NE4100</para>
</listitem>
<listitem>
+ <para>NetGear FA-410TX</para>
+ </listitem>
+ <listitem>
<para>Network Everywhere Ethernet 10BaseT PC Card</para>
</listitem>
<listitem>
diff --git a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml
index 87198b7..f72138c 100644
--- a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml
+++ b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml
@@ -1402,6 +1402,9 @@
<para>National Semiconductor InfoMover NE4100</para>
</listitem>
<listitem>
+ <para>NetGear FA-410TX</para>
+ </listitem>
+ <listitem>
<para>Network Everywhere Ethernet 10BaseT PC Card</para>
</listitem>
<listitem>
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index ad31d89..9bebc06 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -342,6 +342,12 @@
very short packets and BPF or bridging active has been
fixed. &merged;</para>
+ <para>The &man.ed.4; driver now has support for D-Link
+ DL10022 chips, necessary for the NetGear FA-410TX and other
+ cards. As a result, <literal>device miibus</literal> is
+ required in kernel configurations using the &man.ed.4;
+ driver. &merged;</para>
+
<para>The &man.fxp.4; driver now requires a <literal>device
miibus</literal> entry in the kernel configuration file. &merged;</para>
@@ -486,7 +492,7 @@
closes a minor information leak which allows a remote observer
to determine the rate at which the machine is generating
packets, since the default behaviour is to increment a counter
- for each packet sent.</para>
+ for each packet sent. &merged;</para>
<para>IP multicast now works on VLAN devices. Several other
bugs in the VLAN code have also been fixed.</para>
@@ -737,6 +743,10 @@
supported using the &man.i4bcapi.4; and the &man.iavc.4; driver. The
supported cards are the AVM B1 PCI and AVM B1 ISA Basic Rate
cards and the AVM T1 Primary Rate cards.</para>
+
+ <para>A new <literal>maxconnecttime</literal> keyword is now
+ accepted in &man.isdnd.rc.5; files to limit the time a
+ connection may remain open.</para>
</sect4>
<sect4 id="kame-kernel">
@@ -1242,7 +1252,7 @@
<para>&man.lpd.8; now takes two new options: <option>-c</option>
will log all connection errors to &man.syslogd.8;, while
- <option>-w</option> will allow connections from non-reserved
+ <option>-W</option> will allow connections from non-reserved
ports. &merged;</para>
<para>&man.lpc.8; has been improved; <command>lpc clean</command>
@@ -1257,15 +1267,15 @@
<para>&man.rdist.1; has been retired.</para>
<para>&man.ppp.8; has gained the <literal>tcpmssfixup</literal>
- option, which adjusts outgoing TCP SYN packets so that the maximum
+ option, which adjusts outgoing and incoming TCP SYN packets so that the maximum
receive segment size is no larger than allowed by the interface
- MTU.</para>
+ MTU. &merged;</para>
<para><filename>libcrypt</filename> and
<filename>libdescrypt</filename> have been unified to provide a
configurable password authentication hash library. Both the md5
and des hash methods are provided unless the des hash is
- specifically compiled out.</para>
+ specifically compiled out. &merged;</para>
<para>&man.passwd.1; and &man.pw.8; now select the password hash
algorithm at run time. See the <literal>passwd_format</literal>
@@ -1657,6 +1667,11 @@
distribution is now built as
<filename>libisc</filename>. &merged;</para>
+ <para><application>BIND</application> is now built with the
+ <literal>NOADDITIONAL</literal> flag, which causes &man.named.8;
+ to operate in a more consistent fashion for certain common
+ misconfigurations. &merged;</para>
+
<para><application>Binutils</application> have been upgraded a
snapshot from 19 July 2001 on the 2.11 development branch.</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 ad31d89..9bebc06 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -342,6 +342,12 @@
very short packets and BPF or bridging active has been
fixed. &merged;</para>
+ <para>The &man.ed.4; driver now has support for D-Link
+ DL10022 chips, necessary for the NetGear FA-410TX and other
+ cards. As a result, <literal>device miibus</literal> is
+ required in kernel configurations using the &man.ed.4;
+ driver. &merged;</para>
+
<para>The &man.fxp.4; driver now requires a <literal>device
miibus</literal> entry in the kernel configuration file. &merged;</para>
@@ -486,7 +492,7 @@
closes a minor information leak which allows a remote observer
to determine the rate at which the machine is generating
packets, since the default behaviour is to increment a counter
- for each packet sent.</para>
+ for each packet sent. &merged;</para>
<para>IP multicast now works on VLAN devices. Several other
bugs in the VLAN code have also been fixed.</para>
@@ -737,6 +743,10 @@
supported using the &man.i4bcapi.4; and the &man.iavc.4; driver. The
supported cards are the AVM B1 PCI and AVM B1 ISA Basic Rate
cards and the AVM T1 Primary Rate cards.</para>
+
+ <para>A new <literal>maxconnecttime</literal> keyword is now
+ accepted in &man.isdnd.rc.5; files to limit the time a
+ connection may remain open.</para>
</sect4>
<sect4 id="kame-kernel">
@@ -1242,7 +1252,7 @@
<para>&man.lpd.8; now takes two new options: <option>-c</option>
will log all connection errors to &man.syslogd.8;, while
- <option>-w</option> will allow connections from non-reserved
+ <option>-W</option> will allow connections from non-reserved
ports. &merged;</para>
<para>&man.lpc.8; has been improved; <command>lpc clean</command>
@@ -1257,15 +1267,15 @@
<para>&man.rdist.1; has been retired.</para>
<para>&man.ppp.8; has gained the <literal>tcpmssfixup</literal>
- option, which adjusts outgoing TCP SYN packets so that the maximum
+ option, which adjusts outgoing and incoming TCP SYN packets so that the maximum
receive segment size is no larger than allowed by the interface
- MTU.</para>
+ MTU. &merged;</para>
<para><filename>libcrypt</filename> and
<filename>libdescrypt</filename> have been unified to provide a
configurable password authentication hash library. Both the md5
and des hash methods are provided unless the des hash is
- specifically compiled out.</para>
+ specifically compiled out. &merged;</para>
<para>&man.passwd.1; and &man.pw.8; now select the password hash
algorithm at run time. See the <literal>passwd_format</literal>
@@ -1657,6 +1667,11 @@
distribution is now built as
<filename>libisc</filename>. &merged;</para>
+ <para><application>BIND</application> is now built with the
+ <literal>NOADDITIONAL</literal> flag, which causes &man.named.8;
+ to operate in a more consistent fashion for certain common
+ misconfigurations. &merged;</para>
+
<para><application>Binutils</application> have been upgraded a
snapshot from 19 July 2001 on the 2.11 development branch.</para>
OpenPOWER on IntegriCloud