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