diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 393b5b22465e..ac14c9ed268f 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -131,6 +131,9 @@
The loran (Loran-C receiver) driver has been removed due to
breakage and lack of maintainership.
+ The ULE scheduler is now the default scheduler in the
+ GENERIC kernel.
+
@@ -149,6 +152,10 @@
/boot/boot0sio as the argument to the
option.
+ cdboot now works around a
+ BIOS problem observed on some systems when booting from USB
+ CDROM drives.
+
@@ -156,6 +163,10 @@
Network Interface Support
+ The &man.dc.4; driver now supports sparc64
+ Davicom cards that store their MAC address in
+ OpenFirmware.
+
The hea (Efficient Networks, Inc. ENI-155p ATM adapter)
driver has been removed due to breakage. Its functionality
has been subsumed into the &man.en.4; driver.
@@ -168,11 +179,20 @@
FreeBSD. For more information, see the &man.ndis.4; and
&man.ndiscvt.8; manual pages.
+ Several bugs related to multicast and promiscuous mode
+ handling in the &man.sk.4; driver have been fixed.
+
Network Protocols
+ Some bugs in the IPsec implementation from the KAME
+ Project have been fixed. These bugs were related to freeing
+ memory objects before all references to them were removed, and
+ could cause erratic behavior or kernel panics after flushing
+ the Security Policy Database (SPD).
+
The following TCP features are now enabled by default: RFC
3042 (Limited Retransmit), RFC 3390 (increased initial
congestion window sizes), TCP bandwidth-delay product
@@ -193,14 +213,22 @@
Disks and Storage
-
+ A number of bugs in the &man.ata.4; driver have been
+ fixed. Most notably, master/slave device detection should
+ work better, and some problems with timeouts should be
+ resolved.File Systems
-
+ A bug in GEOM that could result in I/O hangs in some rare
+ cases has been fixed.
+
+ A panic in the NFSv4 client has been fixed; this occurred
+ when attempting operations against an NFSv3/NFSv2-only
+ server.
@@ -225,6 +253,11 @@
print only the action and comment for each rule, thus omitting
the rule body.
+ A bugfix has been applied to NSS support, which fixes
+ problems when using third-party NSS modules (such as net/nss_ldap) and groups with large
+ membership lists.
+
@@ -233,6 +266,11 @@
The ACPI-CA code has been updated
from the 20030619 snapshot to the 20031203 snapshot.
+ Two security fixes for CVS (one
+ related to pserver operation and the other dealing with
+ malformed module requests) have been backported from later
+ versions.
+
OpenSSH has been updated from
3.6.1p1 to 3.7.1p2.
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 393b5b22465e..ac14c9ed268f 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -131,6 +131,9 @@
The loran (Loran-C receiver) driver has been removed due to
breakage and lack of maintainership.
+ The ULE scheduler is now the default scheduler in the
+ GENERIC kernel.
+
@@ -149,6 +152,10 @@
/boot/boot0sio as the argument to the
option.
+ cdboot now works around a
+ BIOS problem observed on some systems when booting from USB
+ CDROM drives.
+
@@ -156,6 +163,10 @@
Network Interface Support
+ The &man.dc.4; driver now supports sparc64
+ Davicom cards that store their MAC address in
+ OpenFirmware.
+
The hea (Efficient Networks, Inc. ENI-155p ATM adapter)
driver has been removed due to breakage. Its functionality
has been subsumed into the &man.en.4; driver.
@@ -168,11 +179,20 @@
FreeBSD. For more information, see the &man.ndis.4; and
&man.ndiscvt.8; manual pages.
+ Several bugs related to multicast and promiscuous mode
+ handling in the &man.sk.4; driver have been fixed.
+
Network Protocols
+ Some bugs in the IPsec implementation from the KAME
+ Project have been fixed. These bugs were related to freeing
+ memory objects before all references to them were removed, and
+ could cause erratic behavior or kernel panics after flushing
+ the Security Policy Database (SPD).
+
The following TCP features are now enabled by default: RFC
3042 (Limited Retransmit), RFC 3390 (increased initial
congestion window sizes), TCP bandwidth-delay product
@@ -193,14 +213,22 @@
Disks and Storage
-
+ A number of bugs in the &man.ata.4; driver have been
+ fixed. Most notably, master/slave device detection should
+ work better, and some problems with timeouts should be
+ resolved.File Systems
-
+ A bug in GEOM that could result in I/O hangs in some rare
+ cases has been fixed.
+
+ A panic in the NFSv4 client has been fixed; this occurred
+ when attempting operations against an NFSv3/NFSv2-only
+ server.
@@ -225,6 +253,11 @@
print only the action and comment for each rule, thus omitting
the rule body.
+ A bugfix has been applied to NSS support, which fixes
+ problems when using third-party NSS modules (such as net/nss_ldap) and groups with large
+ membership lists.
+
@@ -233,6 +266,11 @@
The ACPI-CA code has been updated
from the 20030619 snapshot to the 20031203 snapshot.
+ Two security fixes for CVS (one
+ related to pserver operation and the other dealing with
+ malformed module requests) have been backported from later
+ versions.
+
OpenSSH has been updated from
3.6.1p1 to 3.7.1p2.