1. c53e9b2 fix misleading comment in strstr by Rich Felker · 4 years ago
  2. b67d56c drop use of pthread_once for aio thread stack size init by Rich Felker · 4 years ago
  3. 90ff016 fix omission of non-stub pthread_mutexattr_getprotocol by Rich Felker · 4 years ago
  4. 56f0631 riscv64: fix inconsistent ucontext_t struct tag by Drew DeVault · 4 years ago
  5. 50c7935 fix failure to preserve r6 in s390x asm; per ABI it is call-saved by Rich Felker · 4 years ago
  6. 738c4e9 s390x: derive float_t from compiler or default to float by Marius Hillenbrand · 4 years ago
  7. 821083a implement reallocarray by Ariadne Conill · 4 years, 4 months ago
  8. 29ff759 implement realpath directly instead of using procfs readlink by Rich Felker · 4 years ago
  9. 5d464f5 fix mallocng regression in malloc_usable_size with null argument by Dominic Chen · 4 years ago
  10. d046ec9 configure: do not use obsolescent form of test -a|o by Issam E. Maghni · 4 years, 1 month ago
  11. c5d118e fix segfault in lutimes when tv argument is NULL by Érico Rolim · 4 years ago
  12. 67f7746 netinet/in.h: add IP_RECVERR_4884 from linux v5.9 by Szabolcs Nagy · 4 years, 1 month ago
  13. d078f83 sys/fanotify.h: add new FAN_* macros from linux v5.9 by Szabolcs Nagy · 4 years, 1 month ago
  14. 3ba370f bits/syscall.h: add __NR_close_range from linux v5.9 by Szabolcs Nagy · 4 years, 1 month ago
  15. badc5bb add missing personality values by William Woodruff · 4 years ago
  16. 6e98924 arm fabs and sqrt: support single-precision-only fpu variants by Jinliang Li · 4 years ago
  17. c8c3e34 fix typo in INSTALL by Érico Rolim · 4 years ago
  18. e2fa720 work around linux bug in readlink syscall with zero buffer size by Rich Felker · 4 years ago
  19. c17cda6 parse v3 or future-unknown zoneinfo file versions as v2+ by Rich Felker · 4 years ago
  20. 585a0a7 explicitly prefer 64-bit/v2 zoneinfo tables by Rich Felker · 4 years ago
  21. debbddf fix regression in pthread_exit by Rich Felker · 4 years ago
  22. 3ab2a4e rewrite wcsnrtombs to fix buffer overflow and other bugs by Rich Felker · 4 years ago
  23. 233bb69 protect destruction of process-shared mutexes against robust list races by Rich Felker · 4 years ago
  24. d26e077 pthread_exit: don't __vm_wait under thread list lock by Rich Felker · 4 years ago
  25. 167390f lift child restrictions after multi-threaded fork by Rich Felker · 4 years ago
  26. 34952fe convert malloc use under libc-internal locks to use internal allocator by Rich Felker · 4 years ago
  27. 8d37958 give libc access to its own malloc even if public malloc is interposed by Rich Felker · 4 years ago
  28. c1e5d24 drop use of getdelim/stdio in dynamic linker by Rich Felker · 4 years ago
  29. cbecda0 dlerror: don't gratuitously hold freebuf_queue lock while freeing by Rich Felker · 4 years ago
  30. 4ffa706 fix vector types in aarch64 register file structures by Rich Felker · 4 years, 1 month ago
  31. d91a6cf fix erroneous pthread_cond_wait mutex waiter count logic due to typo by Rich Felker · 4 years, 1 month ago
  32. 27b2fc9 fix missing-wake regression in pthread_cond_wait by Rich Felker · 4 years, 1 month ago
  33. 7c71792 add support for SIGEV_THREAD_ID timers by James Y Knight · 5 years ago
  34. f70375d fix sem_close unmapping of still-referenced semaphore by Rich Felker · 4 years, 1 month ago
  35. 613ccab refactor setxid return path to use __syscall_ret by Rich Felker · 4 years, 1 month ago
  36. ccba234 ldso: notify the debugger when we're doing a dlopen by rcombs · 4 years, 1 month ago
  37. 4209a7b fix setgroups behavior in multithreaded process by Rich Felker · 4 years, 1 month ago
  38. 6ce91ef avoid __synccall for setrlimit on kernels with prlimit syscall by Rich Felker · 4 years, 1 month ago
  39. 3437e47 fix reintroduction of errno clobbering by atfork handlers by Rich Felker · 4 years, 1 month ago
  40. 2d0bbe6 fix pthread_cond_wait paired with with priority-inheritance mutex by Rich Felker · 4 years, 1 month ago
  41. 0b87551 lift sigaction abort locking to fix posix_spawn child deadlock by Rich Felker · 4 years, 1 month ago
  42. 99d5098 update crypt_blowfish to support $2b$ prefix by Julien Ramseier · 4 years, 1 month ago
  43. 957c276 remove unused weak definition of __tl_sync in membarrier.c by Rich Felker · 4 years, 1 month ago
  44. 5576736 move aio implementation details to a proper internal header by Rich Felker · 4 years, 2 months ago
  45. 3733766 remove long-unused struct __timer from pthread_impl.h by Rich Felker · 4 years, 1 month ago
  46. 85e16ae drop use of pthread_once in timer_create by Rich Felker · 4 years, 1 month ago
  47. 6ae2568 remove unused SIGTIMER handler in timer_create by Rich Felker · 4 years, 1 month ago
  48. 47baa03 remove incorrect fflush from assert failure handler by Rich Felker · 4 years, 1 month ago
  49. da845d5 fix getgrouplist when nscd reports an empty list by Rich Felker · 4 years, 1 month ago
  50. b7bc966 fix posix_spawn interaction with fork and abort by taking lock by Rich Felker · 4 years, 2 months ago
  51. 25ea9f7 fix unintended observability of SIGABRT disposition reset via sigaction by Rich Felker · 4 years, 2 months ago
  52. bd15342 implement _Fork and refactor fork using it by Rich Felker · 4 years, 2 months ago
  53. e1e98d8 rename fork source file by Rich Felker · 4 years, 2 months ago
  54. 5071670 ldso: use pthread_t rather than kernel tid to track ctor visitor by Rich Felker · 4 years, 2 months ago
  55. 1efc8eb fix stale lock when allocation of ctor queue fails during dlopen by Rich Felker · 4 years, 2 months ago
  56. 69a1b39 drop use of pthread_once in mutexattr kernel support tests by Rich Felker · 4 years, 2 months ago
  57. b115bee fix missing synchronization of fork with abort by Rich Felker · 4 years, 2 months ago
  58. 3cd3de6 move __abort_lock to its own file and drop pointless weak_alias trick by Rich Felker · 4 years, 2 months ago
  59. 34904d8 fix fork of processes with active async io contexts by Rich Felker · 4 years, 2 months ago
  60. a5aff19 avoid set*id/setrlimit misbehavior and hang in vforked/cloned child by Rich Felker · 4 years, 2 months ago
  61. 55fb9a1 use new SYS_faccessat2 syscall to implement faccessat with flags by Rich Felker · 4 years, 2 months ago
  62. f035c7b netinet/if_ether.h: add ETH_P_MRP from linux v5.8 by Szabolcs Nagy · 4 years, 2 months ago
  63. 6b1741a elf.h: add .note.gnu.property related definitions by Szabolcs Nagy · 4 years, 2 months ago
  64. 9b7ed97 bits/syscall.h: add __NR_faccessat2 from linux v5.8 by Szabolcs Nagy · 4 years, 4 months ago
  65. 616a8bf netinet/tcp.h: update to linux v5.7 by Szabolcs Nagy · 4 years, 4 months ago
  66. a6c302b sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7 by Szabolcs Nagy · 4 years, 4 months ago
  67. 8adf42f sys/fanotify.h: update to linux v5.7 by Szabolcs Nagy · 4 years, 4 months ago
  68. 94ab68c aarch64: add new HWCAP2_ macros from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
  69. 0296baf aarch64: add HWCAP2_ macros from linux v5.3 by Szabolcs Nagy · 4 years, 8 months ago
  70. 43b640c sched.h: add CLONE_NEWTIME from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
  71. 3da18e6 sys/random.h: add GRND_INSECURE from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
  72. 8f4aa78 sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
  73. 1ab341e netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
  74. c632161 netinet/tcp.h: update for linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
  75. 8fca0ea netinet/in.h: add IPPROTO_ macros from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
  76. d990090 add pidfd_getfd and openat2 syscall numbers from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
  77. d4f2981 netinet/tcp.h: update tcp_info for linux v5.5 by Szabolcs Nagy · 4 years, 9 months ago
  78. ffac0c2 use generic bits/fcntl.h for x86_64 and riscv64 by Rich Felker · 4 years, 3 months ago
  79. 76f42fd make generic bits/fcntl.h shareable with 64-bit archs by Rich Felker · 4 years, 3 months ago
  80. b8b729b fix missing O_LARGEFILE values on x86_64, x32, and mips64 by Rich Felker · 4 years, 3 months ago
  81. 262003a fix missing newline in herror output by Rich Felker · 4 years, 3 months ago
  82. 0b06402 fix i386 __set_thread_area fallback by Rich Felker · 4 years, 3 months ago
  83. cf27184 restore h_errno ABI compatibility with ancient binaries by Rich Felker · 4 years, 3 months ago
  84. cab0a8f clean up overinclusion in files using TIOCGWINSZ by Rich Felker · 4 years, 3 months ago
  85. 1ccc804 fix regression with applications that expect struct winsize in ioctl.h by Rich Felker · 4 years, 3 months ago
  86. 86ac0f7 configure: enable warnings by default by Rich Felker · 4 years, 3 months ago
  87. 0a312d3 configure: use additive warnings instead of subtracting from -Wall by Rich Felker · 4 years, 3 months ago
  88. e7f808e configure: add further -Werror=... options to detected CFLAGS by Rich Felker · 4 years, 3 months ago
  89. 57f6e85 remove redundant pthread struct members repeated for layout purposes by Rich Felker · 4 years, 3 months ago
  90. 3a5b9ae deduplicate __pthread_self thread pointer adjustment out of each arch by Rich Felker · 4 years, 3 months ago
  91. ea71a90 deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET by Rich Felker · 4 years, 3 months ago
  92. 19f8642 report res_query failures, including nxdomain/nodata, via h_errno by Rich Felker · 4 years, 3 months ago
  93. 9d0b8b9 make h_errno thread-local by Rich Felker · 4 years, 3 months ago
  94. 4d57865 add tcgetwinsize and tcsetwinsize functions, move struct winsize by Rich Felker · 4 years, 3 months ago
  95. 9d4b25b fix MUSL_LOCPATH search by Rich Felker · 4 years, 3 months ago
  96. d49cf07 add gettid function by Rich Felker · 4 years, 3 months ago
  97. 22359b5 aarch64: fix setjmp return value by Szabolcs Nagy · 4 years, 3 months ago
  98. 4554f15 setjmp: optimize longjmp prologues by Alexander Monakov · 4 years, 3 months ago
  99. 59b64ff setjmp: optimize x86 longjmp epilogues by Alexander Monakov · 4 years, 3 months ago
  100. c6a6fe4 setjmp: avoid useless REX-prefix on xor %eax, %eax by Alexander Monakov · 4 years, 3 months ago