Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for TLS variant I, presently needed for arm and mips | Rich Felker | 2012-10-15 | 1 | -0/+4 |
* | fix arm clone syscall bug (no effect unless app uses clone) | Rich Felker | 2012-09-27 | 1 | -2/+1 |
* | avoid blx instruction which does not exist on armv4t or armv4 | Rich Felker | 2012-07-14 | 1 | -1/+2 |
* | fix bad opcode in arm syscall_cp_asm | Rich Felker | 2012-05-23 | 1 | -1/+1 |
* | fix issue with longjmp out of signal handlers and cancellation | Rich Felker | 2012-05-23 | 1 | -10/+8 |
* | fix typo in arm clone() asm | Rich Felker | 2011-10-09 | 1 | -1/+1 |
* | initial commit of the arm port | Rich Felker | 2011-09-18 | 4 | -0/+78 |