summaryrefslogtreecommitdiff
path: root/arch/mips/syscall_arch.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-08prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker1-0/+2
2020-03-14work around negated error code bug on some mips kernelsRich Felker1-8/+8
2020-03-14remove useless mips syscall asm constraint, align style with mips64/n32Rich Felker1-15/+16
2020-03-14revert mips (32-bit, o32) syscall asm clean-up due to regressionsRich Felker1-32/+31
2019-11-02switch all existing 32-bit archs to 64-bit time_tRich Felker1-1/+3
2019-09-27clean up mips (32-bit, o32) syscall asm constraintsRich Felker1-31/+32
2019-09-26fix mips r6 syscall clobber lists not to include hi/lo registersRich Felker1-16/+18
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-40/+6
2019-05-05fix broken posix_fadvise on mips due to missing 7-arg syscall supportRich Felker1-0/+25
2019-04-10implement inline 5- and 6-argument syscalls for mipsRich Felker1-6/+33
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-01-27mips: add vdso supportHauke Mehrtens1-0/+4
2015-12-15remove visibility suppression by SHARED macro in mips and x32 arch filesRich Felker1-2/+0
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy1-0/+3
2015-04-07fix possible clobbering of syscall return values on mipsRich Felker1-3/+6
2014-07-20fix regression that negated some mips syscall error returnsRich Felker1-5/+5
2014-07-19fix mips struct stat dev_t members for big endianRich Felker1-20/+81
2014-05-30fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy1-0/+2
2014-02-24fixup general __syscall breakage introduced in x32 portrofl0r1-0/+2
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker1-2/+0
2012-09-15fix buggy constraints in mips inline syscall asmRich Felker1-2/+2
2012-09-11improve mips syscall asm constraints to use immediates, if possibleRich Felker1-12/+21
2012-09-10eliminate assumption that mips syscall restart preserves r25Rich Felker1-23/+12
2012-09-09inline syscall support for mipsRich Felker1-0/+57
2012-09-08syscall organization overhaulRich Felker1-0/+41