dns: fix workaround for systems defaulting to ipv6-only sockets
[musl] / src / mman /
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2019-12-21 Rich Felkerrevert unwanted and inadvertent change that slipped...
2019-12-18 Rich Felkerimplement SO_TIMESTAMP[NS] fallback for kernels without...
2019-03-22 Drew DeVaultsupport archs with no mlock syscall, only mlock2
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2017-09-07 Rich Felkerwork around incorrect EPERM from mmap syscall
2017-04-21 Rich Felkerallow full-range file offsets to mmap on archs with...
2015-11-02 Rich Felkerfix mremap memory synchronization and use of variadic...
2015-11-02 Daniel Micayprevent allocs than PTRDIFF_MAX via mremap
2015-04-10 Rich Felkerredesign and simplify vmlock system
2015-01-31 Trutz Behnmake fsync, fdatasync, and msync cancellation points
2014-09-06 Jens Gustedtuse weak symbols for the POSIX functions that will...
2014-08-16 Rich Felkeroptimize locking against vm changes for mmap/munmap
2014-07-31 Rich Felkeradd framework for mmap2 syscall unit to vary by arch
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-07-20 Rich Felkerfix shm_open wrongly being cancellable
2013-06-27 Rich Felkerdisallow creation of objects larger than PTRDIFF_MAX...
2012-12-20 Rich Felkerclean up and fix logic for making mmap fail on invalid...
2012-09-30 Rich Felkeroverhaul sem_open
2012-09-30 Rich Felkerclean up, bugfixes, and general improvement for shm_ope...
2012-09-09 Rich Felkermincore syscall wrapper
2011-09-27 Rich Felkerprocess-shared barrier support, based on discussion...
2011-06-29 Rich Felkerwork around linux bug in mprotect
2011-04-20 Rich Felkerfix missing include in posix_madvise.c (compile error)
2011-04-20 Rich Felkersupport posix_madvise (previous a stub)
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-03 Rich Felkerimplement POSIX shared memory
2011-02-14 Rich Felkercleaning up syscalls in preparation for x86_64 port
2011-02-12 Rich Felkerinitial check-in, version 0.5.0