184 Commits (98f56b12ceddba183c4fdba881ec753bbeea4e9f)

Author SHA1 Message Date
Rich Felker 98f56b12ce fix powerpc ucontext, again.. 14 years ago
Rich Felker 144dc4f479 fix termios constants on mips 14 years ago
Rich Felker c72fc23843 sigcontext/mcontext cleanup for arch-specific bits 14 years ago
Rich Felker a50136dfe1 fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf 14 years ago
Rich Felker 7538708f8b fix up leftover, incorrect NSIG definitions in arch-specific signal.h 14 years ago
Rich Felker b0756d88a0 remove stuff that doesn't belong in powerpc 32-bit sigcontext 14 years ago
Rich Felker 4860db9f54 more ppc signal.h typedef order fixes 14 years ago
Rich Felker 808f225b7c fix misordered typedefs in ppc signal.h 14 years ago
Rich Felker b5e3832f85 ppc signal/NSIG related fix (warning fix, redefinition) 14 years ago
Rich Felker 65b98213e4 add back NSIG, removed from powerpc in last commit, but for all archs 14 years ago
Rich Felker 57a0b82441 make powerpc signal.h namespace-clean for posix/isoc 14 years ago
Rich Felker 7bdf11c2c6 fix powerpc types to match abi, and some feature test issues 14 years ago
rofl0r 2df4f6f17b fix invalid usage of mcontext_t in powerpc signal.h 14 years ago
Rich Felker 0004ea613a fix breakage from introducing bits header for sys/io.h 14 years ago
Rich Felker 61aa6324af add port io functions to sys/io.h 14 years ago
Rich Felker f54ac2446a add missing const on powerpc FE_DFL_ENV 14 years ago
Rich Felker 75c450cff3 fenv support for ppc, untested 14 years ago
rofl0r 8d2887f884 fcntl.h: O_SEARCH was missing for powerpc 14 years ago
rofl0r ae67fe1aad ppc socket.h: add forgotten cmsghdr 14 years ago
Rich Felker a4db94ab78 dynamic linking support for powerpc 14 years ago
Rich Felker 7718e7cce5 fix ppc stat structure definition 14 years ago
rofl0r 3bb6bd8580 fix powerpc termios.h and ioctl.h 14 years ago
Rich Felker 91738d0241 disable SO_REUSEPORT in sys/socket.h 14 years ago
Rich Felker 7491bac33e ppc wchar_t is long, not int 14 years ago
Rich Felker e7257d3e63 fix powerpc atomic compare-and-swap function 14 years ago
Rich Felker 574d01a696 update ppc atomic code to match the endian-agnostic version on other archs 14 years ago
Rich Felker 50cb6dbb0c fix wchar limits mistakenly copied from arm 14 years ago
rofl0r 1c8eb8bad7 PPC port cleaned up, static linking works well now. 14 years ago
Richard Pennington 7669d1e334 import preliminary ppc work by rdp. 14 years ago
Rich Felker 32d6d77e54 fix numerous mips abi constant definition mismatches 14 years ago
Rich Felker dde325d7b3 fix struct stat size/padding on microblaze 14 years ago
Rich Felker 25011215be inline syscalls for microblaze 14 years ago
Rich Felker 64251d8bbd better support for reverse-endian variants of arm/mips/microblaze 14 years ago
Rich Felker f321de9e0a floating point environment/exceptions support for mips 14 years ago
Rich Felker 21284ec75d microblaze TLS relocation support, completely untested 14 years ago
Rich Felker 9ec4283b28 add support for TLS variant I, presently needed for arm and mips 14 years ago
Rich Felker 185a977074 ensure pointer decay in inline-asm arg for i386 syscall6 14 years ago
Rich Felker 12e9b4faf6 i386 vsyscall support (vdso-provided sysenter/syscall instruction based) 14 years ago
Rich Felker 99a2af6f45 fix incorrect TLS reloc macro names in x86_64 reloc.h 14 years ago
Rich Felker 9c74856af7 dynamic-linked TLS support for everything but dlopen'd libs 14 years ago
Rich Felker 8c0a3d9e5c microblaze port 14 years ago
Rich Felker cccc13221d fix IPC_64 in msgctl too 14 years ago
Rich Felker fce46bf980 fix broken semctl on systems that don't use IPC_64 flag 14 years ago
Rich Felker 6d05d86297 add O_EXEC open mode 14 years ago
Rich Felker 075fdb909b fix syscall asm constraints for arm too 14 years ago
Rich Felker 4221f154ff fix buggy constraints in mips inline syscall asm 14 years ago
Rich Felker b238b37a0f add O_PATH/O_SEARCH support to fcntl.h 14 years ago
Rich Felker cfc09b1ecf improve mips syscall asm constraints to use immediates, if possible 14 years ago
Rich Felker b94067eeae eliminate assumption that mips syscall restart preserves r25 14 years ago
Rich Felker 5e3c243d8d inline syscall support for arm 14 years ago