index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
syscall_arch.h
Age
Commit message (
Expand
)
Author
Lines
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-01-27
mips: add vdso support
Hauke Mehrtens
-0
/
+4
2015-12-15
remove visibility suppression by SHARED macro in mips and x32 arch files
Rich Felker
-2
/
+0
2015-04-30
fix __syscall declaration with wrong visibility in syscall_arch.h
Szabolcs Nagy
-0
/
+3
2015-04-07
fix possible clobbering of syscall return values on mips
Rich Felker
-3
/
+6
2014-07-20
fix regression that negated some mips syscall error returns
Rich Felker
-5
/
+5
2014-07-19
fix mips struct stat dev_t members for big endian
Rich Felker
-20
/
+81
2014-05-30
fix for broken kernel side RLIM_INFINITY on mips
Szabolcs Nagy
-0
/
+2
2014-02-24
fixup general __syscall breakage introduced in x32 port
rofl0r
-0
/
+2
2013-03-26
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
-2
/
+0
2012-09-15
fix buggy constraints in mips inline syscall asm
Rich Felker
-2
/
+2
2012-09-11
improve mips syscall asm constraints to use immediates, if possible
Rich Felker
-12
/
+21
2012-09-10
eliminate assumption that mips syscall restart preserves r25
Rich Felker
-23
/
+12
2012-09-09
inline syscall support for mips
Rich Felker
-0
/
+57
2012-09-08
syscall organization overhaul
Rich Felker
-0
/
+41