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