summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Collapse)AuthorFilesLines
2012-11-16fix powerpc termios.h and ioctl.hrofl0r2-192/+232
2012-11-15ppc wchar_t is long, not intRich Felker1-1/+1
2012-11-14fix powerpc atomic compare-and-swap functionRich Felker1-6/+7
previous version did not compare at all; it was just a fancy atomic write. untested. further atomic fixes may be needed.
2012-11-14update ppc atomic code to match the endian-agnostic version on other archsRich Felker1-14/+6
2012-11-14fix wchar limits mistakenly copied from armRich Felker1-2/+2
2012-11-13PPC port cleaned up, static linking works well now.rofl0r29-0/+2040