summaryrefslogtreecommitdiff
path: root/src/mman
AgeCommit message (Expand)AuthorLines
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-2/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker-3/+0
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-2/+0
2017-09-06work around incorrect EPERM from mmap syscallRich Felker-2/+7
2017-04-21allow full-range file offsets to mmap on archs with 64-bit syscall argsRich Felker-1/+1
2015-11-02fix mremap memory synchronization and use of variadic argumentRich Felker-4/+11
2015-11-02prevent allocs than PTRDIFF_MAX via mremapDaniel Micay-1/+8
2015-04-10redesign and simplify vmlock systemRich Felker-15/+7
2015-01-30make fsync, fdatasync, and msync cancellation pointsTrutz Behn-1/+1
2014-09-06use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt-1/+3
2014-08-16optimize locking against vm changes for mmap/munmapRich Felker-8/+7
2014-07-30add framework for mmap2 syscall unit to vary by archRich Felker-2/+3
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-2/+0
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy-1/+1
2013-07-20fix shm_open wrongly being cancellableRich Felker-1/+6
2013-06-27disallow creation of objects larger than PTRDIFF_MAX via mmapRich Felker-0/+5
2012-12-20clean up and fix logic for making mmap fail on invalid/unsupported offsetsRich Felker-3/+7
2012-09-30overhaul sem_openRich Felker-3/+3
2012-09-30clean up, bugfixes, and general improvement for shm_open/shm_unlinkRich Felker-30/+28
2012-09-09mincore syscall wrapperRich Felker-0/+8
2011-09-27process-shared barrier support, based on discussion with bdonlanRich Felker-3/+21
2011-06-29work around linux bug in mprotectRich Felker-1/+5
2011-04-20fix missing include in posix_madvise.c (compile error)Rich Felker-0/+1
2011-04-20support posix_madvise (previous a stub)Rich Felker-1/+3
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker-1/+1
2011-03-20global cleanup to use the new syscall interfaceRich Felker-11/+11
2011-03-03implement POSIX shared memoryRich Felker-0/+42
2011-02-13cleaning up syscalls in preparation for x86_64 portRich Felker-0/+4
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+107