Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix clobbering of caller's stack in mips __clone function | Rich Felker | 2013-09-16 | 1 | -0/+3 |
* | fix child stack alignment on mips clone | Rich Felker | 2013-09-14 | 1 | -0/+1 |
* | mips clone: don't free stack space used to copy arg | Rich Felker | 2012-07-11 | 1 | -1/+0 |
* | fix mips clone() on real linux kernel | Rich Felker | 2012-07-11 | 1 | -4/+7 |
* | fix clone() on mips (args were in wrong order) | Rich Felker | 2012-07-11 | 1 | -3/+2 |
* | first attempt at making threads work on mips | Rich Felker | 2012-07-11 | 1 | -0/+27 |