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
/
src
/
thread
/
mips
Age
Commit message (
Expand
)
Author
Lines
2018-09-12
make arch __clone backends hidden
Rich Felker
-0
/
+1
2018-08-18
mips archs: fix runaway execution if start fn passed to clone returns
Segev Finer
-1
/
+4
2016-02-08
remove workaround for broken mips assemblers
Rich Felker
-5
/
+1
2016-02-04
in mips cancellable syscall asm, don't assume gp register is valid
Rich Felker
-2
/
+13
2015-06-20
work around mips detached thread exit breakage due to kernel regression
Rich Felker
-0
/
+1
2015-05-25
mark mips cancellable syscall code as code
Rich Felker
-0
/
+3
2015-04-14
consistently use hidden visibility for cancellable syscall internals
Rich Felker
-3
/
+8
2015-02-20
prepare cancellation syscall asm for possibility of __cancel returning
Rich Felker
-8
/
+12
2013-09-16
fix clobbering of caller's stack in mips __clone function
Rich Felker
-0
/
+3
2013-09-14
fix child stack alignment on mips clone
Rich Felker
-0
/
+1
2012-09-15
update mips cancellation-point syscall asm with 7-arg and r25 fixes
Rich Felker
-2
/
+5
2012-09-09
fix mips syscall_cp_asm code (saved register usage)
Rich Felker
-2
/
+2
2012-07-11
mips clone: don't free stack space used to copy arg
Rich Felker
-1
/
+0
2012-07-11
fix mips clone() on real linux kernel
Rich Felker
-4
/
+7
2012-07-11
fix clone() on mips (args were in wrong order)
Rich Felker
-3
/
+2
2012-07-11
first attempt at making threads work on mips
Rich Felker
-0
/
+67