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