work around mips detached thread exit breakage due to kernel regression
[musl] / src / thread / mips / clone.s
2013-09-16 Rich Felkerfix clobbering of caller's stack in mips __clone function
2013-09-14 Rich Felkerfix child stack alignment on mips clone
2012-07-12 Rich Felkermips clone: don't free stack space used to copy arg
2012-07-12 Rich Felkerfix mips clone() on real linux kernel
2012-07-12 Rich Felkerfix clone() on mips (args were in wrong order)
2012-07-11 Rich Felkerfirst attempt at making threads work on mips