about summary refs log tree commit diff
path: root/src/mman/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* revert unwanted and inadvertent change that slipped into mmap.cRich Felker2019-12-201-1/+0
* implement SO_TIMESTAMP[NS] fallback for kernels without time64 versionsRich Felker2019-12-171-0/+1
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* work around incorrect EPERM from mmap syscallRich Felker2017-09-061-2/+7
* allow full-range file offsets to mmap on archs with 64-bit syscall argsRich Felker2017-04-211-1/+1
* redesign and simplify vmlock systemRich Felker2015-04-101-6/+3
* optimize locking against vm changes for mmap/munmapRich Felker2014-08-161-7/+6
* add framework for mmap2 syscall unit to vary by archRich Felker2014-07-301-2/+3
* disallow creation of objects larger than PTRDIFF_MAX via mmapRich Felker2013-06-271-0/+5
* clean up and fix logic for making mmap fail on invalid/unsupported offsetsRich Felker2012-12-201-3/+7
* process-shared barrier support, based on discussion with bdonlanRich Felker2011-09-271-2/+11
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-2/+2
* cleaning up syscalls in preparation for x86_64 portRich Felker2011-02-131-0/+4
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+18