diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2000-09-01 16:40:29 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2000-09-01 16:40:29 +0000 |
| commit | 83bb66225b32bbdddf9e417130b93be2596e7ba6 (patch) | |
| tree | 343869a885fa6914e68239dff785a5ea5231ac29 /release | |
| parent | a0357e1aac37db3ce0a525598d48afe7efc5f213 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 7 | ||||
| -rw-r--r-- | release/texts/i386/RELNOTES.TXT | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 6eb403eb1e32..c2504b18c26e 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -51,6 +51,10 @@ configurations, has been added. accept_filters, a kernel feature to reduce overheads when accepting and reading new connections on listening sockets, has been added. +POSIX.1b Shared Memory Objects are now supported. The implementation +uses regular files, but automatically enables the MAP_NOSYNC flag +when they are mmap(2)ed. + 1.2. SECURITY FIXES ------------------- @@ -79,6 +83,9 @@ and /etc/periodic.conf. logger(1) can now send messages directly to a remote syslog. +OpenSSL has been upgraded to 0.9.5a, which includes numerous bugfixes +and enhancements. + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 2d748ae2f1f2..df0ebbe15814 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -51,6 +51,10 @@ configurations, has been added. accept_filters, a kernel feature to reduce overheads when accepting and reading new connections on listening sockets, has been added. +POSIX.1b Shared Memory Objects are now supported. The implementation +uses regular files, but automatically enables the MAP_NOSYNC flag +when they are mmap(2)ed. + 1.2. SECURITY FIXES ------------------- @@ -81,6 +85,9 @@ and /etc/periodic.conf. logger(1) can now send messages directly to a remote syslog. +OpenSSL has been upgraded to 0.9.5a, which includes numerous bugfixes +and enhancements. + 2. Supported Configurations --------------------------- |
