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:
parent
8c3f05ad1d
commit
553654a570
@ -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
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user