From b0c2fdfd49f399e77944fbfd4a0e45c9df709af3 Mon Sep 17 00:00:00 2001 From: wollman Date: Sat, 22 Apr 2000 15:36:56 +0000 Subject: [PATCH] Note the presence of POSIX.1b Shared Memory Objects. There's got to be a better way to handle cross-architecture kernel changes. --- release/texts/alpha/RELNOTES.TXT | 4 ++++ release/texts/i386/RELNOTES.TXT | 3 +++ 2 files changed, 7 insertions(+) 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 -------------------