Age | Commit message (Expand) | Author | Files | Lines |
2020-09-09 | sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7 | Szabolcs Nagy | 1 | -0/+1 |
2019-12-30 | sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4 | Szabolcs Nagy | 1 | -0/+2 |
2019-03-13 | sys/mman.h: add new hugetlb mmap flags from linux v4.19 | Szabolcs Nagy | 1 | -0/+2 |
2018-06-20 | add memfd_create syscall wrapper | Szabolcs Nagy | 1 | -0/+5 |
2018-06-20 | add mlock2 linux syscall wrapper | Szabolcs Nagy | 1 | -3/+8 |
2018-06-19 | add MAP_FIXED_NOREPLACE from linux v4.17 | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 | Szabolcs Nagy | 1 | -0/+2 |
2018-02-22 | sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi | Szabolcs Nagy | 1 | -0/+13 |
2018-02-22 | sys/mman.h: add MADV_WIPEONFORK from linux v4.14 | Szabolcs Nagy | 1 | -0/+2 |
2016-03-19 | add MADV_FREE madvise command from linux v4.5 | Szabolcs Nagy | 1 | -0/+1 |
2016-03-18 | deduplicate bits/mman.h | Szabolcs Nagy | 1 | -0/+59 |
2016-01-26 | add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags | Szabolcs Nagy | 1 | -0/+1 |
2015-01-30 | move MREMAP_MAYMOVE and MREMAP_FIXED out of bits | Trutz Behn | 1 | -0/+2 |
2014-01-07 | fix signedness of pgoff argument to remap_file_pages | Rich Felker | 1 | -1/+1 |
2012-09-16 | add clock_adjtime, remap_file_pages, and syncfs syscall wrappers | Rich Felker | 1 | -0/+5 |
2012-09-09 | mincore syscall wrapper | Rich Felker | 1 | -0/+1 |
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | 1 | -0/+2 |
2012-06-04 | _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE | Rich Felker | 1 | -1/+1 |
2012-05-22 | support _BSD_SOURCE feature test macro | Rich Felker | 1 | -0/+3 |
2012-05-04 | add *64 junk for sys/*.h headers | Rich Felker | 1 | -0/+5 |
2011-03-03 | namespace cleanup in sys/mman.h | Rich Felker | 1 | -1/+3 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+37 |