aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/mmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* bionic: Add flag to restore legacy mmap behaviorFlemmard2015-10-191-1/+6
* If the kernel doesn't have MADV_MERGEABLE, stop asking for it.Elliott Hughes2014-03-031-2/+9
* Fix 32-bit mmap/mmap64 handling of negative offsets.Elliott Hughes2014-01-271-5/+3
* Avoid sign extension in 32-bit mmap.Elliott Hughes2013-12-201-1/+1
* Add mmap64()Daniel Leung2013-09-191-2/+6
* Avoid sign extension of the mmap offset.Elliott Hughes2013-07-251-2/+3
* Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno.Elliott Hughes2013-07-171-0/+54