remove spurious inclusion of libc.h for LFS64 ABI aliases
[musl] / src / mman / mmap.c
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2017-09-07 Rich Felkerwork around incorrect EPERM from mmap syscall
2017-04-21 Rich Felkerallow full-range file offsets to mmap on archs with...
2015-04-10 Rich Felkerredesign and simplify vmlock system
2014-08-16 Rich Felkeroptimize locking against vm changes for mmap/munmap
2014-07-31 Rich Felkeradd framework for mmap2 syscall unit to vary by arch
2013-06-27 Rich Felkerdisallow creation of objects larger than PTRDIFF_MAX...
2012-12-20 Rich Felkerclean up and fix logic for making mmap fail on invalid...
2011-09-27 Rich Felkerprocess-shared barrier support, based on discussion...
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-14 Rich Felkercleaning up syscalls in preparation for x86_64 port
2011-02-12 Rich Felkerinitial check-in, version 0.5.0