Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consistently use hidden visibility for cancellable syscall internals | Rich Felker | 2015-04-14 | 1 | -3/+8 |
* | prepare cancellation syscall asm for possibility of __cancel returning | Rich Felker | 2015-02-20 | 1 | -8/+12 |
* | 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 |
* | update mips cancellation-point syscall asm with 7-arg and r25 fixes | Rich Felker | 2012-09-15 | 1 | -2/+5 |
* | fix mips syscall_cp_asm code (saved register usage) | Rich Felker | 2012-09-09 | 1 | -2/+2 |
* | 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 | 3 | -0/+67 |