1. 7dc8df5 move __loc_is_allocated declaration to locale_impl.h by Rich Felker · 6 years ago
  2. 91c6a18 move declarations of tls setup/access functions to pthread_impl.h by Rich Felker · 6 years ago
  3. f9db9ec add and use internal header for *rand48 lcg by Rich Felker · 6 years ago
  4. 01294da move __strftime_fmt_1 declaration to time_impl.h by Rich Felker · 6 years ago
  5. 72bc6cb move __tm_to_tzname declaration to time_impl.h with related functions by Rich Felker · 6 years ago
  6. 8dafb84 remove unused code from strcpy.c by Rich Felker · 6 years ago
  7. 432f9f0 move __res_msend_rc declaration to lookup.h by Rich Felker · 6 years ago
  8. 405102d fix type-mismatched declarations of __nl_langinfo_l in source files by Rich Felker · 6 years ago
  9. 60056a8 for c11 mtx and cnd functions, use externally consistent type names by Rich Felker · 6 years ago
  10. c98bf5b move and deduplicate declarations of __dns_parse to make it checkable by Rich Felker · 6 years ago
  11. 59d8894 move lgamma-related internal declarations to libm.h by Rich Felker · 6 years ago
  12. aee11e5 declare __syscall_ret as hidden in vfork asm by Rich Felker · 6 years ago
  13. a8c5379 add arm asm for vfork by Patrick Oppenlander · 6 years ago
  14. 55a1c9c move declarations for malloc internals to malloc_impl.h by Rich Felker · 6 years ago
  15. 18bf082 improve machinery for ldso to report libc version by Rich Felker · 6 years ago
  16. 3b028c2 make internal declarations for flockfile tracking functions checkable by Rich Felker · 6 years ago
  17. 736a950 make inadvertently exposed __h{create,delete,search}_r functions static by Rich Felker · 6 years ago
  18. 10bbbbf make inadvertently exposed __pthread_{timed,try}join_np functions static by Rich Felker · 6 years ago
  19. b5dbf4d use idiomatic weak alias approach for defining asctime_r by Rich Felker · 6 years ago
  20. cb229f6 move and deduplicate declarations of __vdsosym to make it checkable by Rich Felker · 6 years ago
  21. 6fcd60d move and deduplicate declarations of __procfdname to make it checkable by Rich Felker · 6 years ago
  22. c221d3e fix issues from public functions defined without declaration visible by Rich Felker · 6 years ago
  23. eeb6f77 remove leftover declarations for removed functions from pthread_impl.h by Rich Felker · 6 years ago
  24. 9b95fd0 define and use internal macros for hidden visibility, weak refs by Rich Felker · 6 years ago
  25. 2de29bc fix namespace violation for c11 mutex functions by Rich Felker · 6 years ago
  26. d1fa288 in pthread_mutex_timedlock, avoid repeatedly reading mutex type field by Rich Felker · 6 years ago
  27. 4e4a162 in pthread_mutex_trylock, EBUSY out more directly when possible by Rich Felker · 6 years ago
  28. 4fb273b fix mistake/cruft in 1.1.20 release notes by Rich Felker · 6 years ago
  29. e36f80c implement fexecve in terms of execveat when it exists by Joseph C. Sible · 6 years ago
  30. 0fa1e63 release 1.1.20 by Rich Felker · 6 years ago
  31. 6446609 fix stack-based oob memory clobber in resolver's result sorting by Rich Felker · 6 years ago
  32. d0d2125 consistently use _NSIG/8 idiom for kernel sigset size in sigaction by Rich Felker · 6 years ago
  33. 9b14ad5 always terminate by SIGABRT when abort is called by Rich Felker · 6 years ago
  34. 0b4c92b optimize raise not to make a syscall for getting tid by Rich Felker · 6 years ago
  35. cff4b91 prevent perror from clobbering stderr's orientation by Rich Felker · 6 years ago
  36. cd8d830 prevent psignal/psiginfo from clobbering stderr orientation, errno by Rich Felker · 6 years ago
  37. a43a7b2 make vfprintf set stream orientation even for zero-length output by Rich Felker · 6 years ago
  38. f1791f4 re-fix vfprintf temporary buffer logic by Rich Felker · 6 years ago
  39. ddc947e fix missing flush of stderr at exit if it was put in buffered mode by Rich Felker · 6 years ago
  40. 35cd7c0 fix async thread cancellation on sh-fdpic by Rich Felker · 6 years ago
  41. 0ec49da fix async thread cancellation on powerpc64 by Rich Felker · 6 years ago
  42. 9cdaf1a vfwprintf: honor field width with 'c' format type by A. Wilcox · 6 years ago
  43. d41cdef fix several values reported by sysconf by Rich Felker · 6 years ago
  44. 1d297a2 fix return value of system on failure to spawn child process by Rich Felker · 6 years ago
  45. b152d57 set stream orientations in open_[w]memstream by Rich Felker · 6 years ago
  46. f66022d make fmemopen's w+ mode truncate the buffer by Rich Felker · 6 years ago
  47. b39b47b set errno when fileno is called on a FILE with no underlying fd by Rich Felker · 6 years ago
  48. baf95a5 reject invalid arguments to pthread_barrierattr_setpshared by Rich Felker · 6 years ago
  49. 056f9d8 rewrite __aeabi_read_tp in asm by Szabolcs Nagy · 6 years ago
  50. cdbbcfb fix dubious char signedness check in limits.h by Rich Felker · 6 years ago
  51. 060ed93 fix deadlock in async thread self-cancellation by Rich Felker · 6 years ago
  52. 92c5264 time: fix incorrect DST offset when using POSIX timezones without DST by A. Wilcox · 6 years ago
  53. c06c1eb fix tls access on arm targets before armv6k by Szabolcs Nagy · 6 years ago
  54. f4542fd fix missing strerror text for EMULTIHOP by Rich Felker · 6 years ago
  55. cfa0a54 fix printf precision specifier for hex floats on non-ld80 archs by Rich Felker · 6 years ago
  56. 6aeb131 getopt: update optarg and optind correctly on missing argument by Rich Felker · 6 years ago
  57. 184ef36 fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if by Rich Felker · 6 years ago
  58. 767f7a1 remove erroneous SYMLINK_MAX definition from limits.h, pathconf by Rich Felker · 6 years ago
  59. 8b2b61e mips archs: fix runaway execution if start fn passed to clone returns by Segev Finer · 6 years ago
  60. 91e1e29 fix pthread_create return value with PTHREAD_EXPLICIT_SCHED by Rich Felker · 6 years ago
  61. 1ad8138 fix sign of strftime %z output with offsets <1 hour west of UTC by Rich Felker · 6 years ago
  62. 7dad9c2 fix musl-gcc wrapper to be compatible with default-pie gcc toolchains by Rich Felker · 6 years ago
  63. 14992d4 make pthread_attr_init honor defaults set by pthread_setattr_default_np by Rich Felker · 6 years ago
  64. 3d8322c bsearch: simplify and optimize by Fangrui Song · 6 years ago
  65. f2c6dbe move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits by midipix · 6 years ago
  66. 2fab90a remove inclusion guard hacks for sys/kd.h by midipix · 6 years ago
  67. 18fbc7e remove spurious declaration of __getdents from readdir.c by Rich Felker · 6 years ago
  68. b3fa0f2 fix regression in alignment of dirent structs produced by readdir by Rich Felker · 6 years ago
  69. df6d945 add support for arch-specific ptrace command macros by Szabolcs Nagy · 6 years ago
  70. 7ea32a8 sys/ptrace.h: add missing PTRACE_EVENT_STOP by Szabolcs Nagy · 6 years ago
  71. cbf16c4 uchar.h: define char16_t and char32_t for old c++ by Szabolcs Nagy · 6 years ago
  72. 5c2f46a block dlopen of libraries with initial-exec refs to dynamic TLS by Rich Felker · 6 years ago
  73. 5fdccbc fix inefficient choice of tlsdesc function due to off-by-one by Rich Felker · 6 years ago
  74. 187bcc3 implement getaddrinfo's AI_ADDRCONFIG flag by Rich Felker · 6 years ago
  75. 9cad27a fix writes outside buffer by ungetc after setvbuf by Rich Felker · 6 years ago
  76. 0620152 add ST_RELATIME to statvfs.h by Rich Felker · 6 years ago
  77. 4f35eb7 resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs by Rich Felker · 6 years ago
  78. b0d2b3a optimize explicit_bzero for size by Alexander Monakov · 6 years ago
  79. 193338e avoid spurious dso matches by dladdr outside bounds of load segments by Rich Felker · 6 years ago
  80. f6870d6 make dladdr consistently produce the first symbol in presence of aliases by Rich Felker · 6 years ago
  81. c8b49b2 fix symtab-order-dependent spurious matches in dladdr by Rich Felker · 6 years ago
  82. 8b8fb7f correctly handle non-matching symbols in dladdr by Rich Felker · 6 years ago
  83. e829695 avoid using undefined pointer arithmetic in dladdr by Rich Felker · 6 years ago
  84. a0d64dc fix missing timeout argument to futex syscall in __futexwait by Patrick Oppenlander · 6 years ago
  85. 05ac345 add explicit_bzero implementation by David Carlier · 6 years ago
  86. 5c8e692 inet_ntop: do not compress single zeros in IPv6 by Arthur Jones · 6 years ago
  87. da5851e strftime: fix underlying format string in %z format by Daniel Sabogal · 6 years ago
  88. 63e2e40 resolver: omit final dot (root/suppress-search) in canonical name by Rich Felker · 6 years ago
  89. efda534 fix regression in powerpc[64] SO_PEERSEC definition by Rich Felker · 6 years ago
  90. 587f5a5 fix value of SO_PEERSEC on mips archs by Rich Felker · 6 years ago
  91. 471497a add m68k reg.h and user.h by Rich Felker · 6 years ago
  92. 68a5a23 fix dynamic linker mapping/clearing bss in first/only LOAD segment by Rich Felker · 6 years ago
  93. 38f2fa3 add memfd_create syscall wrapper by Szabolcs Nagy · 6 years ago
  94. b64d66d add mlock2 linux syscall wrapper by Szabolcs Nagy · 6 years ago
  95. 84b2516 fix m68k float.h long double exponent range by Rich Felker · 6 years ago
  96. 0cd2be2 work around broken kernel struct ipc_perm on some big endian archs by Rich Felker · 6 years ago
  97. 7ea235b s390x: add kexec_file_load syscall number from linux v4.17 by Szabolcs Nagy · 6 years ago
  98. 1177f61 mips: add HWCAP_ flags from linux v4.17 by Szabolcs Nagy · 6 years ago
  99. f3b6690 aarch64: add HWCAP_ flags from linux v4.17 by Szabolcs Nagy · 6 years ago
  100. da9f2b2 add speculation control prctls from linux v4.17 by Szabolcs Nagy · 6 years ago