Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bionic: Add flag to restore legacy mmap behavior | Flemmard | 2015-10-19 | 1 | -1/+6 |
* | If the kernel doesn't have MADV_MERGEABLE, stop asking for it. | Elliott Hughes | 2014-03-03 | 1 | -2/+9 |
* | Fix 32-bit mmap/mmap64 handling of negative offsets. | Elliott Hughes | 2014-01-27 | 1 | -5/+3 |
* | Avoid sign extension in 32-bit mmap. | Elliott Hughes | 2013-12-20 | 1 | -1/+1 |
* | Add mmap64() | Daniel Leung | 2013-09-19 | 1 | -2/+6 |
* | Avoid sign extension of the mmap offset. | Elliott Hughes | 2013-07-25 | 1 | -2/+3 |
* | Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno. | Elliott Hughes | 2013-07-17 | 1 | -0/+54 |