diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2000-04-22 15:36:56 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2000-04-22 15:36:56 +0000 |
| commit | 553654a570a32483edf30e2e3a5d41d479d32be5 (patch) | |
| tree | 593d5893436ace5dcbf9a24dbc7234fe54a2b237 | |
| parent | 8c3f05ad1d41659053985ad17d165d41cd237dd9 (diff) | |
Notes
| -rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 4 | ||||
| -rw-r--r-- | release/texts/i386/RELNOTES.TXT | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 9247987d28d3..b26ac92fd427 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -60,6 +60,10 @@ to tag files and directories with attribute data. Extended attributes were added to support the TrustedBSD Project, in particular ACLs, capability data, and mandatory access control labels. +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 ------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index f8f39128a136..a918ea6230cd 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -64,6 +64,9 @@ Support for Intel's Wired for Management 2.0 (PXE) was added to the FreeBSD boot loader. Due to API differences, the older PXE versions are not supported. This allow network booting using DHCP. +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 ------------------- |
