summaryrefslogtreecommitdiffstats
path: root/release/texts
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2000-04-22 15:36:56 +0000
committerwollman <wollman@FreeBSD.org>2000-04-22 15:36:56 +0000
commitb0c2fdfd49f399e77944fbfd4a0e45c9df709af3 (patch)
tree7cc6415704b4636c7cf30fd01cb24abb474a51bd /release/texts
parentbf9193e8ba2ad2dfe6268d45955e42b58ca05032 (diff)
downloadFreeBSD-src-b0c2fdfd49f399e77944fbfd4a0e45c9df709af3.zip
FreeBSD-src-b0c2fdfd49f399e77944fbfd4a0e45c9df709af3.tar.gz
Note the presence of POSIX.1b Shared Memory Objects.
There's got to be a better way to handle cross-architecture kernel changes.
Diffstat (limited to 'release/texts')
-rw-r--r--release/texts/alpha/RELNOTES.TXT4
-rw-r--r--release/texts/i386/RELNOTES.TXT3
2 files changed, 7 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT
index 9247987..b26ac92 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 f8f3912..a918ea6 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
-------------------
OpenPOWER on IntegriCloud