1. 177a060 Merge remote-tracking branch 'origin/upstream-master' by Matthew Maurer · 5 years ago
  2. c225e6c use the correct attributes for ___errno_location by Samuel Holland · 5 years ago
  3. 05eb8ea fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro by Samuel Holland · 5 years ago
  4. e0eee3c fix restrict violations in internal use of several functions by Samuel Holland · 5 years ago
  5. a730639 mention mips64 n32 ABI support in INSTALL doc by Rich Felker · 5 years ago
  6. 0f72228 document riscv64 support in INSTALL document by Rich Felker · 5 years ago
  7. 7599004 prevent dup2 action for posix_spawn internal pipe fd by Rich Felker · 5 years ago
  8. 9b83182 fix inadvertent use of uninitialized variable in dladdr by Rich Felker · 5 years ago
  9. 524e76f remove spurious MAP_32BIT definition from riscv64 arch by Rich Felker · 5 years ago
  10. 4b5ba07 configure: make AR and RANLIB customizable by Fangrui Song · 5 years ago
  11. 94751d8 remove stray .end directives from powerpc[64] asm by Fangrui Song · 5 years ago
  12. f3f96f2 add new syscall numbers from linux v5.1 by Szabolcs Nagy · 5 years ago
  13. 4acfc28 ipc: prefer SYS_ipc when it is defined by Szabolcs Nagy · 5 years ago
  14. b574de5 mips64: fix syscall numbers of io_pgetevents and rseq by Szabolcs Nagy · 5 years ago
  15. 47bc7f0 elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1 by Szabolcs Nagy · 5 years ago
  16. eea841e netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1 by Szabolcs Nagy · 5 years ago
  17. 5b2b682 sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1 by Szabolcs Nagy · 5 years ago
  18. 4523505 s390x: drop SO_ definitions from bits/socket.h by Szabolcs Nagy · 5 years ago
  19. 93b5f6c netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1 by Szabolcs Nagy · 5 years ago
  20. c7081ed sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1 by Szabolcs Nagy · 5 years ago
  21. 9e8dd1c fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1 by Szabolcs Nagy · 5 years ago
  22. f67b3c1 sys/fanotify.h: update for linux v5.1 by Szabolcs Nagy · 5 years ago
  23. 84ebec6 fix deadlock in synccall after threaded fork by Samuel Holland · 5 years ago
  24. 3d178a7 cap getdents length argument to INT_MAX by Rich Felker · 5 years ago
  25. 54b7564 remove unnecessary and problematic _Noreturn from crt/ldso startup by Rich Felker · 5 years ago
  26. 95dfa3d allow fmemopen with zero size by Rich Felker · 5 years ago
  27. a48ccc1 do not use _Noreturn for a function pointer in dynamic linker by Matthew Maurer · 5 years ago
  28. a31a30a remove implicit include of sys/sysmacros.h from sys/types.h by Rich Felker · 5 years ago
  29. 0a48860 add riscv64 architecture support by Rich Felker · 5 years ago
  30. 5fc4379 optimize aarch64 dynamic tlsdesc function to spill fewer registers by Rich Felker · 5 years ago
  31. ac30422 make powerpc64 vrregset_t logical layout match expected API by Rich Felker · 5 years ago
  32. 3c59a86 fix vrregset_t layout and member naming on powerpc64 by Rich Felker · 5 years ago
  33. a60b9e0 fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets by Szabolcs Nagy · 5 years ago
  34. 6104dae fix static tls offsets of shared libs on TLS_ABOVE_TP targets by Szabolcs Nagy · 5 years ago
  35. 9fd98a6 fix format strings for uid/gid values in putpwent/putgrent by Rich Felker · 5 years ago
  36. 2a5e003 Tune the resource usage of printf. by Nick Bray · 5 years ago
  37. 18b2c7f Port exit and abort to Trusty. by Nick Bray · 5 years ago
  38. 8f144f1 Crash on wait or wake. by Nick Bray · 5 years ago
  39. e8c9ff4 Basic stdio support Trusty. by Nick Bray · 5 years ago
  40. e5f53aa Port early startup code to Trusty. by Nick Bray · 5 years ago
  41. 31f1b5f Skip ASM _start stubs and call directly into a C _start. by Nick Bray · 5 years ago
  42. bb1ded3 Define NULL as __nullptr for C++. by Nick Bray · 5 years ago
  43. f450c15 remove unused struct dso members from dynlink.c by Fangrui Song · 5 years ago
  44. bdb0817 improve i386 inline syscall asm on non-broken compilers by Rich Felker · 5 years ago
  45. c8798ef fix regression in i386 inline syscall asm producing invalid code by Rich Felker · 5 years ago
  46. db90a7b Check in generated alltypes.h files. by Nick Bray · 5 years ago
  47. 3cfec22 Add metadata files. by Nick Bray · 5 years ago
  48. 511d707 make fgetwc set error indicator for stream on encoding errors by Rich Felker · 5 years ago
  49. d02e72a fix broken posix_fadvise on mips due to missing 7-arg syscall support by Rich Felker · 5 years ago
  50. d7b5834 allow archs to provide a 7-argument syscall if needed by Rich Felker · 5 years ago
  51. 7b6ec3d fix build regression on mips n32 due to typo in new inline syscall by Rich Felker · 5 years ago
  52. 28198ac fix passing of 64-bit syscall arguments on microblaze by Rich Felker · 5 years ago
  53. 2df8b1d fix regression in s390x SO_PEERSEC definition by Rich Felker · 5 years ago
  54. 78691fa make new math code compatible with unused variable warning/error by Rich Felker · 5 years ago
  55. e4dd653 math: new pow by Szabolcs Nagy · 6 years ago
  56. e16f7b3 math: new exp and exp2 by Szabolcs Nagy · 6 years ago
  57. 2a3210c math: new log2 by Szabolcs Nagy · 6 years ago
  58. 236cd05 math: new log by Szabolcs Nagy · 6 years ago
  59. d28cd0a math: new powf by Szabolcs Nagy · 7 years ago
  60. 3f94c64 math: new exp2f and expf by Szabolcs Nagy · 7 years ago
  61. 098868b math: new log2f by Szabolcs Nagy · 7 years ago
  62. db505b7 math: new logf by Szabolcs Nagy · 7 years ago
  63. 169fc00 math: add configuration macros by Szabolcs Nagy · 6 years ago
  64. 3c3763f math: add macros for static branch prediction hints by Szabolcs Nagy · 6 years ago
  65. 4f8acf9 math: add double precision error handling functions by Szabolcs Nagy · 6 years ago
  66. 9ef6ca4 math: add single precision error handling functions by Szabolcs Nagy · 7 years ago
  67. fe54544 math: add eval_as_float and eval_as_double by Szabolcs Nagy · 6 years ago
  68. b50d315 math: add fp_arch.h with fp_barrier and fp_force_eval by Szabolcs Nagy · 6 years ago
  69. f107d34 math: remove sun copyright from libm.h by Szabolcs Nagy · 6 years ago
  70. d59e504 math: add asuint, asuint64, asfloat and asdouble by Szabolcs Nagy · 7 years ago
  71. 2d72b58 math: move complex math out of libm.h by Szabolcs Nagy · 6 years ago
  72. e980ca7 define FP_FAST_FMA* when fma* can be inlined by Szabolcs Nagy · 6 years ago
  73. 65c8be3 fcntl.h: define O_TTY_INIT to 0 by A. Wilcox · 5 years ago
  74. 788d5e2 remove external __syscall function and last remaining users by Rich Felker · 5 years ago
  75. 1bcdaee implement inline 5- and 6-argument syscalls for mipsn32 and mips64 by Rich Felker · 5 years ago
  76. d3b4869 cleanup mips64 syscall_arch functions by Rich Felker · 5 years ago
  77. dcb18be implement inline 5- and 6-argument syscalls for mips by Rich Felker · 5 years ago
  78. 6aeb9c6 use inline syscalls for powerpc (32-bit) by Rich Felker · 5 years ago
  79. f76d51a remove cruft for supposedly-buggy clang from or1k & microblaze syscall_arch by Rich Felker · 5 years ago
  80. 22e5bbd overhaul i386 syscall mechanism not to depend on external asm source by Rich Felker · 5 years ago
  81. e97681d release 1.1.22 by Rich Felker · 5 years ago
  82. a01ff71 in membarrier fallback, allow for possibility that sigaction fails by Rich Felker · 5 years ago
  83. 7784680 fix the use of syscall result in dl_mmap by Ilya Matveychikov · 5 years ago
  84. e8e780a fix signature of function accepted by makecontext by Bobby Bingham · 5 years ago
  85. 8186880 fix unintended global symbols in atanl.c by Dan Gohman · 5 years ago
  86. 7fe51ea use __strchrnul instead of strchr and strlen in execvpe by Frediano Ziglio · 5 years ago
  87. 086a12b delete a redundant if in dynamic linker ctor execution loop by Ray · 5 years ago
  88. 8ee0ca0 fix harmless-by-chance typo in priority inheritance mutex code by Rich Felker · 5 years ago
  89. 54ca677 implement priority inheritance mutexes by Rich Felker · 5 years ago
  90. 2142caf clean up access to mutex type in pthread_mutex_trylock by Rich Felker · 5 years ago
  91. 54316a5 support archs with no renameat syscall, only renameat2 by Drew DeVault · 5 years ago
  92. 46fb680 support archs with no mlock syscall, only mlock2 by Drew DeVault · 5 years ago
  93. 59f88d7 fix data race choosing next key slot in pthread_key_create by Rich Felker · 5 years ago
  94. 8f12c4e fix crash/out-of-bound read in sscanf by Rich Felker · 5 years ago
  95. c62dfe6 fix namespace violation in dependencies of mtx_lock by Rich Felker · 5 years ago
  96. 2a03b0b aarch64: add HWCAP_ definitions from linux v5.0 by Szabolcs Nagy · 5 years ago
  97. cff993c sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0 by Szabolcs Nagy · 5 years ago
  98. 843e453 elf.h: add NT_ definitions from linux v5.0 by Szabolcs Nagy · 5 years ago
  99. 02f769b elf.h: update with C-SKY definitions by Szabolcs Nagy · 5 years ago
  100. 1114df5 aarch64, or1k: add kexec_file_load syscall number from linux v5.0 by Szabolcs Nagy · 5 years ago