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