1. 2b0af60 add some comments about the mips ksigaction structure weirdness by Rich Felker · 11 years ago
  2. a3e2f3c respect iso c namespace in stdio.h and wchar.h regarding va_list by Rich Felker · 11 years ago
  3. d926565 Merge remote-tracking branch 'nsz/review' by Rich Felker · 11 years ago
  4. 41c34d1 fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30) by Szabolcs Nagy · 11 years ago
  5. a6367a1 on x86_64 use long instead of long long for 64bit posix types by Szabolcs Nagy · 11 years ago
  6. 5e642b5 change underlying type of clock_t to be uniform and match ABI by Rich Felker · 11 years ago
  7. 22730d6 add FLT_TRUE_MIN, etc. macros from C11 by Rich Felker · 11 years ago
  8. f77bab5 fix type issues in stdint.h so underlying types of 64-bit types match ABI by Rich Felker · 11 years ago
  9. c7af271 eliminate bits/wchar.h by Rich Felker · 11 years ago
  10. 47cf491 re-add useconds_t by rofl0r · 11 years ago
  11. 8d3ee05 add syscall numbers for the new kcmp and finit_module syscalls by Szabolcs Nagy · 11 years ago
  12. ca2300d add the new SO_REUSEPORT socket option to mips and powerpc by Szabolcs Nagy · 11 years ago
  13. ccc7b4c remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG by Rich Felker · 11 years ago
  14. 2d0f495 add deprecated SIGIOT alias for SIGABRT by Rich Felker · 11 years ago
  15. da1442c fix types for wctype_t and wctrans_t by Rich Felker · 12 years ago
  16. 99727da fix wrong float_t on x86_64 by Rich Felker · 12 years ago
  17. 5269004 arm: add __aeabi_atexit() by rofl0r · 12 years ago
  18. 000806c add missing mmap options and madvices to bits/mman.h based on linux headers by Szabolcs Nagy · 12 years ago
  19. bc1a8d2 add missing EXTPROC flag to bits/termios.h by Szabolcs Nagy · 12 years ago
  20. 73bb048 add missing F_GETOWNER_UIDS flag to bits/fcntl.h by Szabolcs Nagy · 12 years ago
  21. 056c8b1 add missing EHWPOISON to bits/errno.h by Szabolcs Nagy · 12 years ago
  22. 3bb167b x86_64/bits/signal.h: fix typo in REG_CSGSFS by rofl0r · 12 years ago
  23. 03b0f13 fix trailing whitespace issues that crept in here and there by Rich Felker · 12 years ago
  24. 5c5e45e move signal.h REG_* macros under _GNU_SOURCE protection by Rich Felker · 12 years ago
  25. a631c5d bits/signal.h: add register names for x86(_64) by rofl0r · 12 years ago
  26. 7e0d4fc add more arch-specific MAP_ macros to bits/mman.h by rofl0r · 12 years ago
  27. db846a6 remove MAP_32 from non-x86 archs by rofl0r · 12 years ago
  28. 0e10f74 add MAP_NORESERVE to bits/mman.h by rofl0r · 12 years ago
  29. 7aa7392 fix regression in arm user.h that happened during big user.h changes by Rich Felker · 12 years ago
  30. df31363 remove stat member aliases from ppc-specific bits/stat.h by Rich Felker · 12 years ago
  31. a8da6c2 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate by Rich Felker · 12 years ago
  32. 4b75f4e make sys/procfs.h mostly work on most archs by Rich Felker · 12 years ago
  33. 132cc70 remove microblaze user.h incorrectly copied from arm by Rich Felker · 12 years ago
  34. 4acc95e begin sys/user.h and sys/reg.h fixes for ports by Rich Felker · 12 years ago
  35. 98f56b1 fix powerpc ucontext, again.. by Rich Felker · 12 years ago
  36. 144dc4f fix termios constants on mips by Rich Felker · 12 years ago
  37. c72fc23 sigcontext/mcontext cleanup for arch-specific bits by Rich Felker · 12 years ago
  38. a50136d fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf by Rich Felker · 12 years ago
  39. 7538708 fix up leftover, incorrect NSIG definitions in arch-specific signal.h by Rich Felker · 12 years ago
  40. b0756d8 remove stuff that doesn't belong in powerpc 32-bit sigcontext by Rich Felker · 12 years ago
  41. 4860db9 more ppc signal.h typedef order fixes by Rich Felker · 12 years ago
  42. 808f225 fix misordered typedefs in ppc signal.h by Rich Felker · 12 years ago
  43. b5e3832 ppc signal/NSIG related fix (warning fix, redefinition) by Rich Felker · 12 years ago
  44. 65b9821 add back NSIG, removed from powerpc in last commit, but for all archs by Rich Felker · 12 years ago
  45. 57a0b82 make powerpc signal.h namespace-clean for posix/isoc by Rich Felker · 12 years ago
  46. 7bdf11c fix powerpc types to match abi, and some feature test issues by Rich Felker · 12 years ago
  47. 2df4f6f fix invalid usage of mcontext_t in powerpc signal.h by rofl0r · 12 years ago
  48. 0004ea6 fix breakage from introducing bits header for sys/io.h by Rich Felker · 12 years ago
  49. 61aa632 add port io functions to sys/io.h by Rich Felker · 12 years ago
  50. f54ac24 add missing const on powerpc FE_DFL_ENV by Rich Felker · 12 years ago
  51. 75c450c fenv support for ppc, untested by Rich Felker · 12 years ago
  52. 8d2887f fcntl.h: O_SEARCH was missing for powerpc by rofl0r · 12 years ago
  53. ae67fe1 ppc socket.h: add forgotten cmsghdr by rofl0r · 12 years ago
  54. a4db94a dynamic linking support for powerpc by Rich Felker · 12 years ago
  55. 7718e7c fix ppc stat structure definition by Rich Felker · 12 years ago
  56. 3bb6bd8 fix powerpc termios.h and ioctl.h by rofl0r · 12 years ago
  57. 91738d0 disable SO_REUSEPORT in sys/socket.h by Rich Felker · 12 years ago
  58. 7491bac ppc wchar_t is long, not int by Rich Felker · 12 years ago
  59. e7257d3 fix powerpc atomic compare-and-swap function by Rich Felker · 12 years ago
  60. 574d01a update ppc atomic code to match the endian-agnostic version on other archs by Rich Felker · 12 years ago
  61. 50cb6db fix wchar limits mistakenly copied from arm by Rich Felker · 12 years ago
  62. 1c8eb8b PPC port cleaned up, static linking works well now. by rofl0r · 12 years ago
  63. 7669d1e import preliminary ppc work by rdp. by Richard Pennington · 12 years ago
  64. 32d6d77 fix numerous mips abi constant definition mismatches by Rich Felker · 12 years ago
  65. dde325d fix struct stat size/padding on microblaze by Rich Felker · 12 years ago
  66. 2501121 inline syscalls for microblaze by Rich Felker · 12 years ago
  67. 64251d8 better support for reverse-endian variants of arm/mips/microblaze by Rich Felker · 12 years ago
  68. f321de9 floating point environment/exceptions support for mips by Rich Felker · 12 years ago
  69. 21284ec microblaze TLS relocation support, completely untested by Rich Felker · 12 years ago
  70. 9ec4283 add support for TLS variant I, presently needed for arm and mips by Rich Felker · 12 years ago
  71. 185a977 ensure pointer decay in inline-asm arg for i386 syscall6 by Rich Felker · 12 years ago
  72. 12e9b4f i386 vsyscall support (vdso-provided sysenter/syscall instruction based) by Rich Felker · 12 years ago
  73. 99a2af6 fix incorrect TLS reloc macro names in x86_64 reloc.h by Rich Felker · 12 years ago
  74. 9c74856 dynamic-linked TLS support for everything but dlopen'd libs by Rich Felker · 12 years ago
  75. 8c0a3d9 microblaze port by Rich Felker · 12 years ago
  76. cccc132 fix IPC_64 in msgctl too by Rich Felker · 12 years ago
  77. fce46bf fix broken semctl on systems that don't use IPC_64 flag by Rich Felker · 12 years ago
  78. 6d05d86 add O_EXEC open mode by Rich Felker · 12 years ago
  79. 075fdb9 fix syscall asm constraints for arm too by Rich Felker · 12 years ago
  80. 4221f15 fix buggy constraints in mips inline syscall asm by Rich Felker · 12 years ago
  81. b238b37 add O_PATH/O_SEARCH support to fcntl.h by Rich Felker · 12 years ago
  82. cfc09b1 improve mips syscall asm constraints to use immediates, if possible by Rich Felker · 12 years ago
  83. b94067e eliminate assumption that mips syscall restart preserves r25 by Rich Felker · 12 years ago
  84. 5e3c243 inline syscall support for arm by Rich Felker · 12 years ago
  85. 328810d inline syscall support for mips by Rich Felker · 12 years ago
  86. 208eb58 syscall organization overhaul by Rich Felker · 12 years ago
  87. 6cf8bfd add acct, accept4, setns, and dup3 syscalls (linux extensions) by Rich Felker · 12 years ago
  88. 9f65796 add clang-compatible thread-pointer code for mips by Rich Felker · 12 years ago
  89. fb247fa avoid "inline" in public headers for strict c89 compatibility by Rich Felker · 12 years ago
  90. 036eaa2 avoid need for -march=mips2 to compile mips atomic.h asm by Rich Felker · 12 years ago
  91. e3ebe7d use int instead of long for ptrdiff_t on all 32-bit archs by Rich Felker · 12 years ago
  92. c5875ad fix incorrect ptrdiff_t type on mips by Rich Felker · 12 years ago
  93. 83b42d9 add defines for number of sigset_t bytes syscalls expect by Rich Felker · 12 years ago
  94. ae0b9da further fixes for mips ioctl.h header by Rich Felker · 12 years ago
  95. ff02f94 fix another mips gratuitous-incompatibility bug: ioctl numbers by Rich Felker · 12 years ago
  96. 7fee5f9 fix socket.h on mips by Rich Felker · 12 years ago
  97. fa91df4 more stuff lost committing mips dynamic linker by Rich Felker · 12 years ago
  98. babf820 mips dynamic linker support by Rich Felker · 12 years ago
  99. dc046f5 add floating point register saving/restoring to mips setjmp/longjmp by Rich Felker · 12 years ago
  100. 48d2013 fix broken mips a_fetch_add by Rich Felker · 12 years ago