Note the presence of POSIX.1b Shared Memory Objects.

There's got to be a better way to handle cross-architecture
kernel changes.
This commit is contained in:
wollman 2000-04-22 15:36:56 +00:00
parent bf9193e8ba
commit b0c2fdfd49
2 changed files with 7 additions and 0 deletions
release/texts

@ -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
-------------------

@ -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
-------------------