summaryrefslogtreecommitdiff
path: root/include/sys/mman.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-19remove LFS64 programming interfaces (macro-only) from _GNU_SOURCERich Felker1-1/+1
2021-02-15sys/mman.h: add MAP_HUGE_16KB from linux v5.10Szabolcs Nagy1-0/+1
2020-09-09sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7Szabolcs Nagy1-0/+1
2019-12-30sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4Szabolcs Nagy1-0/+2
2019-03-13sys/mman.h: add new hugetlb mmap flags from linux v4.19Szabolcs Nagy1-0/+2
2018-06-20add memfd_create syscall wrapperSzabolcs Nagy1-0/+5
2018-06-20add mlock2 linux syscall wrapperSzabolcs Nagy1-3/+8
2018-06-19add MAP_FIXED_NOREPLACE from linux v4.17Szabolcs Nagy1-0/+1
2018-02-22add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy1-0/+2
2018-02-22sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapiSzabolcs Nagy1-0/+13
2018-02-22sys/mman.h: add MADV_WIPEONFORK from linux v4.14Szabolcs Nagy1-0/+2
2016-03-19add MADV_FREE madvise command from linux v4.5Szabolcs Nagy1-0/+1
2016-03-18deduplicate bits/mman.hSzabolcs Nagy1-0/+59
2016-01-26add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy1-0/+1
2015-01-30move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn1-0/+2
2014-01-07fix signedness of pgoff argument to remap_file_pagesRich Felker1-1/+1
2012-09-16add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker1-0/+5
2012-09-09mincore syscall wrapperRich Felker1-0/+1
2012-09-07default features: make musl usable without feature test macrosRich Felker1-0/+2
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker1-1/+1
2012-05-22support _BSD_SOURCE feature test macroRich Felker1-0/+3
2012-05-04add *64 junk for sys/*.h headersRich Felker1-0/+5
2011-03-03namespace cleanup in sys/mman.hRich Felker1-1/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+37