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