musl/arch/mips
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
..
bits fix siginfo_t for mips 2016-01-26 22:31:21 -05:00
atomic_arch.h overhaul mips atomics for new atomics framework 2016-01-22 00:10:40 +00:00
crt_arch.h adjust mips crt_arch entry point asm to avoid assembler bugs 2015-12-29 13:01:29 -05:00
ksigaction.h fix signal return for sh/fdpic 2015-09-23 18:33:49 +00:00
pthread_arch.h properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
reloc.h new dlstart stage-2 chaining for mips 2015-09-17 07:20:43 +00:00
syscall_arch.h mips: add vdso support 2016-01-27 12:40:24 -05:00