about summary refs log tree commit diff
path: root/arch/mipsn32/syscall_arch.h
Commit message (Expand)AuthorAgeFilesLines
* work around negated error code bug on some mips kernelsRich Felker2020-03-141-7/+7
* revert mips64/n32 syscall asm clean-up due to regressionsRich Felker2020-03-141-28/+33
* switch all existing 32-bit archs to 64-bit time_tRich Felker2019-11-021-1/+3
* fix mips r6 syscall clobber lists not to include hi/lo registersRich Felker2019-09-261-0/+6
* get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker2019-07-311-0/+3
* remove mips/n32/64 stat struct hacks from syscall machineryRich Felker2019-07-181-31/+5
* clean up mips64/n32 syscall asm constraintsRich Felker2019-07-161-27/+28
* deduplicate mips64/n32 syscall clobbered register listsRich Felker2019-07-161-14/+11
* fix build regression on mips n32 due to typo in new inline syscallRich Felker2019-05-051-1/+1
* implement inline 5- and 6-argument syscalls for mipsn32 and mips64Rich Felker2019-04-101-6/+25
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-2/+1
* make syscall.h consistent with linuxSzabolcs Nagy2017-09-061-3/+3
* remove long-obsolete clang workarounds from mips* syscall_arch.h filesRich Felker2017-05-311-41/+0
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-181-0/+165