60 Commits (b06dc6663989f8b3c141e439fe89036a44eb7552)

Author SHA1 Message Date
Rich Felker 2b0af609ef add some comments about the mips ksigaction structure weirdness 13 years ago
Rich Felker a3e2f3c2b1 respect iso c namespace in stdio.h and wchar.h regarding va_list 13 years ago
Szabolcs Nagy 41c34d188a fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30) 13 years ago
Rich Felker 5e642b5a23 change underlying type of clock_t to be uniform and match ABI 13 years ago
Rich Felker 22730d6560 add FLT_TRUE_MIN, etc. macros from C11 13 years ago
Rich Felker f77bab5933 fix type issues in stdint.h so underlying types of 64-bit types match ABI 13 years ago
Rich Felker c7af271000 eliminate bits/wchar.h 13 years ago
rofl0r 47cf4919fc re-add useconds_t 13 years ago
Szabolcs Nagy 8d3ee05754 add syscall numbers for the new kcmp and finit_module syscalls 13 years ago
Szabolcs Nagy ca2300d9ac add the new SO_REUSEPORT socket option to mips and powerpc 13 years ago
Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
Rich Felker da1442c9a8 fix types for wctype_t and wctrans_t 13 years ago
Szabolcs Nagy 000806cde6 add missing mmap options and madvices to bits/mman.h based on linux headers 14 years ago
Szabolcs Nagy 73bb048951 add missing F_GETOWNER_UIDS flag to bits/fcntl.h 14 years ago
rofl0r 7e0d4fce41 add more arch-specific MAP_ macros to bits/mman.h 14 years ago
rofl0r 0e10f74006 add MAP_NORESERVE to bits/mman.h 14 years ago
Rich Felker a8da6c2f28 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate 14 years ago
Rich Felker 4b75f4ed8d make sys/procfs.h mostly work on most archs 14 years ago
Rich Felker 4acc95e497 begin sys/user.h and sys/reg.h fixes for ports 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 7538708f8b fix up leftover, incorrect NSIG definitions in arch-specific signal.h 14 years ago
Rich Felker 65b98213e4 add back NSIG, removed from powerpc in last commit, but for all archs 14 years ago
Rich Felker 0004ea613a fix breakage from introducing bits header for sys/io.h 14 years ago
rofl0r 8d2887f884 fcntl.h: O_SEARCH was missing for powerpc 14 years ago
Rich Felker 91738d0241 disable SO_REUSEPORT in sys/socket.h 14 years ago
Rich Felker 32d6d77e54 fix numerous mips abi constant definition mismatches 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 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