Rich Felker
|
c2feda4e2e
prefer new socket syscalls, fallback to SYS_socketcall only if needed
|
4 年 前 |
Rich Felker
|
5db475f0b9
work around negated error code bug on some mips kernels
|
4 年 前 |
Rich Felker
|
db86ec100d
remove useless mips syscall asm constraint, align style with mips64/n32
|
4 年 前 |
Rich Felker
|
972b5fde9a
revert mips (32-bit, o32) syscall asm clean-up due to regressions
|
4 年 前 |
Rich Felker
|
3814333964
switch all existing 32-bit archs to 64-bit time_t
|
5 年 前 |
Rich Felker
|
604f8d3d8b
clean up mips (32-bit, o32) syscall asm constraints
|
5 年 前 |
Rich Felker
|
9f6dd78593
fix mips r6 syscall clobber lists not to include hi/lo registers
|
5 年 前 |
Rich Felker
|
51fd67fcbf
get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO
|
5 年 前 |
Rich Felker
|
fa7d4218c7
remove mips/n32/64 stat struct hacks from syscall machinery
|
5 年 前 |
Rich Felker
|
d02e72ad51
fix broken posix_fadvise on mips due to missing 7-arg syscall support
|
5 年 前 |
Rich Felker
|
dcb18bea61
implement inline 5- and 6-argument syscalls for mips
|
5 年 前 |
Rich Felker
|
9b95fd0944
define and use internal macros for hidden visibility, weak refs
|
6 年 前 |
Szabolcs Nagy
|
822dddfbf1
make syscall.h consistent with linux
|
7 年 前 |
Rich Felker
|
1c497005ee
remove long-obsolete clang workarounds from mips* syscall_arch.h files
|
7 年 前 |
Hauke Mehrtens
|
b0bf52f3e9
mips: add vdso support
|
8 年 前 |
Rich Felker
|
0d58bf2d60
remove visibility suppression by SHARED macro in mips and x32 arch files
|
9 年 前 |
Szabolcs Nagy
|
18f75b80fd
fix __syscall declaration with wrong visibility in syscall_arch.h
|
9 年 前 |
Rich Felker
|
25748db301
fix possible clobbering of syscall return values on mips
|
9 年 前 |
Rich Felker
|
1312930f9b
fix regression that negated some mips syscall error returns
|
10 年 前 |
Rich Felker
|
f61be1f875
fix mips struct stat dev_t members for big endian
|
10 年 前 |
Szabolcs Nagy
|
8258014fd1
fix for broken kernel side RLIM_INFINITY on mips
|
10 年 前 |
rofl0r
|
dbed392410
fixup general __syscall breakage introduced in x32 port
|
10 年 前 |
Rich Felker
|
ccc7b4c3a1
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
|
11 年 前 |
Rich Felker
|
4221f154ff
fix buggy constraints in mips inline syscall asm
|
12 年 前 |
Rich Felker
|
cfc09b1ecf
improve mips syscall asm constraints to use immediates, if possible
|
12 年 前 |
Rich Felker
|
b94067eeae
eliminate assumption that mips syscall restart preserves r25
|
12 年 前 |
Rich Felker
|
328810d325
inline syscall support for mips
|
12 年 前 |
Rich Felker
|
208eb584ef
syscall organization overhaul
|
12 年 前 |