diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2000-08-23 16:40:34 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2000-08-23 16:40:34 +0000 |
| commit | a13b12fac166bba454f2c7b90cbe9de330b895b8 (patch) | |
| tree | d867f140c2632ba09200a463ce65161ae92c3729 | |
| parent | de4b2114a43e503e34fbcff350b9ad39c892d035 (diff) | |
Notes
| -rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 26 | ||||
| -rw-r--r-- | release/texts/i386/RELNOTES.TXT | 29 |
2 files changed, 55 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index db994af1731d..2452f39beca7 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 e0273a4611b2..0a042906f9a1 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] |
