summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
2012-11-21fix misordered typedefs in ppc signal.hRich Felker-2/+2
2012-11-21ppc signal/NSIG related fix (warning fix, redefinition)Rich Felker-2/+1
2012-11-21add back NSIG, removed from powerpc in last commit, but for all archsRich Felker-0/+12
2012-11-21make powerpc signal.h namespace-clean for posix/isocRich Felker-19/+32
2012-11-21fix powerpc types to match abi, and some feature test issuesRich Felker-7/+8
2012-11-21fix invalid usage of mcontext_t in powerpc signal.hrofl0r-1/+1
2012-11-18fix breakage from introducing bits header for sys/io.hRich Felker-6/+0
2012-11-18add port io functions to sys/io.hRich Felker-0/+160
2012-11-18add missing const on powerpc FE_DFL_ENVRich Felker-1/+1
2012-11-18fenv support for ppc, untestedRich Felker-7/+28
2012-11-18fcntl.h: O_SEARCH was missing for powerpcrofl0r-24/+9
2012-11-18ppc socket.h: add forgotten cmsghdrrofl0r-0/+7
2012-11-16dynamic linking support for powerpcRich Felker-8/+27
2012-11-16fix ppc stat structure definitionRich Felker-4/+3
2012-11-16fix powerpc termios.h and ioctl.hrofl0r-192/+232
2012-11-15disable SO_REUSEPORT in sys/socket.hRich Felker-1/+1
2012-11-15ppc wchar_t is long, not intRich Felker-1/+1
2012-11-14fix powerpc atomic compare-and-swap functionRich Felker-6/+7
2012-11-14update ppc atomic code to match the endian-agnostic version on other archsRich Felker-14/+6
2012-11-14fix wchar limits mistakenly copied from armRich Felker-2/+2
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-956/+1025
2012-11-13import preliminary ppc work by rdp.Richard Pennington-0/+1971
2012-11-05fix numerous mips abi constant definition mismatchesRich Felker-89/+120
2012-10-19fix struct stat size/padding on microblazeRich Felker-1/+2
2012-10-18inline syscalls for microblazeRich Felker-0/+97
2012-10-18better support for reverse-endian variants of arm/mips/microblazeRich Felker-0/+12
2012-10-18floating point environment/exceptions support for mipsRich Felker-3/+13
2012-10-15microblaze TLS relocation support, completely untestedRich Felker-0/+6
2012-10-15add support for TLS variant I, presently needed for arm and mipsRich Felker-11/+33
2012-10-13ensure pointer decay in inline-asm arg for i386 syscall6Rich Felker-1/+1
2012-10-11i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker-66/+7
2012-10-05fix incorrect TLS reloc macro names in x86_64 reloc.hRich Felker-3/+3
2012-10-04dynamic-linked TLS support for everything but dlopen'd libsRich Felker-5/+63
2012-09-29microblaze portRich Felker-0/+1962
2012-09-22fix IPC_64 in msgctl tooRich Felker-0/+2
2012-09-22fix broken semctl on systems that don't use IPC_64 flagRich Felker-0/+6
2012-09-15add O_EXEC open modeRich Felker-0/+4
2012-09-15fix syscall asm constraints for arm tooRich Felker-4/+4
2012-09-15fix buggy constraints in mips inline syscall asmRich Felker-2/+2
2012-09-13add O_PATH/O_SEARCH support to fcntl.hRich Felker-0/+8
2012-09-11improve mips syscall asm constraints to use immediates, if possibleRich Felker-12/+21
2012-09-10eliminate assumption that mips syscall restart preserves r25Rich Felker-23/+12
2012-09-09inline syscall support for armRich Felker-0/+53
2012-09-09inline syscall support for mipsRich Felker-0/+57
2012-09-08syscall organization overhaulRich Felker-632/+282
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker-0/+3
2012-09-07add clang-compatible thread-pointer code for mipsRich Felker-0/+4
2012-09-02avoid "inline" in public headers for strict c89 compatibilityRich Felker-35/+35
2012-08-11avoid need for -march=mips2 to compile mips atomic.h asmRich Felker-0/+8
2012-08-10use int instead of long for ptrdiff_t on all 32-bit archsRich Felker-2/+2