index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
syscall_arch.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-08
prefer new socket syscalls, fallback to SYS_socketcall only if needed
Rich Felker
1
-0
/
+2
2020-03-14
work around negated error code bug on some mips kernels
Rich Felker
1
-8
/
+8
2020-03-14
remove useless mips syscall asm constraint, align style with mips64/n32
Rich Felker
1
-15
/
+16
2020-03-14
revert mips (32-bit, o32) syscall asm clean-up due to regressions
Rich Felker
1
-32
/
+31
2019-11-02
switch all existing 32-bit archs to 64-bit time_t
Rich Felker
1
-1
/
+3
2019-09-27
clean up mips (32-bit, o32) syscall asm constraints
Rich Felker
1
-31
/
+32
2019-09-26
fix mips r6 syscall clobber lists not to include hi/lo registers
Rich Felker
1
-16
/
+18
2019-07-31
get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO
Rich Felker
1
-0
/
+3
2019-07-18
remove mips/n32/64 stat struct hacks from syscall machinery
Rich Felker
1
-40
/
+6
2019-05-05
fix broken posix_fadvise on mips due to missing 7-arg syscall support
Rich Felker
1
-0
/
+25
2019-04-10
implement inline 5- and 6-argument syscalls for mips
Rich Felker
1
-6
/
+33
2018-09-05
define and use internal macros for hidden visibility, weak refs
Rich Felker
1
-2
/
+1
2017-09-06
make syscall.h consistent with linux
Szabolcs Nagy
1
-3
/
+3
2017-05-31
remove long-obsolete clang workarounds from mips* syscall_arch.h files
Rich Felker
1
-41
/
+0
2016-01-27
mips: add vdso support
Hauke Mehrtens
1
-0
/
+4
2015-12-15
remove visibility suppression by SHARED macro in mips and x32 arch files
Rich Felker
1
-2
/
+0
2015-04-30
fix __syscall declaration with wrong visibility in syscall_arch.h
Szabolcs Nagy
1
-0
/
+3
2015-04-07
fix possible clobbering of syscall return values on mips
Rich Felker
1
-3
/
+6
2014-07-20
fix regression that negated some mips syscall error returns
Rich Felker
1
-5
/
+5
2014-07-19
fix mips struct stat dev_t members for big endian
Rich Felker
1
-20
/
+81
2014-05-30
fix for broken kernel side RLIM_INFINITY on mips
Szabolcs Nagy
1
-0
/
+2
2014-02-24
fixup general __syscall breakage introduced in x32 port
rofl0r
1
-0
/
+2
2013-03-26
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
1
-2
/
+0
2012-09-15
fix buggy constraints in mips inline syscall asm
Rich Felker
1
-2
/
+2
2012-09-11
improve mips syscall asm constraints to use immediates, if possible
Rich Felker
1
-12
/
+21
2012-09-10
eliminate assumption that mips syscall restart preserves r25
Rich Felker
1
-23
/
+12
2012-09-09
inline syscall support for mips
Rich Felker
1
-0
/
+57
2012-09-08
syscall organization overhaul
Rich Felker
1
-0
/
+41