Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-07-31 | get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO | Rich Felker | -0/+3 |
2019-07-18 | remove mips/n32/64 stat struct hacks from syscall machinery | Rich Felker | -31/+5 |
2019-07-16 | clean up mips64/n32 syscall asm constraints | Rich Felker | -27/+28 |
2019-07-16 | deduplicate mips64/n32 syscall clobbered register lists | Rich Felker | -14/+11 |
2019-05-05 | fix build regression on mips n32 due to typo in new inline syscall | Rich Felker | -1/+1 |
2019-04-10 | implement inline 5- and 6-argument syscalls for mipsn32 and mips64 | Rich Felker | -6/+25 |
2018-09-05 | define and use internal macros for hidden visibility, weak refs | Rich Felker | -2/+1 |
2017-09-06 | make syscall.h consistent with linux | Szabolcs Nagy | -3/+3 |
2017-05-31 | remove long-obsolete clang workarounds from mips* syscall_arch.h files | Rich Felker | -41/+0 |
2016-04-18 | add mips n32 port (ILP32 ABI for mips64) | Rich Felker | -0/+165 |