musl/arch
Hauke Mehrtens b0bf52f3e9 mips: add vdso support
vdso support is available on mips starting with kernel 4.4, see kernel
commit a7f4df4e21 "MIPS: VDSO: Add implementations of gettimeofday()
and clock_gettime()" for details.

In Linux kernel 4.4.0 the mips code returns -ENOSYS in case it can not
handle the vdso call and assumes the libc will call the original
syscall in this case. Handle this case in musl. Currently Linux kernel
4.4.0 handles the following types: CLOCK_REALTIME_COARSE,
CLOCK_MONOTONIC_COARSE, CLOCK_REALTIME and CLOCK_MONOTONIC.
2016-01-27 12:40:24 -05:00
..
aarch64 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00
arm add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00
i386 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00
microblaze add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00
mips mips: add vdso support 2016-01-27 12:40:24 -05:00
or1k add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00
powerpc add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00
sh add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00
x32 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00
x86_64 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00