summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-12-15 06:48:18 +0000
committerbmah <bmah@FreeBSD.org>2001-12-15 06:48:18 +0000
commit023030be782d51098efab6bbd9491af9ddde2460 (patch)
treea844c5e42ea299b3d14efbc093c0d5983c2d6447
parent43ede8b147a694c41c6af946613b6fc2063cb88d (diff)
downloadFreeBSD-src-023030be782d51098efab6bbd9491af9ddde2460.zip
FreeBSD-src-023030be782d51098efab6bbd9491af9ddde2460.tar.gz
New release notes: root filesystem on a SCSI CDROM, filesystem
bugs fixed. MFCs noted: em(4), faith(4) loadable/unloadable/clonable, sis(4) VLAN support, interface capabilities, IP address hash table, syn cache, newfs(8) defaults.
-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
2 files changed, 34 insertions, 16 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 6249c43..e692382 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -490,10 +490,10 @@
support NICs based on the Intel 82542, 82543, and 82544 Gigabit
Ethernet controller chips. The driver supports transmit/receive
checksum offload and jumbo frames on 82543 and 82544-based
- adapters.</para>
+ adapters. &merged;</para>
<para>The &man.faith.4; device is now loadable, unloadable, and
- clonable.</para>
+ clonable. &merged;</para>
<para arch="i386">Support for Fujitsu MB86960A/MB86965A based Ethernet
PC-Cards has been added back in the &man.fe.4; driver. &merged;</para>
@@ -558,8 +558,8 @@
<para>Added support for PCI Ethernet adapters based on the
National Semiconductor DP83815 chipset, including the NetGear
- FA311-TX and FA312-TX, in the form of the &man.sis.4; driver. &merged;
- This device has support for VLANs.</para>
+ FA311-TX and FA312-TX, in the form of the &man.sis.4; driver.
+ This device has support for VLANs. &merged;</para>
<para arch="i386">The snc driver for the National Semiconductor
DP8393X (SONIC) Ethernet controller has been added. Currently,
@@ -597,11 +597,11 @@
<para>The per-interface <varname>ifnet</varname> structure now
has the ability to indicate a set of capabilities supported by a
network interface, and which ones are enabled. &man.ifconfig.8;
- has support for querying these capabilities.</para>
+ has support for querying these capabilities. &merged;</para>
<para>Performance with hosts having a large number of IP aliases
has been improved, by replacing the per-interface
- <varname>if_inaddr</varname> linear list with a hash table.</para>
+ <varname>if_inaddr</varname> linear list with a hash table. &merged;</para>
<para>Network devices now automatically appear as special files in
<filename>/dev/net</filename>. Interface hardware ioctls (not
@@ -740,7 +740,7 @@
the connection as usual. This so-called
<quote>syncache</quote> makes a host much more resistant to
TCP-based Denial of Service attacks. Work on this feature was
- sponsored by DARPA and NAI Labs.</para>
+ sponsored by DARPA and NAI Labs. &merged;</para>
<para>A bug in the TCP implementation, which could cause
connections to stall if a sender saw a zero-sized window, has
@@ -948,6 +948,15 @@
<para>The virtual memory subsystem now backs UFS directory
memory requirements by default (this behavior is controlled via
the <varname>vfs.vmiodirenable</varname> sysctl variable. &merged;</para>
+
+ <para>A bug that prevented the root filesystem from being
+ mounted from a SCSI CDROM has been fixed (ATAPI CDROMs were
+ always supported). &merged;</para>
+
+ <para>A number of bugs in the filesystem code, discovered
+ through the use of a filesystem test tool, have been fixed.
+ Under certain circumstances (primarily related to use of NFS),
+ these bugs could cause data corruption or kernel panics.</para>
</sect3>
<sect3>
@@ -1865,7 +1874,7 @@
by &man.newfs.8; are now 16384 and 2048 bytes, respectively (the
old defaults were 8192 and 1024 bytes). This change generally
provides increased performance, at the expense of some wasted disk
- space.</para>
+ space. &merged;</para>
<para>&man.newsyslog.8; now has the ability to ability to compress
log files using &man.bzip2.1;. &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 6249c43..e692382 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -490,10 +490,10 @@
support NICs based on the Intel 82542, 82543, and 82544 Gigabit
Ethernet controller chips. The driver supports transmit/receive
checksum offload and jumbo frames on 82543 and 82544-based
- adapters.</para>
+ adapters. &merged;</para>
<para>The &man.faith.4; device is now loadable, unloadable, and
- clonable.</para>
+ clonable. &merged;</para>
<para arch="i386">Support for Fujitsu MB86960A/MB86965A based Ethernet
PC-Cards has been added back in the &man.fe.4; driver. &merged;</para>
@@ -558,8 +558,8 @@
<para>Added support for PCI Ethernet adapters based on the
National Semiconductor DP83815 chipset, including the NetGear
- FA311-TX and FA312-TX, in the form of the &man.sis.4; driver. &merged;
- This device has support for VLANs.</para>
+ FA311-TX and FA312-TX, in the form of the &man.sis.4; driver.
+ This device has support for VLANs. &merged;</para>
<para arch="i386">The snc driver for the National Semiconductor
DP8393X (SONIC) Ethernet controller has been added. Currently,
@@ -597,11 +597,11 @@
<para>The per-interface <varname>ifnet</varname> structure now
has the ability to indicate a set of capabilities supported by a
network interface, and which ones are enabled. &man.ifconfig.8;
- has support for querying these capabilities.</para>
+ has support for querying these capabilities. &merged;</para>
<para>Performance with hosts having a large number of IP aliases
has been improved, by replacing the per-interface
- <varname>if_inaddr</varname> linear list with a hash table.</para>
+ <varname>if_inaddr</varname> linear list with a hash table. &merged;</para>
<para>Network devices now automatically appear as special files in
<filename>/dev/net</filename>. Interface hardware ioctls (not
@@ -740,7 +740,7 @@
the connection as usual. This so-called
<quote>syncache</quote> makes a host much more resistant to
TCP-based Denial of Service attacks. Work on this feature was
- sponsored by DARPA and NAI Labs.</para>
+ sponsored by DARPA and NAI Labs. &merged;</para>
<para>A bug in the TCP implementation, which could cause
connections to stall if a sender saw a zero-sized window, has
@@ -948,6 +948,15 @@
<para>The virtual memory subsystem now backs UFS directory
memory requirements by default (this behavior is controlled via
the <varname>vfs.vmiodirenable</varname> sysctl variable. &merged;</para>
+
+ <para>A bug that prevented the root filesystem from being
+ mounted from a SCSI CDROM has been fixed (ATAPI CDROMs were
+ always supported). &merged;</para>
+
+ <para>A number of bugs in the filesystem code, discovered
+ through the use of a filesystem test tool, have been fixed.
+ Under certain circumstances (primarily related to use of NFS),
+ these bugs could cause data corruption or kernel panics.</para>
</sect3>
<sect3>
@@ -1865,7 +1874,7 @@
by &man.newfs.8; are now 16384 and 2048 bytes, respectively (the
old defaults were 8192 and 1024 bytes). This change generally
provides increased performance, at the expense of some wasted disk
- space.</para>
+ space. &merged;</para>
<para>&man.newsyslog.8; now has the ability to ability to compress
log files using &man.bzip2.1;. &merged;</para>
OpenPOWER on IntegriCloud