revert mips (32-bit, o32) syscall asm clean-up due to regressions
[oweals/musl.git] / arch / mips / syscall_arch.h
2020-03-15 Rich Felkerrevert mips (32-bit, o32) syscall asm clean-up due...
2019-11-02 Rich Felkerswitch all existing 32-bit archs to 64-bit time_t
2019-09-27 Rich Felkerclean up mips (32-bit, o32) syscall asm constraints
2019-09-26 Rich Felkerfix mips r6 syscall clobber lists not to include hi...
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-18 Rich Felkerremove mips/n32/64 stat struct hacks from syscall machinery
2019-05-05 Rich Felkerfix broken posix_fadvise on mips due to missing 7-arg...
2019-04-10 Rich Felkerimplement inline 5- and 6-argument syscalls for mips
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2017-09-06 Szabolcs Nagymake syscall.h consistent with linux
2017-06-01 Rich Felkerremove long-obsolete clang workarounds from mips* sysca...
2016-01-27 Hauke Mehrtensmips: add vdso support
2015-12-16 Rich Felkerremove visibility suppression by SHARED macro in mips...
2015-04-30 Szabolcs Nagyfix __syscall declaration with wrong visibility in...
2015-04-07 Rich Felkerfix possible clobbering of syscall return values on...
2014-07-20 Rich Felkerfix regression that negated some mips syscall error...
2014-07-20 Rich Felkerfix mips struct stat dev_t members for big endian
2014-05-30 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-02-24 rofl0rfixup general __syscall breakage introduced in x32...
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2012-09-15 Rich Felkerfix buggy constraints in mips inline syscall asm
2012-09-11 Rich Felkerimprove mips syscall asm constraints to use immediates...
2012-09-11 Rich Felkereliminate assumption that mips syscall restart preserve...
2012-09-09 Rich Felkerinline syscall support for mips
2012-09-09 Rich Felkersyscall organization overhaul