14 Commits (7019fbe103165b9b26a9391d5ecd4c7fcb6f3ec9)

Author SHA1 Message Date
Rich Felker 5db475f0b9 work around negated error code bug on some mips kernels 6 years ago
Rich Felker 5053fd2644 revert mips64/n32 syscall asm clean-up due to regressions 6 years ago
Rich Felker 3814333964 switch all existing 32-bit archs to 64-bit time_t 7 years ago
Rich Felker 9f6dd78593 fix mips r6 syscall clobber lists not to include hi/lo registers 7 years ago
Rich Felker 51fd67fcbf get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 7 years ago
Rich Felker fa7d4218c7 remove mips/n32/64 stat struct hacks from syscall machinery 7 years ago
Rich Felker ddc7c4f936 clean up mips64/n32 syscall asm constraints 7 years ago
Rich Felker db2a148d9d deduplicate mips64/n32 syscall clobbered register lists 7 years ago
Rich Felker 7b6ec3de71 fix build regression on mips n32 due to typo in new inline syscall 7 years ago
Rich Felker 1bcdaeee6e implement inline 5- and 6-argument syscalls for mipsn32 and mips64 7 years ago
Rich Felker 9b95fd0944 define and use internal macros for hidden visibility, weak refs 8 years ago
Szabolcs Nagy 822dddfbf1 make syscall.h consistent with linux 9 years ago
Rich Felker 1c497005ee remove long-obsolete clang workarounds from mips* syscall_arch.h files 9 years ago
Rich Felker 5972c4a411 add mips n32 port (ILP32 ABI for mips64) 10 years ago
Hauke Mehrtens b0bf52f3e9 mips: add vdso support 10 years ago
Rich Felker 0d58bf2d60 remove visibility suppression by SHARED macro in mips and x32 arch files 11 years ago
Szabolcs Nagy 18f75b80fd fix __syscall declaration with wrong visibility in syscall_arch.h 11 years ago
Rich Felker 25748db301 fix possible clobbering of syscall return values on mips 11 years ago
Rich Felker 1312930f9b fix regression that negated some mips syscall error returns 12 years ago
Rich Felker f61be1f875 fix mips struct stat dev_t members for big endian 12 years ago
Szabolcs Nagy 8258014fd1 fix for broken kernel side RLIM_INFINITY on mips 12 years ago
rofl0r dbed392410 fixup general __syscall breakage introduced in x32 port 12 years ago
Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
Rich Felker 4221f154ff fix buggy constraints in mips inline syscall asm 14 years ago
Rich Felker cfc09b1ecf improve mips syscall asm constraints to use immediates, if possible 14 years ago
Rich Felker b94067eeae eliminate assumption that mips syscall restart preserves r25 14 years ago
Rich Felker 328810d325 inline syscall support for mips 14 years ago
Rich Felker 208eb584ef syscall organization overhaul 14 years ago