musl/src/mman
2013-07-20 13:19:14 -04:00
..
madvise.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
mincore.c mincore syscall wrapper 2012-09-09 16:37:19 -04:00
mlock.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
mlockall.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
mmap.c disallow creation of objects larger than PTRDIFF_MAX via mmap 2013-06-27 12:48:59 -04:00
mprotect.c work around linux bug in mprotect 2011-06-29 00:42:42 -04:00
mremap.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
msync.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
munlock.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
munlockall.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
munmap.c process-shared barrier support, based on discussion with bdonlan 2011-09-27 13:50:29 -04:00
posix_madvise.c fix missing include in posix_madvise.c (compile error) 2011-04-20 15:36:15 -04:00
shm_open.c fix shm_open wrongly being cancellable 2013-07-20 13:19:14 -04:00