diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 17b71dedbf3..6d155a59c24 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -441,12 +441,22 @@
and SK-9D41, and the built-in Gigabit Ethernet NICs on Dell
PowerEdge 2550 servers. TCP/IP checksum offload, jumbo frames
and VLAN tag insertion/stripping are supported, as well as
- interrupt moderation.
+ interrupt moderation. &merged;
The per-interface ifnet 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.
+
+ Performance with hosts having a large number of IP aliases
+ has been improved, by replacing the per-interface
+ if_inaddr linear list with a hash table.
+
+ Network devices now automatically appear in
+ /dev. Interface hardware ioctls (not
+ protocol or routing) can be performed on these devices. The
+ SIOCGIFCONF ioctl may be performed on the
+ special /dev/network node.
@@ -1922,6 +1932,11 @@
libgmp has been superceded by
libmp.
+ UUCP has been removed from the
+ base system, with the exceptions of &man.cu.1; and &man.rmail.8;.
+ The remainder of UUCP can be found in
+ the Ports Collection, in net/freebsd-uucp.
+
Contributed Software
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 17b71dedbf3..6d155a59c24 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -441,12 +441,22 @@
and SK-9D41, and the built-in Gigabit Ethernet NICs on Dell
PowerEdge 2550 servers. TCP/IP checksum offload, jumbo frames
and VLAN tag insertion/stripping are supported, as well as
- interrupt moderation.
+ interrupt moderation. &merged;
The per-interface ifnet 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.
+
+ Performance with hosts having a large number of IP aliases
+ has been improved, by replacing the per-interface
+ if_inaddr linear list with a hash table.
+
+ Network devices now automatically appear in
+ /dev. Interface hardware ioctls (not
+ protocol or routing) can be performed on these devices. The
+ SIOCGIFCONF ioctl may be performed on the
+ special /dev/network node.
@@ -1922,6 +1932,11 @@
libgmp has been superceded by
libmp.
+ UUCP has been removed from the
+ base system, with the exceptions of &man.cu.1; and &man.rmail.8;.
+ The remainder of UUCP can be found in
+ the Ports Collection, in net/freebsd-uucp.
+
Contributed Software