diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 1961c83a3396..7a832a38eb6f 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -303,6 +303,9 @@
mistakenly assigning addresses that conflict with these
ROMs. &merged;
+ The P1003_1B kernel option is no longer
+ used and has been removed.
+
PECOFF (Win32 Execution file format) support has
been added.
@@ -348,7 +351,7 @@
Support has been added for SBus-based
devices.
- The se driver, which supports the Siemens
+ The sab driver, which supports the Siemens
SAB82532 serial chip found on many newer Sparc Ultra machines,
has been added.
@@ -620,6 +623,18 @@
added; this requires the CPU_ELAN option in
the kernel configuration file. &merged;
+ The CPU_DISABLE_CMPXCHG
+ kernel configuration option has been added. Enabling this
+ option has been shown to dramatically improve performance on
+ VMWare client OS installs.
+
+
+ This option is not compatible with
+ SMP kernels.
+
+
+
+
@@ -974,6 +989,24 @@ options HZ=1000 # not compulsory but strongly recommended
in the presence of dynamic attachments and detatchments. Full
support for VLANs is also supported. &merged;
+ A FAST_IPSEC kernel option now allows
+ the IPsec implementation to use the kernel crypo framework,
+ along with its support for hardware cryptographic
+ acceleration.
+
+ The FAST_IPSEC and
+ IPSEC options are mutually
+ exclusive.
+
+
+
+ The FAST_IPSEC option is, at the
+ moment, not compatible with IPv6 or the
+ INET6 option.
+
+
+
+
A &man.gre.4; driver, which can encapsulate IP packets
using GRE (RFC 1701) or minimal IP encapsulation for Mobile IP
(RFC 2004), has been added.
@@ -2550,6 +2583,11 @@ options HZ=1000 # not compulsory but strongly recommended
on an interface, via the new
flag. &merged;
+ &man.ifconfig.8; now supports a monitor
+ interface flag, which blocks transmission of packets on that
+ interface. This feature is useful for mintoring network traffic
+ without interacting with the network in question.
+
The syntax of &man.inetd.8;'s support for &man.faithd.8; is
now compatible with that of other BSDs. &merged;
@@ -2979,6 +3017,9 @@ options HZ=1000 # not compulsory but strongly recommended
option to output signed decimal shorts, and
the option to specify output type. &merged;
+ The &man.ofwdump.8; utility has been added to
+ examine the OpenFirmware device tree.
+
PAM support has been added for
account management and sessions.
@@ -3074,6 +3115,9 @@ options HZ=1000 # not compulsory but strongly recommended
&man.ping.8; now supports a option to
beep when packets are lost. &merged;
+ &man.ping.8; now supports a flag to exit
+ after receiving a reply.
+
Userland &man.ppp.8; has received a number of updates and
bug fixes. &merged;
@@ -3114,6 +3158,9 @@ options HZ=1000 # not compulsory but strongly recommended
&man.pwd.1; now supports the flag to
print the logical current working directory. &merged;
+ &man.quota.1; now takes a flag to
+ suppress quote checks on NFS filesystems.
+
The pseudo-random number generator implemented by
&man.rand.3; has been improved to provide less biased
results.
@@ -3444,6 +3491,15 @@ options HZ=1000 # not compulsory but strongly recommended
The &man.truncate.1; utility, which truncates or extends the
length of files, has been added. &merged;
+ &man.tunefs.8; now supports the and
+ flags to enable and disable the
+ FS_ACLS and FS_MULTILABEL
+ administrative flags on UFS file system.
+
+ A &man.ugidfw.8; utility has been added to manage the
+ rulesets provided by the mac_bsdextended
+ Mandatory Access Control policy, similar to &man.ipfw.8;.
+
Ukrainian language support has been added to the &os;
console. &merged;
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 1961c83a3396..7a832a38eb6f 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -303,6 +303,9 @@
mistakenly assigning addresses that conflict with these
ROMs. &merged;
+ The P1003_1B kernel option is no longer
+ used and has been removed.
+
PECOFF (Win32 Execution file format) support has
been added.
@@ -348,7 +351,7 @@
Support has been added for SBus-based
devices.
- The se driver, which supports the Siemens
+ The sab driver, which supports the Siemens
SAB82532 serial chip found on many newer Sparc Ultra machines,
has been added.
@@ -620,6 +623,18 @@
added; this requires the CPU_ELAN option in
the kernel configuration file. &merged;
+ The CPU_DISABLE_CMPXCHG
+ kernel configuration option has been added. Enabling this
+ option has been shown to dramatically improve performance on
+ VMWare client OS installs.
+
+
+ This option is not compatible with
+ SMP kernels.
+
+
+
+
@@ -974,6 +989,24 @@ options HZ=1000 # not compulsory but strongly recommended
in the presence of dynamic attachments and detatchments. Full
support for VLANs is also supported. &merged;
+ A FAST_IPSEC kernel option now allows
+ the IPsec implementation to use the kernel crypo framework,
+ along with its support for hardware cryptographic
+ acceleration.
+
+ The FAST_IPSEC and
+ IPSEC options are mutually
+ exclusive.
+
+
+
+ The FAST_IPSEC option is, at the
+ moment, not compatible with IPv6 or the
+ INET6 option.
+
+
+
+
A &man.gre.4; driver, which can encapsulate IP packets
using GRE (RFC 1701) or minimal IP encapsulation for Mobile IP
(RFC 2004), has been added.
@@ -2550,6 +2583,11 @@ options HZ=1000 # not compulsory but strongly recommended
on an interface, via the new
flag. &merged;
+ &man.ifconfig.8; now supports a monitor
+ interface flag, which blocks transmission of packets on that
+ interface. This feature is useful for mintoring network traffic
+ without interacting with the network in question.
+
The syntax of &man.inetd.8;'s support for &man.faithd.8; is
now compatible with that of other BSDs. &merged;
@@ -2979,6 +3017,9 @@ options HZ=1000 # not compulsory but strongly recommended
option to output signed decimal shorts, and
the option to specify output type. &merged;
+ The &man.ofwdump.8; utility has been added to
+ examine the OpenFirmware device tree.
+
PAM support has been added for
account management and sessions.
@@ -3074,6 +3115,9 @@ options HZ=1000 # not compulsory but strongly recommended
&man.ping.8; now supports a option to
beep when packets are lost. &merged;
+ &man.ping.8; now supports a flag to exit
+ after receiving a reply.
+
Userland &man.ppp.8; has received a number of updates and
bug fixes. &merged;
@@ -3114,6 +3158,9 @@ options HZ=1000 # not compulsory but strongly recommended
&man.pwd.1; now supports the flag to
print the logical current working directory. &merged;
+ &man.quota.1; now takes a flag to
+ suppress quote checks on NFS filesystems.
+
The pseudo-random number generator implemented by
&man.rand.3; has been improved to provide less biased
results.
@@ -3444,6 +3491,15 @@ options HZ=1000 # not compulsory but strongly recommended
The &man.truncate.1; utility, which truncates or extends the
length of files, has been added. &merged;
+ &man.tunefs.8; now supports the and
+ flags to enable and disable the
+ FS_ACLS and FS_MULTILABEL
+ administrative flags on UFS file system.
+
+ A &man.ugidfw.8; utility has been added to manage the
+ rulesets provided by the mac_bsdextended
+ Mandatory Access Control policy, similar to &man.ipfw.8;.
+
Ukrainian language support has been added to the &os;
console. &merged;