1. 50a5098 remove more unnecessary operand-size suffixes from x86_64 atomic.h by Rich Felker · 11 years ago
  2. 3117365 remove gratuitous temp vars, casts, and suffixes in x86_64 atomic.h by Rich Felker · 11 years ago
  3. f29e834 remove size suffix in x86_64 __pthread_self asm by Rich Felker · 11 years ago
  4. 7acbbdf make type of st_dev explicitly dev_t in x86_64 stat.h by Rich Felker · 11 years ago
  5. d18df33 add IUTF8 to termios.h on archs that were missing it by Rich Felker · 11 years ago
  6. a627eb3 fix namespace violations in termios.h, at least mostly by Rich Felker · 11 years ago
  7. a4b5163 workaround clang deficiency affecting thread pointer access on powerpc by Rich Felker · 11 years ago
  8. f7d348e add O_TMPFILE flag, new in linux 3.11 by Szabolcs Nagy · 11 years ago
  9. 326e5c2 fix the nominal type of LDBL_* limits on archs with ld64 by Rich Felker · 11 years ago
  10. 7817854 add missing i386 syscall numbers by Rich Felker · 11 years ago
  11. 97789d3 remove duplicate lines from mips bits/syscall.h by Rich Felker · 11 years ago
  12. 35a6801 fix arm atomic store and generate simpler/less-bloated/faster code by Rich Felker · 11 years ago
  13. b20760c support configurable page size on mips, powerpc and microblaze by Szabolcs Nagy · 11 years ago
  14. 9b35ed3 fix mips sysv ipc bits headers by Rich Felker · 11 years ago
  15. baba263 remove the __mxcsr member from fenv_t on i386 to follow the glibc abi by Szabolcs Nagy · 11 years ago
  16. 4918c2b fix detection of arm hardfloat by Rich Felker · 11 years ago
  17. 7318c62 support floating point environment (fenv) on armhf (hard float) subarchs by Rich Felker · 11 years ago
  18. badaa04 add function types to arm crt assembly by Rich Felker · 11 years ago
  19. 7568ee4 add missing a_or_l to atomic.h for non-x86 archs by Rich Felker · 11 years ago
  20. 7c44097 fix _NSIG and SIGRTMAX on mips by Rich Felker · 11 years ago
  21. 16ac00a fix powerpc build breakage from dynamic linker path search changes by Rich Felker · 11 years ago
  22. c5e34da new mostly-C crt1 implementation by Rich Felker · 11 years ago
  23. 9693501 change jmp_buf to share an underlying type and struct tag with sigjmp_buf by Rich Felker · 11 years ago
  24. 3f08154 remove SIG_ATOMIC_MIN/MAX from stdint bits headers by Rich Felker · 11 years ago
  25. 1c6cace fix regression in size of nlink_t (broken stat struct) on x86_64 by Rich Felker · 11 years ago
  26. 1da53da disable legacy init/fini processing on ARM by Rich Felker · 11 years ago
  27. c4dd0c9 change wint_t to unsigned by Rich Felker · 11 years ago
  28. 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
  29. 648c3b4 change uid_t, gid_t, and id_t to unsigned types by Rich Felker · 11 years ago
  30. f389c49 make the dynamic linker find its path file relative to its own location by Rich Felker · 11 years ago
  31. 2f5fe45 make spacing in x86_64 alltypes.h.sh more uniform with other archs by Rich Felker · 11 years ago
  32. 3e8806b add some ARM EABI-specific exception handling infrastructure by Rich Felker · 11 years ago
  33. 2b0af60 add some comments about the mips ksigaction structure weirdness by Rich Felker · 11 years ago
  34. a3e2f3c respect iso c namespace in stdio.h and wchar.h regarding va_list by Rich Felker · 11 years ago
  35. d926565 Merge remote-tracking branch 'nsz/review' by Rich Felker · 11 years ago
  36. 41c34d1 fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30) by Szabolcs Nagy · 11 years ago
  37. a6367a1 on x86_64 use long instead of long long for 64bit posix types by Szabolcs Nagy · 11 years ago
  38. 5e642b5 change underlying type of clock_t to be uniform and match ABI by Rich Felker · 11 years ago
  39. 22730d6 add FLT_TRUE_MIN, etc. macros from C11 by Rich Felker · 11 years ago
  40. f77bab5 fix type issues in stdint.h so underlying types of 64-bit types match ABI by Rich Felker · 11 years ago
  41. c7af271 eliminate bits/wchar.h by Rich Felker · 11 years ago
  42. 47cf491 re-add useconds_t by rofl0r · 11 years ago
  43. 8d3ee05 add syscall numbers for the new kcmp and finit_module syscalls by Szabolcs Nagy · 11 years ago
  44. ca2300d add the new SO_REUSEPORT socket option to mips and powerpc by Szabolcs Nagy · 11 years ago
  45. ccc7b4c remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG by Rich Felker · 11 years ago
  46. 2d0f495 add deprecated SIGIOT alias for SIGABRT by Rich Felker · 11 years ago
  47. da1442c fix types for wctype_t and wctrans_t by Rich Felker · 12 years ago
  48. 99727da fix wrong float_t on x86_64 by Rich Felker · 12 years ago
  49. 5269004 arm: add __aeabi_atexit() by rofl0r · 12 years ago
  50. 000806c add missing mmap options and madvices to bits/mman.h based on linux headers by Szabolcs Nagy · 12 years ago
  51. bc1a8d2 add missing EXTPROC flag to bits/termios.h by Szabolcs Nagy · 12 years ago
  52. 73bb048 add missing F_GETOWNER_UIDS flag to bits/fcntl.h by Szabolcs Nagy · 12 years ago
  53. 056c8b1 add missing EHWPOISON to bits/errno.h by Szabolcs Nagy · 12 years ago
  54. 3bb167b x86_64/bits/signal.h: fix typo in REG_CSGSFS by rofl0r · 12 years ago
  55. 03b0f13 fix trailing whitespace issues that crept in here and there by Rich Felker · 12 years ago
  56. 5c5e45e move signal.h REG_* macros under _GNU_SOURCE protection by Rich Felker · 12 years ago
  57. a631c5d bits/signal.h: add register names for x86(_64) by rofl0r · 12 years ago
  58. 7e0d4fc add more arch-specific MAP_ macros to bits/mman.h by rofl0r · 12 years ago
  59. db846a6 remove MAP_32 from non-x86 archs by rofl0r · 12 years ago
  60. 0e10f74 add MAP_NORESERVE to bits/mman.h by rofl0r · 12 years ago
  61. 7aa7392 fix regression in arm user.h that happened during big user.h changes by Rich Felker · 12 years ago
  62. df31363 remove stat member aliases from ppc-specific bits/stat.h by Rich Felker · 12 years ago
  63. a8da6c2 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate by Rich Felker · 12 years ago
  64. 4b75f4e make sys/procfs.h mostly work on most archs by Rich Felker · 12 years ago
  65. 132cc70 remove microblaze user.h incorrectly copied from arm by Rich Felker · 12 years ago
  66. 4acc95e begin sys/user.h and sys/reg.h fixes for ports by Rich Felker · 12 years ago
  67. 98f56b1 fix powerpc ucontext, again.. by Rich Felker · 12 years ago
  68. 144dc4f fix termios constants on mips by Rich Felker · 12 years ago
  69. c72fc23 sigcontext/mcontext cleanup for arch-specific bits by Rich Felker · 12 years ago
  70. a50136d fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf by Rich Felker · 12 years ago
  71. 7538708 fix up leftover, incorrect NSIG definitions in arch-specific signal.h by Rich Felker · 12 years ago
  72. b0756d8 remove stuff that doesn't belong in powerpc 32-bit sigcontext by Rich Felker · 12 years ago
  73. 4860db9 more ppc signal.h typedef order fixes by Rich Felker · 12 years ago
  74. 808f225 fix misordered typedefs in ppc signal.h by Rich Felker · 12 years ago
  75. b5e3832 ppc signal/NSIG related fix (warning fix, redefinition) by Rich Felker · 12 years ago
  76. 65b9821 add back NSIG, removed from powerpc in last commit, but for all archs by Rich Felker · 12 years ago
  77. 57a0b82 make powerpc signal.h namespace-clean for posix/isoc by Rich Felker · 12 years ago
  78. 7bdf11c fix powerpc types to match abi, and some feature test issues by Rich Felker · 12 years ago
  79. 2df4f6f fix invalid usage of mcontext_t in powerpc signal.h by rofl0r · 12 years ago
  80. 0004ea6 fix breakage from introducing bits header for sys/io.h by Rich Felker · 12 years ago
  81. 61aa632 add port io functions to sys/io.h by Rich Felker · 12 years ago
  82. f54ac24 add missing const on powerpc FE_DFL_ENV by Rich Felker · 12 years ago
  83. 75c450c fenv support for ppc, untested by Rich Felker · 12 years ago
  84. 8d2887f fcntl.h: O_SEARCH was missing for powerpc by rofl0r · 12 years ago
  85. ae67fe1 ppc socket.h: add forgotten cmsghdr by rofl0r · 12 years ago
  86. a4db94a dynamic linking support for powerpc by Rich Felker · 12 years ago
  87. 7718e7c fix ppc stat structure definition by Rich Felker · 12 years ago
  88. 3bb6bd8 fix powerpc termios.h and ioctl.h by rofl0r · 12 years ago
  89. 91738d0 disable SO_REUSEPORT in sys/socket.h by Rich Felker · 12 years ago
  90. 7491bac ppc wchar_t is long, not int by Rich Felker · 12 years ago
  91. e7257d3 fix powerpc atomic compare-and-swap function by Rich Felker · 12 years ago
  92. 574d01a update ppc atomic code to match the endian-agnostic version on other archs by Rich Felker · 12 years ago
  93. 50cb6db fix wchar limits mistakenly copied from arm by Rich Felker · 12 years ago
  94. 1c8eb8b PPC port cleaned up, static linking works well now. by rofl0r · 12 years ago
  95. 7669d1e import preliminary ppc work by rdp. by Richard Pennington · 12 years ago
  96. 32d6d77 fix numerous mips abi constant definition mismatches by Rich Felker · 12 years ago
  97. dde325d fix struct stat size/padding on microblaze by Rich Felker · 12 years ago
  98. 2501121 inline syscalls for microblaze by Rich Felker · 12 years ago
  99. 64251d8 better support for reverse-endian variants of arm/mips/microblaze by Rich Felker · 12 years ago
  100. f321de9 floating point environment/exceptions support for mips by Rich Felker · 12 years ago