summaryrefslogtreecommitdiffstats
path: root/release/texts
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2000-08-23 16:40:34 +0000
committerbmah <bmah@FreeBSD.org>2000-08-23 16:40:34 +0000
commit0151e800e804a5ae102f0c72c95f0a71a5e00261 (patch)
treeb243a9fe331c6c8be30472b71e7f46bc8cd41dc8 /release/texts
parent33139c1c7f873258535ded09525c53b413df62b9 (diff)
downloadFreeBSD-src-0151e800e804a5ae102f0c72c95f0a71a5e00261.zip
FreeBSD-src-0151e800e804a5ae102f0c72c95f0a71a5e00261.tar.gz
Make the following additional entries to RELNOTES.TXT files:
alpha: tap driver, accept_filters, ata support for ATA100, routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1), periodic(8) controlled by periodic.conf, logger(1) support for remote syslogs. i386: tap driver, accept_filters, ata support for ATA100, routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1), periodic(8) controlled by periodic.conf, boot98cfg(8), logger(1) support for remote syslogs. PR: 20628 Submitted by: bmah@cisco.com (Bruce A. Mah) Reviewed by: nik
Diffstat (limited to 'release/texts')
-rw-r--r--release/texts/alpha/RELNOTES.TXT26
-rw-r--r--release/texts/i386/RELNOTES.TXT29
2 files changed, 55 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT
index db994af..2452f39 100644
--- a/release/texts/alpha/RELNOTES.TXT
+++ b/release/texts/alpha/RELNOTES.TXT
@@ -76,6 +76,16 @@ when they are mmap(2)ed.
Added support for PCI ethernet adapters based on the National Semiconductor
DP83815 chipset, including the NetGear FA312-TX.
+The tap driver, a virtual Ethernet device driver for bridged
+configurations, has been added. [MERGED]
+
+accept_filters, a kernel feature to reduce overheads when accepting
+and reading new connections on listening sockets, has been added.
+[MERGED]
+
+The ata(4) driver now has experimental support for ATA100 controllers.
+
+
1.2. SECURITY FIXES
-------------------
@@ -129,6 +139,22 @@ trusted users; and the MSA port (587) is turned on by default. See
awk has been upgraded from gawk-3.0.4 to gawk-3.0.6. This fixes a number
of non-critical bugs and includes a few performance tweaks.
+routed(8) has been updated to version 2.22.
+
+The truncate(1) utility, which truncates or extends the length
+of files, has been added. [MERGED]
+
+syslogd(8) can take a -n option to disable DNS queries for every
+request. [MERGED]
+
+kenv(1), a command to dump the kernel environment, has been added.
+[MERGED]
+
+The behavior of periodic(8) is now controlled by /etc/defaults/periodic.conf
+and /etc/periodic.conf. [MERGED]
+
+logger(1) can now send messages directly to a remote syslog. [MERGED]
+
2. Supported Configurations
---------------------------
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT
index e0273a4..0a04290 100644
--- a/release/texts/i386/RELNOTES.TXT
+++ b/release/texts/i386/RELNOTES.TXT
@@ -94,6 +94,16 @@ functionality. [MERGED]
twe 3ware ATA RAID driver added. [MERGED]
+The tap driver, a virtual Ethernet device driver for bridged
+configurations, has been added. [MERGED]
+
+accept_filters, a kernel feature to reduce overheads when accepting
+and reading new connections on listening sockets, has been added.
+[MERGED]
+
+The ata(4) driver now has experimental support for ATA100 controllers.
+
+
1.2. SECURITY FIXES
-------------------
@@ -160,6 +170,25 @@ trusted users; and the MSA port (587) is turned on by default. See
awk has been upgraded from gawk-3.0.4 to gawk-3.0.6. This fixes a number
of non-critical bugs and includes a few performance tweaks.
+routed(8) has been updated to version 2.22.
+
+The truncate(1) utility, which truncates or extends the length
+of files, has been added. [MERGED]
+
+syslogd(8) can take a -n option to disable DNS queries for every
+request. [MERGED]
+
+kenv(1), a command to dump the kernel environment, has been added.
+[MERGED]
+
+The behavior of periodic(8) is now controlled by /etc/defaults/periodic.conf
+and /etc/periodic.conf. [MERGED]
+
+boot98cfg(8), a PC-98 boot manager installation and configuration
+utility, has been added.
+
+logger(1) can now send messages directly to a remote syslog. [MERGED]
+
GDB now supports hardware watchpoints (using the kernel's debug register
support that has been introduced in FreeBSD 4.0). [MERGED]
OpenPOWER on IntegriCloud