summaryrefslogtreecommitdiff
path: root/arch/mipsn32/syscall_arch.h
AgeCommit message (Expand)AuthorLines
2020-03-14work around negated error code bug on some mips kernelsRich Felker-7/+7
2020-03-14revert mips64/n32 syscall asm clean-up due to regressionsRich Felker-28/+33
2019-11-02switch all existing 32-bit archs to 64-bit time_tRich Felker-1/+3
2019-09-26fix mips r6 syscall clobber lists not to include hi/lo registersRich Felker-0/+6
2019-07-31get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker-0/+3
2019-07-18remove mips/n32/64 stat struct hacks from syscall machineryRich Felker-31/+5
2019-07-16clean up mips64/n32 syscall asm constraintsRich Felker-27/+28
2019-07-16deduplicate mips64/n32 syscall clobbered register listsRich Felker-14/+11
2019-05-05fix build regression on mips n32 due to typo in new inline syscallRich Felker-1/+1
2019-04-10implement inline 5- and 6-argument syscalls for mipsn32 and mips64Rich Felker-6/+25
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker-2/+1
2017-09-06make syscall.h consistent with linuxSzabolcs Nagy-3/+3
2017-05-31remove long-obsolete clang workarounds from mips* syscall_arch.h filesRich Felker-41/+0
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker-0/+165