about summary refs log tree commit diff
path: root/arch/mips/syscall_arch.h
Commit message (Expand)AuthorAgeFilesLines
* prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker2020-08-081-0/+2
* work around negated error code bug on some mips kernelsRich Felker2020-03-141-8/+8
* remove useless mips syscall asm constraint, align style with mips64/n32Rich Felker2020-03-141-15/+16
* revert mips (32-bit, o32) syscall asm clean-up due to regressionsRich Felker2020-03-141-32/+31
* switch all existing 32-bit archs to 64-bit time_tRich Felker2019-11-021-1/+3
* clean up mips (32-bit, o32) syscall asm constraintsRich Felker2019-09-271-31/+32
* fix mips r6 syscall clobber lists not to include hi/lo registersRich Felker2019-09-261-16/+18
* get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker2019-07-311-0/+3
* remove mips/n32/64 stat struct hacks from syscall machineryRich Felker2019-07-181-40/+6
* fix broken posix_fadvise on mips due to missing 7-arg syscall supportRich Felker2019-05-051-0/+25
* implement inline 5- and 6-argument syscalls for mipsRich Felker2019-04-101-6/+33
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-2/+1
* make syscall.h consistent with linuxSzabolcs Nagy2017-09-061-3/+3
* remove long-obsolete clang workarounds from mips* syscall_arch.h filesRich Felker2017-05-311-41/+0
* 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