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