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