diff --git a/release/doc/en_US.ISO8859-1/hardware/article.sgml b/release/doc/en_US.ISO8859-1/hardware/article.sgml
index cea3b54f5978..3de824dd64f0 100644
--- a/release/doc/en_US.ISO8859-1/hardware/article.sgml
+++ b/release/doc/en_US.ISO8859-1/hardware/article.sgml
@@ -960,8 +960,6 @@
-
-
Sundance Technologies ST201 PCI Fast Ethernet NICs
(&man.ste.4; driver)
@@ -1482,6 +1480,18 @@
+ Gigabit Ethernet cards based on the Level 1
+ LXT1001 NetCellerator controller (&man.lge.4; driver)
+
+
+ D-Link DGE=500SX
+
+
+ SMC TigerCard 1000 (SMC9462SX)
+
+
+
+
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 cea3b54f5978..3de824dd64f0 100644
--- a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml
+++ b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml
@@ -960,8 +960,6 @@
-
-
Sundance Technologies ST201 PCI Fast Ethernet NICs
(&man.ste.4; driver)
@@ -1482,6 +1480,18 @@
+ Gigabit Ethernet cards based on the Level 1
+ LXT1001 NetCellerator controller (&man.lge.4; driver)
+
+
+ D-Link DGE=500SX
+
+
+ SMC TigerCard 1000 (SMC9462SX)
+
+
+
+
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 6ab1aec5d070..b2c9a3f838ea 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -310,6 +310,12 @@
FriendlyNet GigaNIC 1000TA and 1000TPC and Addtron
AEG320T.
+ The &man.lge.4; driver has been added to support the Level
+ 1 LXT1001 NetCellerator Gigabit Ethernet controller chip. This
+ device is used on some fiber optic GigE cards from SMC, D-Link
+ and Addtron. Jumbograms and TCP/IP checksum offload on receive
+ are supported, although hardware VLAN filtering is not.
+
@@ -391,6 +397,14 @@
&man.ip6fw.8; now has the ability to use a preprocessor
and use the (quiet) flag when reading from a
file. &merged;
+
+ A new options RANDOM_IP_ID kernel
+ option causes the ID field of IP packets to be randomized. This
+ 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.
+
@@ -541,10 +555,13 @@
smbfs (CIFS) support in kernel has been
added. &merged;
- For consistency, the fdesc, fifo, null, portal, umap, and
- union filesystems have been renamed to fdescfs, fifofs, nullfs,
- portalfs, umapfs, and unionfs. Where applicable, modules and
- mount_* programs have been renamed.
+ For consistency, the fdesc, fifo, null, msdos, portal,
+ umap, and union filesystems have been renamed to fdescfs,
+ fifofs, msdosfs, nullfs, portalfs, umapfs, and unionfs. Where
+ applicable, modules and mount_* programs have been
+ renamed. Compatability glue has been added to
+ &man.mount.8; so that msdos filesystem
+ entries in &man.fstab.5; will work without changes.
@@ -1341,6 +1358,10 @@
&man.chown.8; now correctly follows symbolic links named as
command line arguments if run without .
+ &man.chown.8; no longer takes . as a
+ user/group delimeter. This change was made to support usernames
+ containing a ..
+
&man.chmod.1; now supports a for
changing the mode of a symbolic link.
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 6ab1aec5d070..b2c9a3f838ea 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -310,6 +310,12 @@
FriendlyNet GigaNIC 1000TA and 1000TPC and Addtron
AEG320T.
+ The &man.lge.4; driver has been added to support the Level
+ 1 LXT1001 NetCellerator Gigabit Ethernet controller chip. This
+ device is used on some fiber optic GigE cards from SMC, D-Link
+ and Addtron. Jumbograms and TCP/IP checksum offload on receive
+ are supported, although hardware VLAN filtering is not.
+
@@ -391,6 +397,14 @@
&man.ip6fw.8; now has the ability to use a preprocessor
and use the (quiet) flag when reading from a
file. &merged;
+
+ A new options RANDOM_IP_ID kernel
+ option causes the ID field of IP packets to be randomized. This
+ 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.
+
@@ -541,10 +555,13 @@
smbfs (CIFS) support in kernel has been
added. &merged;
- For consistency, the fdesc, fifo, null, portal, umap, and
- union filesystems have been renamed to fdescfs, fifofs, nullfs,
- portalfs, umapfs, and unionfs. Where applicable, modules and
- mount_* programs have been renamed.
+ For consistency, the fdesc, fifo, null, msdos, portal,
+ umap, and union filesystems have been renamed to fdescfs,
+ fifofs, msdosfs, nullfs, portalfs, umapfs, and unionfs. Where
+ applicable, modules and mount_* programs have been
+ renamed. Compatability glue has been added to
+ &man.mount.8; so that msdos filesystem
+ entries in &man.fstab.5; will work without changes.
@@ -1341,6 +1358,10 @@
&man.chown.8; now correctly follows symbolic links named as
command line arguments if run without .
+ &man.chown.8; no longer takes . as a
+ user/group delimeter. This change was made to support usernames
+ containing a ..
+
&man.chmod.1; now supports a for
changing the mode of a symbolic link.
diff --git a/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml b/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml
index cea3b54f5978..3de824dd64f0 100644
--- a/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml
+++ b/release/doc/en_US.ISO_8859-1/hardware/common/dev.sgml
@@ -960,8 +960,6 @@
-
-
Sundance Technologies ST201 PCI Fast Ethernet NICs
(&man.ste.4; driver)
@@ -1482,6 +1480,18 @@
+ Gigabit Ethernet cards based on the Level 1
+ LXT1001 NetCellerator controller (&man.lge.4; driver)
+
+
+ D-Link DGE=500SX
+
+
+ SMC TigerCard 1000 (SMC9462SX)
+
+
+
+
diff --git a/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml
index 6ab1aec5d070..b2c9a3f838ea 100644
--- a/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO_8859-1/relnotes/common/new.sgml
@@ -310,6 +310,12 @@
FriendlyNet GigaNIC 1000TA and 1000TPC and Addtron
AEG320T.
+ The &man.lge.4; driver has been added to support the Level
+ 1 LXT1001 NetCellerator Gigabit Ethernet controller chip. This
+ device is used on some fiber optic GigE cards from SMC, D-Link
+ and Addtron. Jumbograms and TCP/IP checksum offload on receive
+ are supported, although hardware VLAN filtering is not.
+
@@ -391,6 +397,14 @@
&man.ip6fw.8; now has the ability to use a preprocessor
and use the (quiet) flag when reading from a
file. &merged;
+
+ A new options RANDOM_IP_ID kernel
+ option causes the ID field of IP packets to be randomized. This
+ 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.
+
@@ -541,10 +555,13 @@
smbfs (CIFS) support in kernel has been
added. &merged;
- For consistency, the fdesc, fifo, null, portal, umap, and
- union filesystems have been renamed to fdescfs, fifofs, nullfs,
- portalfs, umapfs, and unionfs. Where applicable, modules and
- mount_* programs have been renamed.
+ For consistency, the fdesc, fifo, null, msdos, portal,
+ umap, and union filesystems have been renamed to fdescfs,
+ fifofs, msdosfs, nullfs, portalfs, umapfs, and unionfs. Where
+ applicable, modules and mount_* programs have been
+ renamed. Compatability glue has been added to
+ &man.mount.8; so that msdos filesystem
+ entries in &man.fstab.5; will work without changes.
@@ -1341,6 +1358,10 @@
&man.chown.8; now correctly follows symbolic links named as
command line arguments if run without .
+ &man.chown.8; no longer takes . as a
+ user/group delimeter. This change was made to support usernames
+ containing a ..
+
&man.chmod.1; now supports a for
changing the mode of a symbolic link.