757 Commits (31b3ce5309ee4fe17e0ed8d45fc141267c3f1781)

Author SHA1 Message Date
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
Rich Felker 328810d325 inline syscall support for mips 14 years ago
Rich Felker 208eb584ef syscall organization overhaul 14 years ago
Rich Felker 6cf8bfdb64 add acct, accept4, setns, and dup3 syscalls (linux extensions) 14 years ago
Rich Felker 9f65796c35 add clang-compatible thread-pointer code for mips 14 years ago
Rich Felker fb247fafa0 avoid "inline" in public headers for strict c89 compatibility 14 years ago
Rich Felker 036eaa24cf avoid need for -march=mips2 to compile mips atomic.h asm 14 years ago
Rich Felker e3ebe7db5d use int instead of long for ptrdiff_t on all 32-bit archs 14 years ago
Rich Felker c5875ad34b fix incorrect ptrdiff_t type on mips 14 years ago
Rich Felker 83b42d94bd add defines for number of sigset_t bytes syscalls expect 14 years ago
Rich Felker ae0b9da48c further fixes for mips ioctl.h header 14 years ago
Rich Felker ff02f94e2d fix another mips gratuitous-incompatibility bug: ioctl numbers 14 years ago
Rich Felker 7fee5f9606 fix socket.h on mips 14 years ago
Rich Felker fa91df41e8 more stuff lost committing mips dynamic linker 14 years ago
Rich Felker babf820180 mips dynamic linker support 14 years ago
Rich Felker dc046f55bb add floating point register saving/restoring to mips setjmp/longjmp 14 years ago
Rich Felker 48d20136b0 fix broken mips a_fetch_add 14 years ago
Rich Felker e1e4d6b269 mipsel (little endian) support 14 years ago
Rich Felker 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 14 years ago
Rich Felker 90e123f4a8 fix redef of sigprocmask constants on mips 14 years ago
Rich Felker ba8a96b068 more mips bits-header fixes 14 years ago
Rich Felker db11e96493 fix mips syscalls with long long args 14 years ago
Rich Felker 5fac93db37 fix mips mcontext_t structure size 14 years ago
Rich Felker 2b3cc04a8d fix MAP_ANONYMOUS value for mips, remove cruft copied from i386 14 years ago
Rich Felker 6315004f61 initial version of mips (o32) port, based on work by Richard Pennington (rdp) 14 years ago
Rich Felker bd1cf09c37 support -mfpmath=387 on x86_64 14 years ago
Rich Felker 59c4ead16a fix wrong value of FLT_EVAL_METHOD for x86_64 14 years ago
Rich Felker 8bbc3be4b4 make arm syscalls (still non-inline) more efficient 14 years ago
Rich Felker a3bdcd9376 remove little-endian assumption from arm atomic.h 14 years ago