summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2011-10-17fix some details in ugly stuff that doesn't belong in libcRich Felker1-6/+6
2011-10-15don't define wchar_t on c++Rich Felker1-0/+2
2011-10-05fix fcntl O_* flags for armRich Felker1-4/+4
2011-10-01typo (copy 2) in arm reloc.hRich Felker1-1/+1
2011-10-01typo in arm reloc.hRich Felker1-1/+1
2011-10-01first attempt at arm dynamic linkingRich Felker1-0/+26
2011-09-22"optimize" arm __pthread_selfRich Felker1-4/+1
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker1-1/+2
2011-09-19fix the definition of struct statvfs to match lsb abiRich Felker1-15/+6
2011-09-19cleanup redundancy in bits/signal.h versionsRich Felker1-121/+12
2011-09-19fix the type of wchar_t on arm; support wchar_t varying with archRich Felker2-6/+6
2011-09-19fix incorrect long double parameters on arm (and other future ports)Rich Felker1-10/+10
2011-09-18initial commit of the arm portRich Felker27-0/+2076