diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 9e5d2acfb5b..3d3f8f5941d 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -197,6 +197,11 @@
all loader tunables (kern.maxtsiz,
kern.maxdfldsiz, etc.). &merged;
+ &man.mutex.9; profiling code has been added, enabled by the
+ MUTEX_PROFILING kernel configuration option.
+ It enables the debug.mutex.prof.* hierarchy
+ of sysctl variables.
+
The NCPU, NAPIC,
NBUS, and NINTR kernel
configuration options, for configuring SMP kernels, have been
@@ -284,6 +289,12 @@
for supported scanners. The HP ScanJet 4100C, 5200C and 6300C
are known to be working. &merged;
+ The ucom device driver has been added, to support USB
+ modems, serial devices, and other programs that need to look
+ like a tty. The related uplcom and uvscom drivers provide specific
+ support for the Prolific PL-2303 serial adapter and the SUNTAC
+ Slipper U VS-10U, respectively.
+
To increase security, the UCONSOLE kernel
configuration option has been removed.
@@ -477,6 +488,10 @@
Bootloader Changes
+ boot2 now supports a
+ to disallow boot interruption by
+ keypresses. &merged;
+
A new cdboot bootstrap
utility for CDROMs provides better compatability with some
BIOS implementations that do not completely implement the El
@@ -988,8 +1003,8 @@ options HZ=1000 # not compulsory but strongly recommended
The &man.ata.4; driver now supports a wider variety of SiS
chipsets, as listed in the Hardware Notes. &merged;
- The &man.ata.4; driver now has support for rebuilding
- failed drives in a RAID1 configuration, under control of
+ The &man.ata.4; driver now has support for creating,
+ deleting, querying, and rebuilding ATA RAIDs under control of
&man.atacontrol.8;. &merged;The BurnProof(TM) feature, for applicable ATAPI CD-ROM
@@ -1799,6 +1814,9 @@ options HZ=1000 # not compulsory but strongly recommended
kilobytes, megabytes, or gigabytes, in addition to
sectors. &merged;
+ &man.diskpart.8; has been declared obsolete, and has been
+ removed.
+
&man.dmesg.8; now has a option to show
the entire message buffer, including &man.syslogd.8; records and
/dev/console output. &merged;
@@ -2054,6 +2072,9 @@ options HZ=1000 # not compulsory but strongly recommended
easier to manipulate the kernel module search
path. &merged;
+ ktrdump, a utility to dump the ktr trace buffer from
+ userland, has been added.
+
&man.last.1; now implements a that
provides a snapshot of who was logged in at a
particular date and time. &merged;
@@ -2270,6 +2291,14 @@ options HZ=1000 # not compulsory but strongly recommended
performance, at the expense of some wasted disk
space. &merged;
+ A number of archaic features of &man.newfs.8; have been
+ removed; these implement tuning features that are essentially
+ useless on modern hard disks. These features were controlled by
+ the , ,
+ , , ,
+ , , ,
+ and flags.
+
&man.newsyslog.8; now has the ability to compress log files
using &man.bzip2.1;. &merged;
@@ -2880,7 +2909,7 @@ options HZ=1000 # not compulsory but strongly recommended
variable. &merged;
The timezone database has been updated to the
- tzdata2001d release. &merged;
+ tzdata2002c release. &merged;
CVS
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 9e5d2acfb5b..3d3f8f5941d 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -197,6 +197,11 @@
all loader tunables (kern.maxtsiz,
kern.maxdfldsiz, etc.). &merged;
+ &man.mutex.9; profiling code has been added, enabled by the
+ MUTEX_PROFILING kernel configuration option.
+ It enables the debug.mutex.prof.* hierarchy
+ of sysctl variables.
+
The NCPU, NAPIC,
NBUS, and NINTR kernel
configuration options, for configuring SMP kernels, have been
@@ -284,6 +289,12 @@
for supported scanners. The HP ScanJet 4100C, 5200C and 6300C
are known to be working. &merged;
+ The ucom device driver has been added, to support USB
+ modems, serial devices, and other programs that need to look
+ like a tty. The related uplcom and uvscom drivers provide specific
+ support for the Prolific PL-2303 serial adapter and the SUNTAC
+ Slipper U VS-10U, respectively.
+
To increase security, the UCONSOLE kernel
configuration option has been removed.
@@ -477,6 +488,10 @@
Bootloader Changes
+ boot2 now supports a
+ to disallow boot interruption by
+ keypresses. &merged;
+
A new cdboot bootstrap
utility for CDROMs provides better compatability with some
BIOS implementations that do not completely implement the El
@@ -988,8 +1003,8 @@ options HZ=1000 # not compulsory but strongly recommended
The &man.ata.4; driver now supports a wider variety of SiS
chipsets, as listed in the Hardware Notes. &merged;
- The &man.ata.4; driver now has support for rebuilding
- failed drives in a RAID1 configuration, under control of
+ The &man.ata.4; driver now has support for creating,
+ deleting, querying, and rebuilding ATA RAIDs under control of
&man.atacontrol.8;. &merged;The BurnProof(TM) feature, for applicable ATAPI CD-ROM
@@ -1799,6 +1814,9 @@ options HZ=1000 # not compulsory but strongly recommended
kilobytes, megabytes, or gigabytes, in addition to
sectors. &merged;
+ &man.diskpart.8; has been declared obsolete, and has been
+ removed.
+
&man.dmesg.8; now has a option to show
the entire message buffer, including &man.syslogd.8; records and
/dev/console output. &merged;
@@ -2054,6 +2072,9 @@ options HZ=1000 # not compulsory but strongly recommended
easier to manipulate the kernel module search
path. &merged;
+ ktrdump, a utility to dump the ktr trace buffer from
+ userland, has been added.
+
&man.last.1; now implements a that
provides a snapshot of who was logged in at a
particular date and time. &merged;
@@ -2270,6 +2291,14 @@ options HZ=1000 # not compulsory but strongly recommended
performance, at the expense of some wasted disk
space. &merged;
+ A number of archaic features of &man.newfs.8; have been
+ removed; these implement tuning features that are essentially
+ useless on modern hard disks. These features were controlled by
+ the , ,
+ , , ,
+ , , ,
+ and flags.
+
&man.newsyslog.8; now has the ability to compress log files
using &man.bzip2.1;. &merged;
@@ -2880,7 +2909,7 @@ options HZ=1000 # not compulsory but strongly recommended
variable. &merged;
The timezone database has been updated to the
- tzdata2001d release. &merged;
+ tzdata2002c release. &merged;
CVS