summaryrefslogtreecommitdiff
path: root/arch/mips/syscall_arch.h
AgeCommit message (Expand)AuthorLines
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