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
This commit is contained in:
bmah 2000-08-23 16:40:34 +00:00
parent 33139c1c7f
commit 0151e800e8
2 changed files with 55 additions and 0 deletions

View File

@ -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
---------------------------

View File

@ -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]