1. 7557a84 declare fpu usage to the assembler in arm hard-float asm files by Szabolcs Nagy · 9 years ago
  2. 53cd8c5 add missing memory barrier to pthread_join by Bobby Bingham · 9 years ago
  3. bde0b4b fix dladdr treatment of function descriptors for fdpic by Rich Felker · 9 years ago
  4. bc9b6ea fix visibility mismatch in dynamic linker stage 2 function definition by Rich Felker · 9 years ago
  5. 8d93cb5 fix strftime handling of out-of-range struct tm fields by Rich Felker · 9 years ago
  6. c82d3ba fix integer overflows in time_t/struct tm conversion code by Rich Felker · 9 years ago
  7. 7b9f57f fix open_[w]memstream behavior when no writes take place by Rich Felker · 9 years ago
  8. 2d51c4a make nl_langinfo(CODESET) always return "ASCII" in byte-based C locale by Rich Felker · 9 years ago
  9. fd2add5 fix mips fesetround failure to write back resulting mode by Rich Felker · 9 years ago
  10. f3a53f0 eliminate protected-visibility data in libc.so with vis.h preinclude by Rich Felker · 9 years ago
  11. 2a6e1f0 avoid attempting to lookup IP literals as hostnames by Rich Felker · 9 years ago
  12. 06bcf9b make getaddrinfo return error if both host and service name are null by Rich Felker · 9 years ago
  13. b4d94ba fix localeconv field value for unavailable values by Rich Felker · 9 years ago
  14. bd27537 avoid reading uninitialized memory in __map_file by Szabolcs Nagy · 9 years ago
  15. 4260dfe regcomp: propagate allocation failures by Szabolcs Nagy · 9 years ago
  16. b61df22 fix signal return for sh/fdpic by Rich Felker · 9 years ago
  17. 6c5cad2 fix dlsym RTLD_NEXT behavior for fdpic by Rich Felker · 9 years ago
  18. d47d9a5 fix dlsym lookup of function symbols on fdpic by Rich Felker · 9 years ago
  19. c87a521 move calls to application init functions after crt1 entry point by Rich Felker · 9 years ago
  20. 78f4302 fix breakage in non-fdpic dynamic linker init/fini processing by Rich Felker · 9 years ago
  21. 30fdc06 fix resolving interp string address on fdpic ldd command by Rich Felker · 9 years ago
  22. eaf7ab6 add real fdpic loading of shared libraries by Rich Felker · 9 years ago
  23. 7a9669e add general fdpic support in dynamic linker and arch support for sh by Rich Felker · 9 years ago
  24. 3958144 factor symbol counting out of dladdr as its own function by Rich Felker · 9 years ago
  25. d874064 simplify dlstart code by using integer type for base address by Rich Felker · 9 years ago
  26. 2a54733 refactor some more dynamic linker load address computations by Rich Felker · 9 years ago
  27. e6076c9 remove some useless casts in dynamic linker by Rich Felker · 9 years ago
  28. eb567c1 add fdpic structs and reloc types for dynamic linking by Rich Felker · 9 years ago
  29. a735f53 further refactoring of dynamic linker load address computations by Rich Felker · 9 years ago
  30. 301335a begin refactoring load address computations in dynamic linker by Rich Felker · 9 years ago
  31. 6fc30c2 remove old dlstart stage-2 symbolic lookup code; add new generic by Rich Felker · 9 years ago
  32. 2907afb introduce new symbol-lookup-free rcrt1/dlstart stage chaining by Rich Felker · 9 years ago
  33. 6d03c4e provide arch-generic fdpic self-relocation code for crt1 to use by Rich Felker · 9 years ago
  34. 234c584 make sh clone asm fdpic-compatible by Rich Felker · 9 years ago
  35. cb1c88d fix uninitialized scopeid in lookups from hosts file and ip literals by Timo Teräs · 9 years ago
  36. deb85ab remove unused (and invalid) C version of sigsetjmp by Rich Felker · 9 years ago
  37. 58f6259 fix breakage in nl_langinfo from previous commit by Rich Felker · 9 years ago
  38. 844212d make nl_langinfo(CODESET) always return "UTF-8" by Rich Felker · 9 years ago
  39. 426a0e2 fix fclose of permanent (stdin/out/err) streams by Rich Felker · 9 years ago
  40. aa71ec3 getsubopt: don't include leading = in value string by Steven Barth · 9 years ago
  41. c13f2af match historical behavior for tm_gmtoff member of struct tm by Natanael Copa · 9 years ago
  42. 062bb73 fix failure of tempnam to null-terminate result by Rich Felker · 9 years ago
  43. c376162 mitigate blow-up of heap size under malloc/free contention by Rich Felker · 9 years ago
  44. fe7582f fix undefined left-shift of negative values in utf-8 state table by Rich Felker · 9 years ago
  45. 57243b3 fix atexit when it is called from an atexit handler by Rich Felker · 9 years ago
  46. 0f9c266 handle loss of syslog socket connection by Rich Felker · 9 years ago
  47. 11894f6 fix incorrect void return type for syncfs function by Rich Felker · 9 years ago
  48. e8cbe0b fix negated return value of ns_skiprr, breakage in related functions by Rich Felker · 9 years ago
  49. 2a780aa treat empty TZ environment variable as GMT rather than default by Rich Felker · 9 years ago
  50. 8f08a58 dynlink.c: pass gnu-hash table pointer to gnu_lookup by Alexander Monakov · 9 years ago
  51. 5b4286e dynlink.c: slim down gnu_lookup by Alexander Monakov · 9 years ago
  52. 84389c6 dynlink.c: use bloom filter in gnu hash lookup by Alexander Monakov · 9 years ago
  53. 66d4578 dynlink.c: use a faster expression in gnu_hash by Alexander Monakov · 9 years ago
  54. 6ba5517 fix local-dynamic model TLS on mips and powerpc by Rich Felker · 9 years ago
  55. ce337da make dynamic linker work around MAP_FAILED mmap failure on nommu kernels by Rich Felker · 9 years ago
  56. a593414 reimplement strverscmp to fix corner cases by Rich Felker · 9 years ago
  57. 153e952 fix regression/typo that disabled __simple_malloc when calloc is used by Rich Felker · 9 years ago
  58. ba81978 fix calloc when __simple_malloc implementation is used by Rich Felker · 9 years ago
  59. 55d061f provide __stack_chk_fail_local in libc.a by Rich Felker · 9 years ago
  60. ce3688e work around mips detached thread exit breakage due to kernel regression by Rich Felker · 9 years ago
  61. 75eceb3 ignore ENOSYS error from mprotect in pthread_create and dynamic linker by Rich Felker · 9 years ago
  62. 10d0268 switch to using trap number 31 for syscalls on sh by Rich Felker · 9 years ago
  63. 3366a99 switch sh port's __unmapself to generic version when running on sh2/nommu by Rich Felker · 9 years ago
  64. f9d8455 add support for sh2 interrupt-masking-based atomics to sh port by Rich Felker · 9 years ago
  65. 1b0cdc8 refactor stdio open file list handling, move it out of global libc struct by Rich Felker · 9 years ago
  66. f22a9ed byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code by Rich Felker · 9 years ago
  67. 16f18d0 byte-based C locale, phase 2: stdio and iconv (multibyte callers) by Rich Felker · 9 years ago
  68. 1507ebf byte-based C locale, phase 1: multibyte character handling functions by Rich Felker · 9 years ago
  69. 38e2f72 fix btowc corner case by Rich Felker · 9 years ago
  70. e3bc22f refactor malloc's expand_heap to share with __simple_malloc by Rich Felker · 9 years ago
  71. 4ef9b82 remove cancellation points in stdio by Rich Felker · 9 years ago
  72. 536c6d5 fix idiom for setting stdio stream orientation to wide by Rich Felker · 9 years ago
  73. f8f565d add printing of null %s arguments as "(null)" in wide printf by Rich Felker · 9 years ago
  74. f9e25d8 add %m support to wide printf by Rich Felker · 9 years ago
  75. ec634aa add sh asm for vfork by Rich Felker · 9 years ago
  76. c30cbcb implement arch-generic version of __unmapself by Rich Felker · 9 years ago
  77. 276904c in malloc, refuse to use brk if it grows into stack by Rich Felker · 9 years ago
  78. bd1eace fix spurious errors from pwd/grp functions when nscd backend is absent by Rich Felker · 9 years ago
  79. 75ce450 fix regression in pre-v7 arm on kernels with kuser helper removed by Rich Felker · 9 years ago
  80. 32f3c4f add multiple inclusion guard to locale_impl.h by Rich Felker · 9 years ago
  81. 04b8360 remove redefinition of MB_CUR_MAX in locale_impl.h by Rich Felker · 9 years ago
  82. 16bf466 make static C and C.UTF-8 locales available outside of newlocale by Rich Felker · 9 years ago
  83. 312eea2 remove another invalid skip of locking in ungetwc by Rich Felker · 9 years ago
  84. 3d7e32d add macro version of ctype.h isascii function by Rich Felker · 9 years ago
  85. 7e816a6 remove invalid skip of locking in ungetwc by Rich Felker · 9 years ago
  86. 63f4b9f fix uselocale((locale_t)0) not to modify locale by Timo Teräs · 9 years ago
  87. b6a6cd7 fix dynamic linker regression processing R_*_NONE type relocations by Rich Felker · 9 years ago
  88. 2b4fcfd fix failure of ungetc and ungetwc to work on files in eof status by Rich Felker · 9 years ago
  89. aeeac9c implement fail-safe static locales for newlocale by Rich Felker · 9 years ago
  90. 11858d3 rename internal locale file handling locale maps by Rich Felker · 9 years ago
  91. 61a3364 overhaul locale internals to treat categories roughly uniformly by Rich Felker · 9 years ago
  92. 63c188e replace atomics with locks in locale-setting code by Rich Felker · 9 years ago
  93. 9bbddf7 reprocess all libc/ldso symbolic relocations in dynamic linking stage 3 by Rich Felker · 9 years ago
  94. 768b82c move call to dynamic linker stage-3 into stage-2 function by Rich Felker · 9 years ago
  95. 7b75c48 mark mips cancellable syscall code as code by Rich Felker · 9 years ago
  96. 0e0e494 simplify/shrink relocation processing in dynamic linker stage 1 by Rich Felker · 9 years ago
  97. 09db855 remove processing of DT_JMPREL from dynamic linker stage 1 bootstrap by Rich Felker · 9 years ago
  98. 3b0e832 remove outdated and misleading comment in iconv.c by Rich Felker · 9 years ago
  99. 39b8ce6 in iconv_open, accept "CHAR" and "" as aliases for "UTF-8" by Rich Felker · 9 years ago
  100. c093e2e reprocess libc/ldso RELA relocations in stage 3 of dynamic linking by Rich Felker · 9 years ago