summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-11-25fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker6-10/+32
2012-11-25make sys/procfs.h mostly work on most archsRich Felker5-8/+30
2012-11-25remove microblaze user.h incorrectly copied from armRich Felker1-40/+1
2012-11-23begin sys/user.h and sys/reg.h fixes for portsRich Felker4-98/+78
2012-11-23fix powerpc ucontext, again..Rich Felker1-5/+0
2012-11-23fix termios constants on mipsRich Felker1-10/+21
2012-11-23sigcontext/mcontext cleanup for arch-specific bitsRich Felker5-81/+94
2012-11-23fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_bufRich Felker1-1/+1
2012-11-23fix up leftover, incorrect NSIG definitions in arch-specific signal.hRich Felker5-5/+0
2012-11-23remove stuff that doesn't belong in powerpc 32-bit sigcontextRich Felker1-4/+0
2012-11-21more ppc signal.h typedef order fixesRich Felker1-13/+13
2012-11-21fix misordered typedefs in ppc signal.hRich Felker1-2/+2
2012-11-21ppc signal/NSIG related fix (warning fix, redefinition)Rich Felker1-2/+1
2012-11-21add back NSIG, removed from powerpc in last commit, but for all archsRich Felker6-0/+12
2012-11-21make powerpc signal.h namespace-clean for posix/isocRich Felker1-19/+32
2012-11-21fix powerpc types to match abi, and some feature test issuesRich Felker3-7/+8
2012-11-21fix invalid usage of mcontext_t in powerpc signal.hrofl0r1-1/+1
2012-11-18fix breakage from introducing bits header for sys/io.hRich Felker6-6/+0
2012-11-18add port io functions to sys/io.hRich Felker2-0/+160
2012-11-18add missing const on powerpc FE_DFL_ENVRich Felker1-1/+1
2012-11-18fenv support for ppc, untestedRich Felker1-7/+28
2012-11-18fcntl.h: O_SEARCH was missing for powerpcrofl0r5-24/+9
2012-11-18ppc socket.h: add forgotten cmsghdrrofl0r1-0/+7
2012-11-16dynamic linking support for powerpcRich Felker1-8/+27
2012-11-16fix ppc stat structure definitionRich Felker1-4/+3
2012-11-16fix powerpc termios.h and ioctl.hrofl0r2-192/+232
2012-11-15disable SO_REUSEPORT in sys/socket.hRich Felker1-1/+1
2012-11-15ppc wchar_t is long, not intRich Felker1-1/+1
2012-11-14fix powerpc atomic compare-and-swap functionRich Felker1-6/+7
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.rofl0r35-956/+1025
2012-11-13import preliminary ppc work by rdp.Richard Pennington29-0/+1971
2012-11-05fix numerous mips abi constant definition mismatchesRich Felker3-89/+120
2012-10-19fix struct stat size/padding on microblazeRich Felker1-1/+2
2012-10-18inline syscalls for microblazeRich Felker1-0/+97
2012-10-18better support for reverse-endian variants of arm/mips/microblazeRich Felker3-0/+12
2012-10-18floating point environment/exceptions support for mipsRich Felker1-3/+13
2012-10-15microblaze TLS relocation support, completely untestedRich Felker1-0/+6
2012-10-15add support for TLS variant I, presently needed for arm and mipsRich Felker7-11/+33
2012-10-13ensure pointer decay in inline-asm arg for i386 syscall6Rich Felker1-1/+1
2012-10-11i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker1-66/+7
2012-10-05fix incorrect TLS reloc macro names in x86_64 reloc.hRich Felker1-3/+3
2012-10-04dynamic-linked TLS support for everything but dlopen'd libsRich Felker5-5/+63
2012-09-29microblaze portRich Felker29-0/+1962
2012-09-22fix IPC_64 in msgctl tooRich Felker1-0/+2
2012-09-22fix broken semctl on systems that don't use IPC_64 flagRich Felker3-0/+6
2012-09-15add O_EXEC open modeRich Felker4-0/+4
2012-09-15fix syscall asm constraints for arm tooRich Felker1-4/+4
2012-09-15fix buggy constraints in mips inline syscall asmRich Felker1-2/+2