1. 31d73a5 use vfp mnemonics instead of p10 coprocessor ones in armhf fenv asm by Szabolcs Nagy · 9 years ago
  2. 8984b58 convert arm memcpy asm to UAL, remove .word hacks by Rich Felker · 9 years ago
  3. 918b1c1 remove external linkage from __simple_malloc definition by Rich Felker · 9 years ago
  4. 6a851e3 have configure check/add --gc-sections linker option by Rich Felker · 9 years ago
  5. 2efd38e have configure check/add linker options to reduce size lost to padding by Rich Felker · 9 years ago
  6. 27c1ecc have configure check/add -ffunction-sections and -fdata-sections by Rich Felker · 9 years ago
  7. 2f1d1f1 fix mismatched parens in CMPLX def for annex-g-conforming compilers by Rich Felker · 9 years ago
  8. 4fcb482 generalize sh entry point asm not to assume call dests fit in 12 bits by Rich Felker · 9 years ago
  9. 4cd8b47 keep user-provided CFLAGS/LDFLAGS separate from those added by configure by Rich Felker · 9 years ago
  10. fda365a fix mremap memory synchronization and use of variadic argument by Rich Felker · 9 years ago
  11. f9ecb6b prevent allocs than PTRDIFF_MAX via mremap by Daniel Micay · 9 years ago
  12. 36e8b6a use explicit __cp_cancel label in cancellable syscall asm for all archs by Rich Felker · 9 years ago
  13. cb1bf2f properly access mcontext_t program counter in cancellation handler by Rich Felker · 9 years ago
  14. fead7e3 fix missing bss handling in FDPIC ELF loader by Rich Felker · 9 years ago
  15. 6eada2e getnameinfo: make size check not fail for bigger sizes by Hauke Mehrtens · 9 years ago
  16. 2683e26 safely handle failure to open hosts, services, resolv.conf files by Rich Felker · 9 years ago
  17. b114190 fix single-byte overflow of malloc'd buffer in getdelim by Rich Felker · 9 years ago
  18. bc0c484 prevent user CFLAGS overrides from exposing executable stack by Rich Felker · 9 years ago
  19. be76cdc fix breakage when user overrides CFLAGS on the make command line by Rich Felker · 9 years ago
  20. 615629b release 1.1.12 by Rich Felker · 9 years ago
  21. 7557a84 declare fpu usage to the assembler in arm hard-float asm files by Szabolcs Nagy · 9 years ago
  22. 53cd8c5 add missing memory barrier to pthread_join by Bobby Bingham · 9 years ago
  23. bde0b4b fix dladdr treatment of function descriptors for fdpic by Rich Felker · 9 years ago
  24. bc9b6ea fix visibility mismatch in dynamic linker stage 2 function definition by Rich Felker · 9 years ago
  25. 7978998 suppress sh assembler rejection of instructions based on isa level by Rich Felker · 9 years ago
  26. 92637bb prevent reordering of or1k and powerpc thread pointer loads by Rich Felker · 9 years ago
  27. 74483c5 mark arm thread-pointer-loading inline asm as volatile by Rich Felker · 9 years ago
  28. 11da520 add comment documenting hard-coded opcode for reading mips thread pointer by Rich Felker · 9 years ago
  29. 0ba35d6 remove attribute((const)) from arm __pthread_self inline function by Rich Felker · 9 years ago
  30. 8d93cb5 fix strftime handling of out-of-range struct tm fields by Rich Felker · 9 years ago
  31. 6fef8ca remove hand-written crt1.s and Scrt1.s files for all archs by Rich Felker · 9 years ago
  32. 4e6b8ee add CFI generation script for x86_64 by Alex Dowad · 9 years ago
  33. 1b0c9cd recognize partial register operands in i386 CFI generation by Alex Dowad · 9 years ago
  34. 8cfdfa9 fix misinterpretation of indexed memory operand in i386 CFI generation by Alex Dowad · 9 years ago
  35. fef9c80 fix misinterpretation of operand order in i386 CFI generation by Alex Dowad · 9 years ago
  36. c82d3ba fix integer overflows in time_t/struct tm conversion code by Rich Felker · 9 years ago
  37. 7b9f57f fix open_[w]memstream behavior when no writes take place by Rich Felker · 9 years ago
  38. dc97951 fix instruction matching errors in i386 CFI generation by Alex Dowad · 9 years ago
  39. 0650a05 factor common awk functions for CFI generation scripts into new file by Alex Dowad · 9 years ago
  40. 2d51c4a make nl_langinfo(CODESET) always return "ASCII" in byte-based C locale by Rich Felker · 9 years ago
  41. fd2add5 fix mips fesetround failure to write back resulting mode by Rich Felker · 9 years ago
  42. f3a53f0 eliminate protected-visibility data in libc.so with vis.h preinclude by Rich Felker · 9 years ago
  43. 2a6e1f0 avoid attempting to lookup IP literals as hostnames by Rich Felker · 9 years ago
  44. 06bcf9b make getaddrinfo return error if both host and service name are null by Rich Felker · 9 years ago
  45. b4d94ba fix localeconv field value for unavailable values by Rich Felker · 9 years ago
  46. bd27537 avoid reading uninitialized memory in __map_file by Szabolcs Nagy · 9 years ago
  47. 4260dfe regcomp: propagate allocation failures by Szabolcs Nagy · 9 years ago
  48. b61df22 fix signal return for sh/fdpic by Rich Felker · 9 years ago
  49. 6c5cad2 fix dlsym RTLD_NEXT behavior for fdpic by Rich Felker · 9 years ago
  50. d47d9a5 fix dlsym lookup of function symbols on fdpic by Rich Felker · 9 years ago
  51. e9e770d have sh/fdpic entry point set fdpic personality if needed by Rich Felker · 9 years ago
  52. c87a521 move calls to application init functions after crt1 entry point by Rich Felker · 9 years ago
  53. 78f4302 fix breakage in non-fdpic dynamic linker init/fini processing by Rich Felker · 9 years ago
  54. 30fdc06 fix resolving interp string address on fdpic ldd command by Rich Felker · 9 years ago
  55. eaf7ab6 add real fdpic loading of shared libraries by Rich Felker · 9 years ago
  56. 2462370 try to suppress linking libc.so if there are undefined symbols by Rich Felker · 9 years ago
  57. c42650a remove configure's suppression of enable sh/fdpic shared library build by Rich Felker · 9 years ago
  58. 7f9086d size-optimize sh/fdpic dynamic entry point by Rich Felker · 9 years ago
  59. cab2b1f work around breakage in sh/fdpic __unmapself function by Rich Felker · 9 years ago
  60. 7a9669e add general fdpic support in dynamic linker and arch support for sh by Rich Felker · 9 years ago
  61. 3958144 factor symbol counting out of dladdr as its own function by Rich Felker · 9 years ago
  62. d874064 simplify dlstart code by using integer type for base address by Rich Felker · 9 years ago
  63. 2a54733 refactor some more dynamic linker load address computations by Rich Felker · 9 years ago
  64. e6076c9 remove some useless casts in dynamic linker by Rich Felker · 9 years ago
  65. eb567c1 add fdpic structs and reloc types for dynamic linking by Rich Felker · 9 years ago
  66. a735f53 further refactoring of dynamic linker load address computations by Rich Felker · 9 years ago
  67. 301335a begin refactoring load address computations in dynamic linker by Rich Felker · 9 years ago
  68. 6fc30c2 remove old dlstart stage-2 symbolic lookup code; add new generic by Rich Felker · 9 years ago
  69. 12b0b7d new dlstart stage-2 chaining for x86_64 and x32 by Rich Felker · 9 years ago
  70. c161826 new dlstart stage-2 chaining for powerpc by Rich Felker · 9 years ago
  71. 4761e63 new dlstart stage-2 chaining for or1k by Rich Felker · 9 years ago
  72. cd7159e new dlstart stage-2 chaining for mips by Rich Felker · 9 years ago
  73. 57e2dce new dlstart stage-2 chaining for microblaze by Rich Felker · 9 years ago
  74. 2907afb introduce new symbol-lookup-free rcrt1/dlstart stage chaining by Rich Felker · 9 years ago
  75. a603a75 remove attribute((const)) from pthread_self and errno location decls by Rich Felker · 9 years ago
  76. ccc71e0 add format argument attributes to gettext function prototypes by Khem Raj · 9 years ago
  77. 64b6684 reindent powerpc's bits/termios.h to be consistent with other archs by Felix Janda · 9 years ago
  78. b291e7c fix namespace violations in aarch64/bits/termios.h by Felix Janda · 9 years ago
  79. d4c82d0 add sh fdpic subarch variants by Rich Felker · 9 years ago
  80. 4ccc1a0 add fdpic version of entry point code for sh by Rich Felker · 9 years ago
  81. 6d03c4e provide arch-generic fdpic self-relocation code for crt1 to use by Rich Felker · 9 years ago
  82. 234c584 make sh clone asm fdpic-compatible by Rich Felker · 9 years ago
  83. ad5d8a2 make sh crti/crtn init/fini fragments setup proper stack frame by Rich Felker · 9 years ago
  84. 17cdbc4 add sh relocation types needed for fdpic to elf.h by Rich Felker · 9 years ago
  85. cb1c88d fix uninitialized scopeid in lookups from hosts file and ip literals by Timo Teräs · 9 years ago
  86. 878887c fix missing earlyclobber flag in i386 a_ctz_64 asm by Rich Felker · 9 years ago
  87. deb85ab remove unused (and invalid) C version of sigsetjmp by Rich Felker · 9 years ago
  88. 58f6259 fix breakage in nl_langinfo from previous commit by Rich Felker · 9 years ago
  89. 844212d make nl_langinfo(CODESET) always return "UTF-8" by Rich Felker · 9 years ago
  90. 426a0e2 fix fclose of permanent (stdin/out/err) streams by Rich Felker · 9 years ago
  91. d8be1bc implement arm eabi mem* functions by Timo Teräs · 9 years ago
  92. d18cf76 remove use of buggy .SECONDARY special target in makefile by Rich Felker · 9 years ago
  93. 650b04f release 1.1.11 by Rich Felker · 9 years ago
  94. a91ebdc fix makefile suppression of intermediate file removal by Rich Felker · 9 years ago
  95. 35b3312 Build process uses script to add CFI directives to x86 asm by Alex Dowad · 9 years ago
  96. aa71ec3 getsubopt: don't include leading = in value string by Steven Barth · 9 years ago
  97. 5a9c8c0 mitigate performance regression in libc-internal locks on x86_64 by Rich Felker · 9 years ago
  98. c13f2af match historical behavior for tm_gmtoff member of struct tm by Natanael Copa · 9 years ago
  99. e5b086e aarch64: fix 64-bit syscall argument passing by Szabolcs Nagy · 9 years ago
  100. 062bb73 fix failure of tempnam to null-terminate result by Rich Felker · 9 years ago