1. d906fa3 unify the use of FUTEX_PRIVATE by Jens Gustedt · 7 years ago
  2. 60ab365 fix undefined behavior in free by Alexander Monakov · 7 years ago
  3. f688884 reapply va_arg hacks removal to wprintf by Alexander Monakov · 7 years ago
  4. bd00cc8 remove useless declarations in string.h by Alexander Monakov · 7 years ago
  5. f3055e0 allow specifying argv[0] when invoking a program via ldso command by Rich Felker · 7 years ago
  6. 43c423a fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL by Rich Felker · 7 years ago
  7. 66b53cf ldso: avoid spurious & possible erroneous work for libs with no deps by Rich Felker · 7 years ago
  8. 94f7441 powerpc64: add single-instruction math functions by Rich Felker · 7 years ago
  9. 9d12a6a fix clang CFLAGS checks and silence unused argument warnings by Dmitry Golovin · 7 years ago
  10. ce385fc s390x: add single-instruction math functions by Rich Felker · 7 years ago
  11. e6def54 fix arm run-time abi string functions by Szabolcs Nagy · 8 years ago
  12. 91d34c4 fix regression in getspnam[_r] error code for insufficient buffer size by Rich Felker · 7 years ago
  13. 5948bc1 fix omission of microblaze user.h definitions by Rich Felker · 7 years ago
  14. b7bfb5c fix iconv conversions for iso88592-iso885916 by Bartosz Brachaczek · 7 years ago
  15. 64f8558 handle errors from localtime_r in ctime_r by Rich Felker · 7 years ago
  16. 2d7d05f set errno when getpw*_r, getgr*_r, and getspnam_r fail by Rich Felker · 7 years ago
  17. 5c10c33 handle localtime errors in ctime by Rich Felker · 7 years ago
  18. 1c86c7f handle mremap failure in realloc of mmap-serviced allocations by Rich Felker · 7 years ago
  19. 1080008 getdate: correctly specify error number by A. Wilcox · 7 years ago
  20. af05173 catopen: set errno to EOPNOTSUPP by A. Wilcox · 7 years ago
  21. 84eff79 fix glob failure to match plain "/" to root directory by Rich Felker · 7 years ago
  22. bc313e8 use hard-coded sh4a atomic opcodes to avoid linker errors on sh by Rich Felker · 7 years ago
  23. 179766a towupper/towlower: fast path for ascii chars by Natanael Copa · 7 years ago
  24. 1c49700 remove long-obsolete clang workarounds from mips* syscall_arch.h files by Rich Felker · 7 years ago
  25. 4073f03 fix fstatat syscall on mips64 by Rich Felker · 7 years ago
  26. 81f4a12 fix fchown fallback on arches without chown(2) by Samuel Holland · 7 years ago
  27. 97bd6b0 fix iconv conversions to legacy 8bit encodings by Rich Felker · 7 years ago
  28. f9f686b have posix_spawnattr_setflags check for supported flags by Rich Felker · 7 years ago
  29. 77e895d add no-op POSIX_SPAWN_USEVFORK to spawn.h by Rich Felker · 7 years ago
  30. 5555041 s390x: provide sigcontext struct definition by Bobby Bingham · 8 years ago
  31. bb439bb implement new posix_spawn flag POSIX_SPAWN_SETSID by Rich Felker · 7 years ago
  32. 58e2396 remove va_arg hacks in printf core with undefined behavior by Rich Felker · 7 years ago
  33. e1232f5 make ttyname[_r] return ENODEV rather than ENOENT by Rich Felker · 7 years ago
  34. 1a7fa5e fix regression in support for resolv.conf attempts option by Rich Felker · 7 years ago
  35. 8c44a06 fix scalbn when result is in the subnormal range by Szabolcs Nagy · 8 years ago
  36. 2577b1b allow full-range file offsets to mmap on archs with 64-bit syscall args by Rich Felker · 7 years ago
  37. b3751c3 fix dl_iterate_phdr in static PIE binaries by Rich Felker · 8 years ago
  38. 1ca5975 fix read past end of buffer in getaddrinfo backend by Rich Felker · 8 years ago
  39. 54807d4 aarch64: add single instruction math functions by Szabolcs Nagy · 8 years ago
  40. b6e1fe0 fix strptime output for %C without %y by Julien Ramseier · 8 years ago
  41. 834ef7a fix processing of strptime %p format by Julien Ramseier · 8 years ago
  42. 85dfab7 fix off-by-one in strptime %j by Julien Ramseier · 8 years ago
  43. 9571c53 regex: fix newline matching with negated brackets by Julien Ramseier · 8 years ago
  44. e6917ec increase limit on locale name length from 15 to 23 bytes by Rich Felker · 8 years ago
  45. e4fc9ad search locale name variants for gettext translations by Rich Felker · 8 years ago
  46. 16319a5 make setlocale return a single name for LC_ALL if all categories match by Rich Felker · 8 years ago
  47. 0c53178 fix dlopen/dlsym regression opening libs already loaded at startup by Rich Felker · 8 years ago
  48. dbff2bb fix POSIX-format TZ dst transition times for southern hemisphere by Rich Felker · 8 years ago
  49. 74bca42 s390x: fix fpreg_t and remove unused per_struct by Tuan M. Hoang · 8 years ago
  50. a393d5c precalculate gnu hash rather than doing it lazily in find_sym inner loop by Rich Felker · 8 years ago
  51. 8cba1dc fix threshold constants in j0f, y0f, j1f, y1f by Szabolcs Nagy · 8 years ago
  52. cb52539 remove unused refcnt field for shared libraries by Rich Felker · 8 years ago
  53. c49d3c8 avoid loading of multiple libc versions via explicit pathname by Rich Felker · 8 years ago
  54. 3ec8b3a fix one-byte overflow in legacy getpass function by Rich Felker · 8 years ago
  55. 733d1ea fix wide scanf's use of a compound literal past its lifetime by Rich Felker · 8 years ago
  56. 6a209f1 fix possible fd leak, unrestored cancellation state on dns socket fail by Rich Felker · 8 years ago
  57. 500f5be in static dl_iterate_phdr, fix use of possibly-uninitialized aux data by Rich Felker · 8 years ago
  58. 6582baa fix free of uninitialized buffer pointer on error in regexec by Rich Felker · 8 years ago
  59. 6476b81 emulate lazy relocation as deferrable relocation by Rich Felker · 8 years ago
  60. 4823b13 reorder addend handling before symbol lookup in relocation code by Rich Felker · 8 years ago
  61. 4ff234f rework ldso handling of global symbol table for consistency by Rich Felker · 8 years ago
  62. c9783e4 treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_sym by Szabolcs Nagy · 8 years ago
  63. fc85fb3 fix ld-behavior-dependent crash in ppc64 ldso startup by Rich Felker · 8 years ago
  64. 827c4e6 fix lsearch and lfind to pass key as first arg to the compar callback by Szabolcs Nagy · 8 years ago
  65. 0a4a16d allow page size to vary on arm by Rich Felker · 8 years ago
  66. b261a24 fix build regression in arm atomics asm with new binutils by Rich Felker · 8 years ago
  67. 9201c3a s390x: implement dlsym by Bobby Bingham · 8 years ago
  68. d6601f0 avoid unbounded strlen in gettext functions by Rich Felker · 8 years ago
  69. dbbb373 fix use of uninitialized pointer in gettext core by Rich Felker · 8 years ago
  70. 01e6bbe fix bindtextdomain logic error deactivating other domains by Rich Felker · 8 years ago
  71. 6894f84 fix spurious EINTR errors from multithreaded set*id, etc. by Rich Felker · 8 years ago
  72. 1f53e7d fix crashes in x32 __tls_get_addr by rofl0r · 8 years ago
  73. 27b3fd6 fix crash from corrupted tls module list after failed dlopen by Rich Felker · 8 years ago
  74. 809ff8c treat base 1 as an error in strtol-family functions by Rich Felker · 8 years ago
  75. 786fda8 fix getopt[_long] clobbering of optopt on success by Rich Felker · 8 years ago
  76. 150747b reduce impact of REG_* namespace pollution in x86[_64] signal.h by Rich Felker · 8 years ago
  77. 769f535 make globfree safe after failed glob from over-length argument by Rich Felker · 8 years ago
  78. 61fb81e fix strftime %y for negative years by Rich Felker · 8 years ago
  79. 8fe1f2d release 1.1.16 by Rich Felker · 8 years ago
  80. 60c46db update tcp_info struct to linux v4.9 by Szabolcs Nagy · 8 years ago
  81. a8a8fdf add MS_NOREMOTELOCK mount flag from linux v4.9 by Szabolcs Nagy · 8 years ago
  82. 62eaf40 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 by Szabolcs Nagy · 8 years ago
  83. 5bf7eba fix support for initialized TLS in static PIE binaries by Rich Felker · 8 years ago
  84. 088c967 when building for arm as thumb2 code, also request assembly as thumb by Rich Felker · 8 years ago
  85. 29237f7 rework arm atomic/tp backends to be thumb-compatible and fdpic-ready by Rich Felker · 8 years ago
  86. 9067a30 disable use of arm memcpy asm if building as thumb code by Rich Felker · 8 years ago
  87. fbbeda1 make arm setjmp/longjmp asm thumb2-compatible by Rich Felker · 8 years ago
  88. 61ff1af use lookup table for malloc bin index instead of float conversion by Szabolcs Nagy · 8 years ago
  89. 7a4c25d handle ^ and $ in BRE subexpression start and end as anchors by Szabolcs Nagy · 8 years ago
  90. adfe682 fix mrand48/jrand48 return value on 64-bit archs by Rich Felker · 8 years ago
  91. bfcf573 in public headers, don't assume pre-C99 compilers have __inline keyword by Quentin Rameau · 8 years ago
  92. c1020cf fix crashing sigsetjmp on s390x by Bobby Bingham · 8 years ago
  93. 3f79eaa fix use of incomplete struct type in s390x user.h by Bobby Bingham · 8 years ago
  94. afefce1 fix typo in s390x user.h by Bobby Bingham · 8 years ago
  95. ffaaa6d remove legacy i386 fallback stdarg implementation and framework by Rich Felker · 8 years ago
  96. 6f18667 remove largish unused field from pthread structure by Rich Felker · 8 years ago
  97. 5499172 work around gdb issues recognizing sigreturn trampoline on x86_64 by Rich Felker · 8 years ago
  98. 1509494 add s390x port by Bobby Bingham · 8 years ago
  99. 5448289 treat null vdso base same as missing by Bobby Bingham · 8 years ago
  100. b418ea1 generalize ELF hash table types not to assume 32-bit entries by Rich Felker · 8 years ago