1. 66215af move x32 sysinfo impl and syscall fixup code out of arch/x32/src by Rich Felker · 9 years ago
  2. 513c043 overhaul powerpc atomics for new atomics framework by Rich Felker · 9 years ago
  3. 16b5529 clean up x86_64 (and x32) atomics for new atomics framework by Rich Felker · 9 years ago
  4. e24984e clean up i386 atomics for new atomics framework by Rich Felker · 9 years ago
  5. 369b22f overhaul mips atomics for new atomics framework by Rich Felker · 9 years ago
  6. e617b9e move arm-specific translation units out of arch/arm/src, to src/*/arm by Rich Felker · 9 years ago
  7. 397f0a6 overhaul arm atomics for new atomics framework by Rich Felker · 9 years ago
  8. aa0db4b overhaul aarch64 atomics for new atomics framework by Rich Felker · 9 years ago
  9. 61b1e75 overhaul sh atomics for new atomics framework, add j-core cas.l backend by Rich Felker · 9 years ago
  10. 1315596 refactor internal atomic.h by Rich Felker · 9 years ago
  11. ce3e24e fix global visibility (vis.h) support for out-of-tree builds by Rich Felker · 9 years ago
  12. d1b29c2 exclude vis.h when compiling assembly files by Khem Raj · 9 years ago
  13. 4fcc7eb simplify "make clean" and remove unneeded lib dir from tree by Rich Felker · 9 years ago
  14. ada4798 deduplicate compiler invocation command line in makefile by Rich Felker · 9 years ago
  15. 80de11b remove outdated/incorrect comment about AS_CMD from makefile by Rich Felker · 9 years ago
  16. 0f814a4 remove support for subarch .sub files from the makefile by Rich Felker · 9 years ago
  17. b6363bb fix build regression for arm pre-v7 from out-of-tree build patch by Rich Felker · 9 years ago
  18. af21a82 switch arm, sh, and mips fenv asm from .sub system to .S files by Rich Felker · 9 years ago
  19. 4b9a08f switch sh and mips setjmp asm from .sub system to .S files by Rich Felker · 9 years ago
  20. 5676460 fix dynamic linker path file selection for arm vs armhf by Rich Felker · 9 years ago
  21. e4355bd replace armhf math asm source files with inline asm by Rich Felker · 9 years ago
  22. cb1875e adapt build of arm memcpy asm not to use .sub files by Rich Felker · 9 years ago
  23. 9514e70 eliminate separate static/shared CFLAGS vars in makefile by Rich Felker · 9 years ago
  24. 9f5eb77 add support for arch-provided replacement files as .c or .S by Rich Felker · 9 years ago
  25. 53f41fb netinet/tcp: Add TCPOPT, TCPOLEN constants by Kylie McClain · 9 years ago
  26. 3cdbfb9 fix if_nametoindex return value when socket open fails by Ron Yorston · 9 years ago
  27. 2f853dd support out-of-tree build by Petr Hosek · 9 years ago
  28. d5f8394 add missing protocols to protoent lookup functions by Timo Teräs · 9 years ago
  29. 5e396fb adjust mips crt_arch entry point asm to avoid assembler bugs by Rich Felker · 9 years ago
  30. 71991a8 adjust i386 max_align_t definition to work around some broken compilers by Rich Felker · 9 years ago
  31. c673158 fix overly pessimistic realloc strategy in getdelim by Rich Felker · 9 years ago
  32. d87f0a9 avoid updating caller's size when getdelim fails to realloc by Rich Felker · 9 years ago
  33. 4221674 fix crash when signal number 0 is passed to sigaction by Rich Felker · 9 years ago
  34. 0d58bf2 remove visibility suppression by SHARED macro in mips and x32 arch files by Rich Felker · 9 years ago
  35. 3abb094 fix tsearch, tfind, tdelete to handle null pointer input by Szabolcs Nagy · 9 years ago
  36. 8994908 tsearch code cleanup by Szabolcs Nagy · 9 years ago
  37. bc97447 fix tsearch to avoid crash on oom by Szabolcs Nagy · 9 years ago
  38. e4f9d81 fix tdelete to properly balance the tree by Szabolcs Nagy · 9 years ago
  39. 7b71284 properly handle point-to-point interfaces in getifaddrs() by Jo-Philipp Wich · 9 years ago
  40. 12978ac ldso: fix the dtv update logic in __tls_get_new by Szabolcs Nagy · 9 years ago
  41. 8eead3e math: explicitly promote expressions to excess-precision types by Rich Felker · 9 years ago
  42. 19caa25 remove undef weak refs to init/fini array symbols in libc.so by Rich Felker · 9 years ago
  43. 4f3a928 fix build regression from removal of #ifdef SHARED by Rich Felker · 9 years ago
  44. 5fe3851 use private maps even for read-only segments of FDPIC libraries by Rich Felker · 9 years ago
  45. 9e0a317 remove use of SHARED macro in dynamic linker version reporting by Rich Felker · 9 years ago
  46. d56460c unify static and dynamic linked implementations of thread-local storage by Rich Felker · 9 years ago
  47. ad1cd43 unify static and dynamic libc init/fini code paths by Rich Felker · 9 years ago
  48. 4aaf879 eliminate use of SHARED macro in __tls_get_addr by Rich Felker · 9 years ago
  49. 8a8fdf6 eliminate use of SHARED macro to suppress visibility attributes by Rich Felker · 9 years ago
  50. dc5bd27 use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic by Rich Felker · 9 years ago
  51. 9439ebd fix dynamic loader library mapping for nommu systems by Rich Felker · 9 years ago
  52. a946e81 fix return value of nl_langinfo for invalid item arguments by Rich Felker · 9 years ago
  53. 4e73d12 explicitly assemble all arm asm sources as UAL by Rich Felker · 9 years ago
  54. 9f290a4 remove non-working pre-armv4t support from arm asm by Rich Felker · 9 years ago
  55. cf40375 use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmp by Rich Felker · 9 years ago
  56. ea1e2c5 work around toolchains with broken visibility in libgcc/libpcc by Rich Felker · 9 years ago
  57. 31d73a5 use vfp mnemonics instead of p10 coprocessor ones in armhf fenv asm by Szabolcs Nagy · 9 years ago
  58. 8984b58 convert arm memcpy asm to UAL, remove .word hacks by Rich Felker · 9 years ago
  59. 918b1c1 remove external linkage from __simple_malloc definition by Rich Felker · 9 years ago
  60. 6a851e3 have configure check/add --gc-sections linker option by Rich Felker · 9 years ago
  61. 2efd38e have configure check/add linker options to reduce size lost to padding by Rich Felker · 9 years ago
  62. 27c1ecc have configure check/add -ffunction-sections and -fdata-sections by Rich Felker · 9 years ago
  63. 2f1d1f1 fix mismatched parens in CMPLX def for annex-g-conforming compilers by Rich Felker · 9 years ago
  64. 4fcb482 generalize sh entry point asm not to assume call dests fit in 12 bits by Rich Felker · 9 years ago
  65. 4cd8b47 keep user-provided CFLAGS/LDFLAGS separate from those added by configure by Rich Felker · 9 years ago
  66. fda365a fix mremap memory synchronization and use of variadic argument by Rich Felker · 9 years ago
  67. f9ecb6b prevent allocs than PTRDIFF_MAX via mremap by Daniel Micay · 9 years ago
  68. 36e8b6a use explicit __cp_cancel label in cancellable syscall asm for all archs by Rich Felker · 9 years ago
  69. cb1bf2f properly access mcontext_t program counter in cancellation handler by Rich Felker · 9 years ago
  70. fead7e3 fix missing bss handling in FDPIC ELF loader by Rich Felker · 9 years ago
  71. 6eada2e getnameinfo: make size check not fail for bigger sizes by Hauke Mehrtens · 9 years ago
  72. 2683e26 safely handle failure to open hosts, services, resolv.conf files by Rich Felker · 9 years ago
  73. b114190 fix single-byte overflow of malloc'd buffer in getdelim by Rich Felker · 9 years ago
  74. bc0c484 prevent user CFLAGS overrides from exposing executable stack by Rich Felker · 9 years ago
  75. be76cdc fix breakage when user overrides CFLAGS on the make command line by Rich Felker · 9 years ago
  76. 615629b release 1.1.12 by Rich Felker · 9 years ago
  77. 7557a84 declare fpu usage to the assembler in arm hard-float asm files by Szabolcs Nagy · 9 years ago
  78. 53cd8c5 add missing memory barrier to pthread_join by Bobby Bingham · 9 years ago
  79. bde0b4b fix dladdr treatment of function descriptors for fdpic by Rich Felker · 9 years ago
  80. bc9b6ea fix visibility mismatch in dynamic linker stage 2 function definition by Rich Felker · 9 years ago
  81. 7978998 suppress sh assembler rejection of instructions based on isa level by Rich Felker · 9 years ago
  82. 92637bb prevent reordering of or1k and powerpc thread pointer loads by Rich Felker · 9 years ago
  83. 74483c5 mark arm thread-pointer-loading inline asm as volatile by Rich Felker · 9 years ago
  84. 11da520 add comment documenting hard-coded opcode for reading mips thread pointer by Rich Felker · 9 years ago
  85. 0ba35d6 remove attribute((const)) from arm __pthread_self inline function by Rich Felker · 9 years ago
  86. 8d93cb5 fix strftime handling of out-of-range struct tm fields by Rich Felker · 9 years ago
  87. 6fef8ca remove hand-written crt1.s and Scrt1.s files for all archs by Rich Felker · 9 years ago
  88. 4e6b8ee add CFI generation script for x86_64 by Alex Dowad · 9 years ago
  89. 1b0c9cd recognize partial register operands in i386 CFI generation by Alex Dowad · 9 years ago
  90. 8cfdfa9 fix misinterpretation of indexed memory operand in i386 CFI generation by Alex Dowad · 9 years ago
  91. fef9c80 fix misinterpretation of operand order in i386 CFI generation by Alex Dowad · 9 years ago
  92. c82d3ba fix integer overflows in time_t/struct tm conversion code by Rich Felker · 9 years ago
  93. 7b9f57f fix open_[w]memstream behavior when no writes take place by Rich Felker · 9 years ago
  94. dc97951 fix instruction matching errors in i386 CFI generation by Alex Dowad · 9 years ago
  95. 0650a05 factor common awk functions for CFI generation scripts into new file by Alex Dowad · 9 years ago
  96. 2d51c4a make nl_langinfo(CODESET) always return "ASCII" in byte-based C locale by Rich Felker · 9 years ago
  97. fd2add5 fix mips fesetround failure to write back resulting mode by Rich Felker · 9 years ago
  98. f3a53f0 eliminate protected-visibility data in libc.so with vis.h preinclude by Rich Felker · 9 years ago
  99. 2a6e1f0 avoid attempting to lookup IP literals as hostnames by Rich Felker · 9 years ago
  100. 06bcf9b make getaddrinfo return error if both host and service name are null by Rich Felker · 9 years ago