diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2000-08-29 17:25:51 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2000-08-29 17:25:51 +0000 |
commit | feaa69cfb26871cc9b2a403cdc6787a4a62dbad7 (patch) | |
tree | a56fb625a4712c7b0ee1d42d6d573ed7e9d17af1 | |
parent | e7348d1e1c6297811c9e9df129fbbfae5f061619 (diff) |
Notes
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 23 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 22 |
2 files changed, 45 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index b821a9ae36ac..6eb403eb1e32 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -45,6 +45,13 @@ Table of contents: 1.1. KERNEL CHANGES ------------------- +The tap driver, a virtual Ethernet device driver for bridged +configurations, has been added. + +accept_filters, a kernel feature to reduce overheads when accepting +and reading new connections on listening sockets, has been added. + + 1.2. SECURITY FIXES ------------------- @@ -57,6 +64,22 @@ include: new default file locations (see trusted users; and the MSA port (587) is turned on by default. See /usr/src/contrib/sendmail/RELEASE_NOTES for more information. +routed(8) has been updated to version 2.22. + +The truncate(1) utility, which truncates or extends the length +of files, has been added. + +syslogd(8) can take a -n option to disable DNS queries for every +request. + +kenv(1), a command to dump the kernel environment, has been added. + +The behavior of periodic(8) is now controlled by /etc/defaults/periodic.conf +and /etc/periodic.conf. + +logger(1) can now send messages directly to a remote syslog. + + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 1f7e1b219864..2d748ae2f1f2 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -45,6 +45,13 @@ Table of contents: 1.1. KERNEL CHANGES ------------------- +The tap driver, a virtual Ethernet device driver for bridged +configurations, has been added. + +accept_filters, a kernel feature to reduce overheads when accepting +and reading new connections on listening sockets, has been added. + + 1.2. SECURITY FIXES ------------------- @@ -59,6 +66,21 @@ include: new default file locations (see trusted users; and the MSA port (587) is turned on by default. See /usr/src/contrib/sendmail/RELEASE_NOTES for more information. +routed(8) has been updated to version 2.22. + +The truncate(1) utility, which truncates or extends the length +of files, has been added. + +syslogd(8) can take a -n option to disable DNS queries for every +request. + +kenv(1), a command to dump the kernel environment, has been added. + +The behavior of periodic(8) is now controlled by /etc/defaults/periodic.conf +and /etc/periodic.conf. + +logger(1) can now send messages directly to a remote syslog. + 2. Supported Configurations --------------------------- |