bits/syscall.h: add epoll_pwait2 from linux v5.11
[musl] / arch / powerpc / bits / mman.h
2020-03-15 Samuel Hollanddefine MAP_SYNC on powerpc/powerpc64
2018-02-22 Szabolcs Nagyadd MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
2017-09-11 Szabolcs Nagypowerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-25 Szabolcs Nagyadd missing powerpc specific PROT_SAO memory protection...
2016-01-25 Szabolcs Nagyfix powerpc MCL_* mlockall flags in bits/mman.h
2015-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-12 Szabolcs Nagyadd missing mmap options and madvices to bits/mman...
2012-12-06 rofl0radd more arch-specific MAP_ macros to bits/mman.h
2012-12-06 rofl0rremove MAP_32 from non-x86 archs
2012-12-06 rofl0radd MAP_NORESERVE to bits/mman.h
2012-11-21 Rich Felkerfix powerpc types to match abi, and some feature test...
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 rofl0rPPC port cleaned up, static linking works well now.