1. 150747b reduce impact of REG_* namespace pollution in x86[_64] signal.h by Rich Felker · 8 years ago
  2. 769f535 make globfree safe after failed glob from over-length argument by Rich Felker · 8 years ago
  3. 61fb81e fix strftime %y for negative years by Rich Felker · 8 years ago
  4. 8fe1f2d release 1.1.16 by Rich Felker · 8 years ago
  5. 60c46db update tcp_info struct to linux v4.9 by Szabolcs Nagy · 8 years ago
  6. a8a8fdf add MS_NOREMOTELOCK mount flag from linux v4.9 by Szabolcs Nagy · 8 years ago
  7. 62eaf40 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 by Szabolcs Nagy · 8 years ago
  8. 5bf7eba fix support for initialized TLS in static PIE binaries by Rich Felker · 8 years ago
  9. 088c967 when building for arm as thumb2 code, also request assembly as thumb by Rich Felker · 8 years ago
  10. 29237f7 rework arm atomic/tp backends to be thumb-compatible and fdpic-ready by Rich Felker · 8 years ago
  11. 9067a30 disable use of arm memcpy asm if building as thumb code by Rich Felker · 8 years ago
  12. fbbeda1 make arm setjmp/longjmp asm thumb2-compatible by Rich Felker · 8 years ago
  13. 61ff1af use lookup table for malloc bin index instead of float conversion by Szabolcs Nagy · 8 years ago
  14. 7a4c25d handle ^ and $ in BRE subexpression start and end as anchors by Szabolcs Nagy · 8 years ago
  15. adfe682 fix mrand48/jrand48 return value on 64-bit archs by Rich Felker · 8 years ago
  16. bfcf573 in public headers, don't assume pre-C99 compilers have __inline keyword by Quentin Rameau · 8 years ago
  17. c1020cf fix crashing sigsetjmp on s390x by Bobby Bingham · 8 years ago
  18. 3f79eaa fix use of incomplete struct type in s390x user.h by Bobby Bingham · 8 years ago
  19. afefce1 fix typo in s390x user.h by Bobby Bingham · 8 years ago
  20. ffaaa6d remove legacy i386 fallback stdarg implementation and framework by Rich Felker · 8 years ago
  21. 6f18667 remove largish unused field from pthread structure by Rich Felker · 8 years ago
  22. 5499172 work around gdb issues recognizing sigreturn trampoline on x86_64 by Rich Felker · 8 years ago
  23. 1509494 add s390x port by Bobby Bingham · 8 years ago
  24. 5448289 treat null vdso base same as missing by Bobby Bingham · 8 years ago
  25. b418ea1 generalize ELF hash table types not to assume 32-bit entries by Rich Felker · 8 years ago
  26. 4078a5c fix build regression on archs with variable page size by Rich Felker · 8 years ago
  27. 31fb174 add limited pthread_setattr_default_np API to set stack size defaults by Rich Felker · 8 years ago
  28. ea7891a fix pthread_create regression from stack/guard size simplification by Rich Felker · 8 years ago
  29. 04983f2 make netinet/in.h suppress clashing definitions from kernel headers by Rich Felker · 8 years ago
  30. 33ce920 simplify pthread_attr_t stack/guard size representation by Rich Felker · 8 years ago
  31. 7442442 fix swprintf internal buffer state and error handling by Rich Felker · 8 years ago
  32. bc1e773 fix integer overflow of tm_year in __secs_to_tm by Daniel Sabogal · 8 years ago
  33. 5ffe515 fix ldso reserved library name handling by Szabolcs Nagy · 8 years ago
  34. 86e8cc0 fix accidental global static pointer in ldso by Szabolcs Nagy · 8 years ago
  35. c8fdcfe don't claim support for resolv.h APIs that aren't supported by Rich Felker · 8 years ago
  36. 8ca27ac fix parsing of quoted time zone names by Hannu Nyman · 8 years ago
  37. 7352b59 remove redundant feature test macro checks in sys/time.h by Rich Felker · 8 years ago
  38. ed86967 redesign snprintf without undefined behavior by Rich Felker · 8 years ago
  39. 7597fc2 fix various header namespace issues under feature-test-macro control by Rich Felker · 8 years ago
  40. 2ed4e9d remove parameter names from public headers by Rich Felker · 8 years ago
  41. 4b8f94c fix misspelling of a legacy macro name in sys/param.h by Rich Felker · 8 years ago
  42. 71e8392 add missing if_ether.h constants by Daniel Sabogal · 8 years ago
  43. 79c7ded add missing if_arp.h constant by Daniel Sabogal · 8 years ago
  44. 1fa2a32 fix typo in utmpx.h by Daniel Sabogal · 8 years ago
  45. 104e8a0 add missing confstr constants by Daniel Sabogal · 8 years ago
  46. e314258 fix minor problem in previous strtod non-nearest rounding bug fix by Rich Felker · 8 years ago
  47. 6ffdc45 fix strtod int optimization in non-nearest rounding mode by Szabolcs Nagy · 8 years ago
  48. d184a09 fix strtod and strtof rounding with many trailing zeros by Szabolcs Nagy · 8 years ago
  49. f33b175 fix gratuitous undefined behavior in strptime by Rich Felker · 8 years ago
  50. b24f1d2 fix getopt_long_only misinterpreting "--" as an option by Rich Felker · 8 years ago
  51. 51ab6db fix float formatting of some exact halfway cases by Szabolcs Nagy · 8 years ago
  52. 8fb28b0 add pthread_setname_np by Felix Janda · 8 years ago
  53. 3ca2d2d fix clock_nanosleep error case by Daniel Sabogal · 8 years ago
  54. 688d3da math: fix pow signed shift ub by Szabolcs Nagy · 8 years ago
  55. 8764333 update icmphdr struct following linux v4.8 by Szabolcs Nagy · 8 years ago
  56. cc7c95e add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8 by Szabolcs Nagy · 8 years ago
  57. fe39aaa add bits/hwcap.h and include it in sys/auxv.h by Szabolcs Nagy · 8 years ago
  58. 5a05f67 elf.h: update EM_ elf machine defines and add R_BPF_ defines by Szabolcs Nagy · 8 years ago
  59. 9487cc5 add ETH_P_NCSI to netinet/if_ether.h from linux v4.8 by Szabolcs Nagy · 8 years ago
  60. 189acc7 add sh syscall numbers from linux v4.8 by Szabolcs Nagy · 8 years ago
  61. 2ed811a fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8 by Szabolcs Nagy · 8 years ago
  62. 05973dc use dynamic buffer for getmntent by Natanael Copa · 8 years ago
  63. 167dfe9 fix integer overflows and uncaught EOVERFLOW in printf core by Rich Felker · 8 years ago
  64. 70d2687 fix integer overflow in float printf needed-precision computation by Rich Felker · 8 years ago
  65. aee6abb fix regexec with haystack strings longer than INT_MAX by Rich Felker · 8 years ago
  66. c3edc06 fix missing integer overflow checks in regexec buffer size computations by Rich Felker · 8 years ago
  67. 583ea83 fix strftime %y for negative tm_year by Szabolcs Nagy · 8 years ago
  68. 8d7a3f4 fix getservby*_r result pointer value on error by Daniel Sabogal · 8 years ago
  69. d917ef0 remove dead case in gethostbyname2_r by Daniel Sabogal · 8 years ago
  70. 66570ec fix undefined behavior in sched.h cpu_set_t usage by Rich Felker · 8 years ago
  71. c002668 simplify/refactor fflush and make fflush_unlocked an alias for fflush by Rich Felker · 8 years ago
  72. 5505f6a add missing *_unlocked and wcsftime_l prototypes to wchar.h by Daniel Sabogal · 8 years ago
  73. 32055d5 fix if_indextoname error case by Daniel Sabogal · 8 years ago
  74. 3848a99 fix ifru_data and ifcu_buf types in net/if.h by Daniel Sabogal · 8 years ago
  75. 78897b0 fix printf regression with alt-form octal, zero flag, and field width by Rich Felker · 8 years ago
  76. e738b8c restore _Noreturn to __assert_fail by Rich Felker · 8 years ago
  77. 3975866 getdtablesize: fix returning hard instead of soft rlimit by Olivier Brunel · 8 years ago
  78. c1f4ed1 fix FFSYNC by changing it to O_SYNC by Duncan Overbruck · 8 years ago
  79. fff8801 configure: handle mipsisa64* triplet as a mips64 target by Szabolcs Nagy · 8 years ago
  80. 5b5db97 math: fix 128bit long double inverse trigonometric functions by Szabolcs Nagy · 8 years ago
  81. 0a950dc verify that ttyname refers to the same file as the fd by Szabolcs Nagy · 8 years ago
  82. 2b41959 microblaze: add syscall numbers from linux v4.7 by Szabolcs Nagy · 8 years ago
  83. 9680e1d add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h by Szabolcs Nagy · 8 years ago
  84. c6519d4 add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h by Szabolcs Nagy · 8 years ago
  85. 0f8ad40 add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h by Szabolcs Nagy · 8 years ago
  86. 7cc3a28 fix pread/pwrite syscall calling convention on sh by Rich Felker · 8 years ago
  87. 39494a2 revert unrelated change that slipped into last commit by Rich Felker · 8 years ago
  88. cff5747 fix regression in tcsetattr on all mips archs by Rich Felker · 8 years ago
  89. 6399fa9 fix asctime day/month names not to vary by locale by Rich Felker · 8 years ago
  90. 7c82870 remove obsolete and unused gethostbyaddr implementation by Rich Felker · 8 years ago
  91. 5ab0b20 remove obsolete gitignore rules by Bobby Bingham · 8 years ago
  92. e1679ef remove or1k version of sem.h by Bobby Bingham · 8 years ago
  93. faf69b9 release 1.1.15 by Rich Felker · 8 years ago
  94. 0f47367 add stdc-predef.h for library-level predefined macros by Rich Felker · 8 years ago
  95. 0c8bc10 improve abort fallback behavior when raising SIGABRT fails to terminate by Rich Felker · 8 years ago
  96. ee3f0c5 make brace placement in public header typedef'd structs consistent by Rich Felker · 8 years ago
  97. 3c3b099 add EF_SH_ sh specific macros to elf.h by Szabolcs Nagy · 8 years ago
  98. 84fd4e4 add NT_ARM_SYSTEM_CALL to elf.h by Szabolcs Nagy · 8 years ago
  99. c3be411 add missing x86 relocs to elf.h by Szabolcs Nagy · 8 years ago
  100. 7c3b672 add DT_MIPS_RLD_MAP_REL to elf.h by Szabolcs Nagy · 8 years ago