about summary refs log tree commit diff
path: root/src/thread/arm
Commit message (Expand)AuthorAgeFilesLines
* avoid blx instruction which does not exist on armv4t or armv4Rich Felker2012-07-141-1/+2
* fix bad opcode in arm syscall_cp_asmRich Felker2012-05-231-1/+1
* fix issue with longjmp out of signal handlers and cancellationRich Felker2012-05-231-10/+8
* fix typo in arm clone() asmRich Felker2011-10-091-1/+1
* initial commit of the arm portRich Felker2011-09-184-0/+78