Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make arch __clone backends hidden | Rich Felker | 2018-09-12 | 1 | -0/+1 |
* | mips archs: fix runaway execution if start fn passed to clone returns | Segev Finer | 2018-08-18 | 1 | -1/+4 |
* | 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 |