1. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  2. a613d0d Add a legacy inline for mmap64. by Dan Albert · 8 years ago
  3. ee67dd7 mmap: fix calculation of is_private_anonymous variable by Vitaly Vul · 10 years ago
  4. c22a7de extend the PTRDIFF_MAX size check to mremap by Daniel Micay · 10 years ago
  5. 706186d fix PTRDIFF_MAX check in the 32-bit mmap wrapper by Daniel Micay · 10 years ago
  6. 5ca6652 make mmap fail on requests larger than PTRDIFF_MAX by Daniel Micay · 10 years ago
  7. 9bd9b7d If the kernel doesn't have MADV_MERGEABLE, stop asking for it. by Elliott Hughes · 11 years ago
  8. 431166d Fix 32-bit mmap/mmap64 handling of negative offsets. by Elliott Hughes · 11 years ago
  9. 9986890 Avoid sign extension in 32-bit mmap. by Elliott Hughes · 12 years ago
  10. afcc0cc Add mmap64() by Daniel Leung · 12 years ago
  11. e320a8c Avoid sign extension of the mmap offset. by Elliott Hughes · 12 years ago
  12. 107cdd4 Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno. by Elliott Hughes · 12 years ago[Renamed (69%) from libc/bionic/mmap.c]
  13. b7b36b8 Merge "mmap: Reinstate passing MADV_MERGEABLE on private anonymous maps" by Elliott Hughes · 12 years ago