From 5494e5a96ae5db5d6115d1ccc83f7ad2f5ed8873 Mon Sep 17 00:00:00 2001 From: bmah Date: Tue, 18 Feb 2003 02:51:53 +0000 Subject: [PATCH] New release notes: Linux IPv6 support, cm support for IPX (+MFC), FAST_IPSEC and INET6 can coexist (sort of), wfd/wst removal, compat4x adds libcrypto/libgmp/libssl libraries, config(8) nodevice, mount_nfs(8) -c (+MFC), ping(8) -M. Modified release notes: Explicitly name wlan module. --- .../doc/en_US.ISO8859-1/relnotes/article.sgml | 38 ++++++++++++++++++- .../en_US.ISO8859-1/relnotes/common/new.sgml | 38 ++++++++++++++++++- 2 files changed, 74 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 45b8e277637f..b911939aee0d 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -115,6 +115,8 @@ NODEVFS option has been removed from the set of possible kernel configuration options. + Linux emulation mode now supports IPv6. + A second process scheduler, designed to be a general purpose @@ -156,7 +158,9 @@ Network Interface Support - A new module provides 802.11 link-layer support. The + The cm driver now supports IPX. &merged; + + A new wlan module provides 802.11 link-layer support. The &man.wi.4; driver now uses this facility. @@ -164,6 +168,11 @@ Network Protocols + It is now possible to build the + FAST_IPSEC and INET6 + options into the same kernel. (They still cannot be used + together, however.) + A bug in TCP NewReno, which caused premature exit from fast recovery when NewReno was enabled, has been fixed. &merged; @@ -189,6 +198,9 @@ volume. More information can be found in the &man.vinum.4; manual page. + The wfd and wst drivers, which have been + broken for some time, have been removed. + @@ -219,6 +231,17 @@ Userland Changes + The compat4x + distribution now includes the + libcrypto.so.2, + libgmp.so.3, and + libssl.so.2 libraries from &os; + 4.7-RELEASE. + + &man.config.8; now implements a nodevice + kernel configuration file directive that cancels the effect of a + device directive. + The and flags to &man.disklabel.8; have been retired. @@ -294,6 +317,16 @@ The &man.libgeom.3; library has been added to allow some userland access to the &man.geom.4; subsystem. + &man.mount.nfs.8; now supports a to + avoid doing a &man.connect.2; for UDP mount points. This option + must be used if the server does not reply to requests from the + standard NFS port number 2049 or if it replies to requests using + a different IP address (which can occur if the server is + multi-homed). Setting the + vfs.nfs.nfs_ip_paranoia sysctl to + 0 will make this option the + default. &merged; + &man.newsyslog.8; now supports a W flag to force previously-started compression jobs for an entry (or group of entries specified with the G flag) @@ -309,6 +342,9 @@ &man.ping.8; now supports a flag to set the Don't Fragment bit on outgoing packets. + &man.ping.8; now supports a flag to use + ICMP mask request messages instead of ICMP echo requests. + &man.ping.8; now supports a flag to set the Type of Service bits in outgoing packets. 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 45b8e277637f..b911939aee0d 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -115,6 +115,8 @@ NODEVFS option has been removed from the set of possible kernel configuration options. + Linux emulation mode now supports IPv6. + A second process scheduler, designed to be a general purpose @@ -156,7 +158,9 @@ Network Interface Support - A new module provides 802.11 link-layer support. The + The cm driver now supports IPX. &merged; + + A new wlan module provides 802.11 link-layer support. The &man.wi.4; driver now uses this facility. @@ -164,6 +168,11 @@ Network Protocols + It is now possible to build the + FAST_IPSEC and INET6 + options into the same kernel. (They still cannot be used + together, however.) + A bug in TCP NewReno, which caused premature exit from fast recovery when NewReno was enabled, has been fixed. &merged; @@ -189,6 +198,9 @@ volume. More information can be found in the &man.vinum.4; manual page. + The wfd and wst drivers, which have been + broken for some time, have been removed. + @@ -219,6 +231,17 @@ Userland Changes + The compat4x + distribution now includes the + libcrypto.so.2, + libgmp.so.3, and + libssl.so.2 libraries from &os; + 4.7-RELEASE. + + &man.config.8; now implements a nodevice + kernel configuration file directive that cancels the effect of a + device directive. + The and flags to &man.disklabel.8; have been retired. @@ -294,6 +317,16 @@ The &man.libgeom.3; library has been added to allow some userland access to the &man.geom.4; subsystem. + &man.mount.nfs.8; now supports a to + avoid doing a &man.connect.2; for UDP mount points. This option + must be used if the server does not reply to requests from the + standard NFS port number 2049 or if it replies to requests using + a different IP address (which can occur if the server is + multi-homed). Setting the + vfs.nfs.nfs_ip_paranoia sysctl to + 0 will make this option the + default. &merged; + &man.newsyslog.8; now supports a W flag to force previously-started compression jobs for an entry (or group of entries specified with the G flag) @@ -309,6 +342,9 @@ &man.ping.8; now supports a flag to set the Don't Fragment bit on outgoing packets. + &man.ping.8; now supports a flag to use + ICMP mask request messages instead of ICMP echo requests. + &man.ping.8; now supports a flag to set the Type of Service bits in outgoing packets.