about summary refs log tree commit diff
path: root/src/mman
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
* support archs with no mlock syscall, only mlock2Drew DeVault2019-03-211-0/+4
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-123-3/+0
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+0
* 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
* fix mremap memory synchronization and use of variadic argumentRich Felker2015-11-021-4/+11
* prevent allocs than PTRDIFF_MAX via mremapDaniel Micay2015-11-021-1/+8
* redesign and simplify vmlock systemRich Felker2015-04-102-15/+7
* make fsync, fdatasync, and msync cancellation pointsTrutz Behn2015-01-301-1/+1
* use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt2014-09-061-1/+3
* optimize locking against vm changes for mmap/munmapRich Felker2014-08-162-8/+7
* add framework for mmap2 syscall unit to vary by archRich Felker2014-07-301-2/+3
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-122-2/+0
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-151-1/+1
* fix shm_open wrongly being cancellableRich Felker2013-07-201-1/+6
* 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
* overhaul sem_openRich Felker2012-09-301-3/+3
* clean up, bugfixes, and general improvement for shm_open/shm_unlinkRich Felker2012-09-302-30/+28
* mincore syscall wrapperRich Felker2012-09-091-0/+8
* process-shared barrier support, based on discussion with bdonlanRich Felker2011-09-272-3/+21
* work around linux bug in mprotectRich Felker2011-06-291-1/+5
* fix missing include in posix_madvise.c (compile error)Rich Felker2011-04-201-0/+1
* support posix_madvise (previous a stub)Rich Felker2011-04-201-1/+3
* 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-2010-11/+11
* implement POSIX shared memoryRich Felker2011-03-032-0/+42
* 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-1211-0/+107