1. a48ccc1 do not use _Noreturn for a function pointer in dynamic linker by Matthew Maurer · 5 years ago
  2. a31a30a remove implicit include of sys/sysmacros.h from sys/types.h by Rich Felker · 5 years ago
  3. 0a48860 add riscv64 architecture support by Rich Felker · 5 years ago
  4. 5fc4379 optimize aarch64 dynamic tlsdesc function to spill fewer registers by Rich Felker · 5 years ago
  5. ac30422 make powerpc64 vrregset_t logical layout match expected API by Rich Felker · 5 years ago
  6. 3c59a86 fix vrregset_t layout and member naming on powerpc64 by Rich Felker · 5 years ago
  7. a60b9e0 fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets by Szabolcs Nagy · 5 years ago
  8. 6104dae fix static tls offsets of shared libs on TLS_ABOVE_TP targets by Szabolcs Nagy · 5 years ago
  9. 9fd98a6 fix format strings for uid/gid values in putpwent/putgrent by Rich Felker · 5 years ago
  10. f450c15 remove unused struct dso members from dynlink.c by Fangrui Song · 5 years ago
  11. bdb0817 improve i386 inline syscall asm on non-broken compilers by Rich Felker · 5 years ago
  12. c8798ef fix regression in i386 inline syscall asm producing invalid code by Rich Felker · 5 years ago
  13. 511d707 make fgetwc set error indicator for stream on encoding errors by Rich Felker · 5 years ago
  14. d02e72a fix broken posix_fadvise on mips due to missing 7-arg syscall support by Rich Felker · 5 years ago
  15. d7b5834 allow archs to provide a 7-argument syscall if needed by Rich Felker · 5 years ago
  16. 7b6ec3d fix build regression on mips n32 due to typo in new inline syscall by Rich Felker · 5 years ago
  17. 28198ac fix passing of 64-bit syscall arguments on microblaze by Rich Felker · 5 years ago
  18. 2df8b1d fix regression in s390x SO_PEERSEC definition by Rich Felker · 5 years ago
  19. 78691fa make new math code compatible with unused variable warning/error by Rich Felker · 5 years ago
  20. e4dd653 math: new pow by Szabolcs Nagy · 6 years ago
  21. e16f7b3 math: new exp and exp2 by Szabolcs Nagy · 6 years ago
  22. 2a3210c math: new log2 by Szabolcs Nagy · 6 years ago
  23. 236cd05 math: new log by Szabolcs Nagy · 6 years ago
  24. d28cd0a math: new powf by Szabolcs Nagy · 7 years ago
  25. 3f94c64 math: new exp2f and expf by Szabolcs Nagy · 7 years ago
  26. 098868b math: new log2f by Szabolcs Nagy · 7 years ago
  27. db505b7 math: new logf by Szabolcs Nagy · 7 years ago
  28. 169fc00 math: add configuration macros by Szabolcs Nagy · 6 years ago
  29. 3c3763f math: add macros for static branch prediction hints by Szabolcs Nagy · 6 years ago
  30. 4f8acf9 math: add double precision error handling functions by Szabolcs Nagy · 6 years ago
  31. 9ef6ca4 math: add single precision error handling functions by Szabolcs Nagy · 7 years ago
  32. fe54544 math: add eval_as_float and eval_as_double by Szabolcs Nagy · 6 years ago
  33. b50d315 math: add fp_arch.h with fp_barrier and fp_force_eval by Szabolcs Nagy · 6 years ago
  34. f107d34 math: remove sun copyright from libm.h by Szabolcs Nagy · 6 years ago
  35. d59e504 math: add asuint, asuint64, asfloat and asdouble by Szabolcs Nagy · 7 years ago
  36. 2d72b58 math: move complex math out of libm.h by Szabolcs Nagy · 6 years ago
  37. e980ca7 define FP_FAST_FMA* when fma* can be inlined by Szabolcs Nagy · 6 years ago
  38. 65c8be3 fcntl.h: define O_TTY_INIT to 0 by A. Wilcox · 5 years ago
  39. 788d5e2 remove external __syscall function and last remaining users by Rich Felker · 5 years ago
  40. 1bcdaee implement inline 5- and 6-argument syscalls for mipsn32 and mips64 by Rich Felker · 5 years ago
  41. d3b4869 cleanup mips64 syscall_arch functions by Rich Felker · 5 years ago
  42. dcb18be implement inline 5- and 6-argument syscalls for mips by Rich Felker · 5 years ago
  43. 6aeb9c6 use inline syscalls for powerpc (32-bit) by Rich Felker · 5 years ago
  44. f76d51a remove cruft for supposedly-buggy clang from or1k & microblaze syscall_arch by Rich Felker · 5 years ago
  45. 22e5bbd overhaul i386 syscall mechanism not to depend on external asm source by Rich Felker · 5 years ago
  46. e97681d release 1.1.22 by Rich Felker · 5 years ago
  47. a01ff71 in membarrier fallback, allow for possibility that sigaction fails by Rich Felker · 5 years ago
  48. 7784680 fix the use of syscall result in dl_mmap by Ilya Matveychikov · 6 years ago
  49. e8e780a fix signature of function accepted by makecontext by Bobby Bingham · 5 years ago
  50. 8186880 fix unintended global symbols in atanl.c by Dan Gohman · 5 years ago
  51. 7fe51ea use __strchrnul instead of strchr and strlen in execvpe by Frediano Ziglio · 5 years ago
  52. 086a12b delete a redundant if in dynamic linker ctor execution loop by Ray · 5 years ago
  53. 8ee0ca0 fix harmless-by-chance typo in priority inheritance mutex code by Rich Felker · 5 years ago
  54. 54ca677 implement priority inheritance mutexes by Rich Felker · 5 years ago
  55. 2142caf clean up access to mutex type in pthread_mutex_trylock by Rich Felker · 5 years ago
  56. 54316a5 support archs with no renameat syscall, only renameat2 by Drew DeVault · 5 years ago
  57. 46fb680 support archs with no mlock syscall, only mlock2 by Drew DeVault · 5 years ago
  58. 59f88d7 fix data race choosing next key slot in pthread_key_create by Rich Felker · 5 years ago
  59. 8f12c4e fix crash/out-of-bound read in sscanf by Rich Felker · 5 years ago
  60. c62dfe6 fix namespace violation in dependencies of mtx_lock by Rich Felker · 5 years ago
  61. 2a03b0b aarch64: add HWCAP_ definitions from linux v5.0 by Szabolcs Nagy · 5 years ago
  62. cff993c sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0 by Szabolcs Nagy · 5 years ago
  63. 843e453 elf.h: add NT_ definitions from linux v5.0 by Szabolcs Nagy · 5 years ago
  64. 02f769b elf.h: update with C-SKY definitions by Szabolcs Nagy · 5 years ago
  65. 1114df5 aarch64, or1k: add kexec_file_load syscall number from linux v5.0 by Szabolcs Nagy · 5 years ago
  66. 9e06514 netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0 by Szabolcs Nagy · 5 years ago
  67. 292bda7 netinet/udp.h: add UDP_GRO from linux v5.0 by Szabolcs Nagy · 5 years ago
  68. a86c472 powerpc: add PTRACE_SYSEMU from linux v4.20 by Szabolcs Nagy · 6 years ago
  69. 65735ba aarch64: add HWCAP_SSBS from linux v4.20 by Szabolcs Nagy · 6 years ago
  70. 59904de bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20 by Szabolcs Nagy · 6 years ago
  71. 13c73da sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20 by Szabolcs Nagy · 6 years ago
  72. 0b026bb netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20 by Szabolcs Nagy · 6 years ago
  73. c6a61df add PACKET_IGNORE_OUTGOING sockopt from linux v4.20 by Szabolcs Nagy · 6 years ago
  74. db8b53f sys/mman.h: add new hugetlb mmap flags from linux v4.19 by Szabolcs Nagy · 6 years ago
  75. d66ae1a arm: add io_pgetevents syscall number from v4.19 by Szabolcs Nagy · 6 years ago
  76. 53bef5c aarch64, or1k: define rseq syscall number following linux v4.19 by Szabolcs Nagy · 6 years ago
  77. 5640bc5 elf.h: add new mips core dump note values from linux v4.19 by Szabolcs Nagy · 6 years ago
  78. 3e52f99 netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19 by Szabolcs Nagy · 5 years ago
  79. b47723a netinet/tcp.h: add tcp_info fields from linux v4.19 by Szabolcs Nagy · 6 years ago
  80. df4b017 sys/inotify.h: add IN_MASK_CREATE from linux v4.19 by Szabolcs Nagy · 6 years ago
  81. 31b3efb sys/socket.h: add SO_TXTIME from linux v4.19 by Szabolcs Nagy · 6 years ago
  82. 2a0ff45 handle labels with 8-bit byte values in dn_skipname by Ryan Fairfax · 5 years ago
  83. 4b125dd fix POSIX_FADV_DONTNEED/_NOREUSE on s390x by Jonathan Neuschäfer · 6 years ago
  84. 81221e1 expose TSVTX unconditionally in tar.h by Rich Felker · 5 years ago
  85. 00d3d57 setvbuf: return failure if mode is invalid by A. Wilcox · 5 years ago
  86. f368d9f make FILE a complete type for pre-C11 standard profiles by Rich Felker · 5 years ago
  87. 50cd023 fix invalid-/double-/use-after-free in new dlopen ctor execution by Rich Felker · 5 years ago
  88. 4918b7f don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARM by Rich Felker · 5 years ago
  89. 43e7efb avoid malloc of ctor queue for programs with no external deps by Rich Felker · 5 years ago
  90. f034f14 avoid malloc of deps arrays for ldso and vdso by Rich Felker · 5 years ago
  91. e612d09 avoid malloc of deps array for programs with no external deps by Rich Felker · 5 years ago
  92. 2f1f51a fix malloc misuse for startup ctor queue, breakage on fdpic archs by Rich Felker · 5 years ago
  93. 8e43b56 synchronize shared library dtor exec against concurrent loads/ctors by Rich Felker · 5 years ago
  94. 188759b overhaul shared library ctor execution for dependency order, concurrency by Rich Felker · 5 years ago
  95. 8820736 record preloaded libraries as direct pseudo-dependencies of main app by Rich Felker · 5 years ago
  96. 0c5c8f5 fix unsafety of new ldso dep tracking in presence of malloc replacement by Rich Felker · 5 years ago
  97. 4035556 fix and overhaul dlsym depedency order, always record direct deps by Rich Felker · 6 years ago
  98. 71db5df fix crash/misbehavior from oob read in new dynamic tls installation by Rich Felker · 6 years ago
  99. 6516282 fix crash in new dynamic tls installation when last dep lacks tls by Rich Felker · 6 years ago
  100. ba18c1e add membarrier syscall wrapper, refactor dynamic tls install to use it by Rich Felker · 6 years ago