232 Commits (7019fbe103165b9b26a9391d5ecd4c7fcb6f3ec9)

Author SHA1 Message Date
Rich Felker f321de9e0a floating point environment/exceptions support for mips 14 years ago
Rich Felker 9ec4283b28 add support for TLS variant I, presently needed for arm and mips 14 years ago
Rich Felker 9c74856af7 dynamic-linked TLS support for everything but dlopen'd libs 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 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 328810d325 inline syscall support for mips 14 years ago
Rich Felker 208eb584ef syscall organization overhaul 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 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