| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-11 | fix mips clone() on real linux kernel | Rich Felker | -4/+7 | |
| the old code worked in qemu app-level emulation, but not on real kernels where the clone syscall does not copy the register values to the new thread. save arguments on the new thread stack instead. | ||||
| 2012-07-11 | fix clone() on mips (args were in wrong order) | Rich Felker | -3/+2 | |
| with this change, threads on mips seem to be working | ||||
| 2012-07-11 | first attempt at making threads work on mips | Rich Felker | -0/+67 | |
