about summary refs log tree commit diff
path: root/arch/mips/syscall_arch.h
Commit message (Expand)AuthorAgeFilesLines
* mips: add vdso supportHauke Mehrtens2016-01-271-0/+4
* remove visibility suppression by SHARED macro in mips and x32 arch filesRich Felker2015-12-151-2/+0
* fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy2015-04-301-0/+3
* fix possible clobbering of syscall return values on mipsRich Felker2015-04-071-3/+6
* fix regression that negated some mips syscall error returnsRich Felker2014-07-201-5/+5
* fix mips struct stat dev_t members for big endianRich Felker2014-07-191-20/+81
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-05-301-0/+2
* fixup general __syscall breakage introduced in x32 portrofl0r2014-02-241-0/+2
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-2/+0
* fix buggy constraints in mips inline syscall asmRich Felker2012-09-151-2/+2
* improve mips syscall asm constraints to use immediates, if possibleRich Felker2012-09-111-12/+21
* eliminate assumption that mips syscall restart preserves r25Rich Felker2012-09-101-23/+12
* inline syscall support for mipsRich Felker2012-09-091-0/+57
* syscall organization overhaulRich Felker2012-09-081-0/+41