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