diff options
author | jhb <jhb@FreeBSD.org> | 2014-12-16 20:05:10 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2014-12-16 20:05:10 +0000 |
commit | adf7828a9b948e87daf3f14ae61efd94f9024286 (patch) | |
tree | 89e6e6aeafeefb5c8ab2a6e31775e1b1f8a05e3b /contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp | |
parent | 9dc1ff0ea4730d5656cce5736267092f73d47427 (diff) | |
download | FreeBSD-src-adf7828a9b948e87daf3f14ae61efd94f9024286.zip FreeBSD-src-adf7828a9b948e87daf3f14ae61efd94f9024286.tar.gz |
MFC 271635,271722:
- Only the manpage updates from 271635 are merged to give additional
heads up for the stricter checks in 11, but the kernel in 10 remains
permissive.
- Fail with EINVAL if an invalid protection mask is passed to mmap().
- Fail with EINVAL if an unknown flag is passed to mmap().
- Fail with EINVAL if both MAP_PRIVATE and MAP_SHARED are passed to
mmap().
- Require one of either MAP_PRIVATE or MAP_SHARED for non-anonymous
mappings.
- Remove mention of MAP_INHERIT. It hasn't been implemented for thirteen
years.
- Remove mention of unimplemented MAP_SWAP. There are no future plans to
implement it.
Diffstat (limited to 'contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp')
0 files changed, 0 insertions, 0 deletions