index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mman
/
mmap.c
Age
Commit message (
Expand
)
Author
Lines
2018-09-12
remove spurious inclusion of libc.h for LFS64 ABI aliases
Rich Felker
-2
/
+1
2017-09-06
work around incorrect EPERM from mmap syscall
Rich Felker
-2
/
+7
2017-04-21
allow full-range file offsets to mmap on archs with 64-bit syscall args
Rich Felker
-1
/
+1
2015-04-10
redesign and simplify vmlock system
Rich Felker
-6
/
+3
2014-08-16
optimize locking against vm changes for mmap/munmap
Rich Felker
-7
/
+6
2014-07-30
add framework for mmap2 syscall unit to vary by arch
Rich Felker
-2
/
+3
2013-06-27
disallow creation of objects larger than PTRDIFF_MAX via mmap
Rich Felker
-0
/
+5
2012-12-20
clean up and fix logic for making mmap fail on invalid/unsupported offsets
Rich Felker
-3
/
+7
2011-09-27
process-shared barrier support, based on discussion with bdonlan
Rich Felker
-2
/
+11
2011-04-06
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
-1
/
+1
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
-2
/
+2
2011-02-13
cleaning up syscalls in preparation for x86_64 port
Rich Felker
-0
/
+4
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+18