1. 5978eb7 fix gethostbyaddr_r to fill struct hostent.h_length as appropriate by Timo Teräs · 9 years ago
  2. 4aac019 fix padding string formats to width in wide printf variants by Rich Felker · 9 years ago
  3. 5a92dd9 add powerpc soft-float support by Felix Fietkau · 9 years ago
  4. 9543656 env: avoid leaving dangling pointers in __env_map by Alexander Monakov · 9 years ago
  5. 8393357 add mips64 port by Rich Felker · 9 years ago
  6. 71392a9 generalize mips-specific reloc code not to hard-code sym/type encoding by Rich Felker · 9 years ago
  7. b023c03 math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0 by Szabolcs Nagy · 9 years ago
  8. db66ef1 add sched_getcpu vDSO support by Nathan Zadoks · 9 years ago
  9. 98d3357 add sched_getcpu by Nathan Zadoks · 9 years ago
  10. 29b1357 fix ^* at the start of a complete BRE by Szabolcs Nagy · 9 years ago
  11. 39ea71f fix * at the start of a BRE subexpression by Szabolcs Nagy · 9 years ago
  12. 6e694d6 explicitly include stdio.h to get EOF definition needed by wctob by Michael Meeuwisse · 9 years ago
  13. 6d70c08 handle non-matching address family entries in hosts file by Rich Felker · 9 years ago
  14. 225f6a6 allow implementing a_cas_p with pointer-sized ll/sc by Bobby Bingham · 9 years ago
  15. 71c334f work around regression building for armhf with clang (compiler bug) by Rich Felker · 9 years ago
  16. ed97dfd improve macro logic for enabling arm math asm by Rich Felker · 9 years ago
  17. cf11505 in crypt-sha*, reject excessive rounds as error rather than clamping by Rich Felker · 9 years ago
  18. ef2b5e9 fix unlikely corner cases in getopt's message printing by Rich Felker · 9 years ago
  19. 10a17df fix assumption in fputs that fwrite returning 0 implies an error by Rich Felker · 9 years ago
  20. 500c688 fix return value for fread/fwrite when size argument is 0 by Rich Felker · 9 years ago
  21. 416d1c7 fix line-buffered flush omission for odd usage of putc-family functions by Rich Felker · 9 years ago
  22. 5a6e8d0 fix failed write reporting by fwrite in line-buffered mode by Rich Felker · 9 years ago
  23. 869a9df remove workaround for broken mips assemblers by Rich Felker · 9 years ago
  24. 756c8af in mips cancellable syscall asm, don't assume gp register is valid by Rich Felker · 9 years ago
  25. aecda35 avoid using signals when a thread attempts to cancel itself by Rich Felker · 9 years ago
  26. d150764 fix malloc_usable_size for NULL input by Szabolcs Nagy · 9 years ago
  27. 2810b30 regex: increase the stack tre uses for tnfa creation by Szabolcs Nagy · 9 years ago
  28. c18d05f ldso: fix GDB dynamic linker info on MIPS by Felix Fietkau · 9 years ago
  29. 831e9d9 regex: simplify the {,} repetition parsing logic by Szabolcs Nagy · 10 years ago
  30. 25160f1 regex: treat \+, \? as repetitions in BRE by Szabolcs Nagy · 10 years ago
  31. 03498ec regex: rewrite the repetition parsing code by Szabolcs Nagy · 10 years ago
  32. da4cc13 regex: treat \| in BRE as alternation by Szabolcs Nagy · 10 years ago
  33. 7eaa76f regex: reject repetitions in some cases with REG_BADRPT by Szabolcs Nagy · 10 years ago
  34. a8cc225 regex: clean up position accounting for literal nodes by Szabolcs Nagy · 10 years ago
  35. 9ee57db fix misaligned pointer-like objects in arm atomics asm source file by Rich Felker · 9 years ago
  36. 1563587 reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing by Rich Felker · 9 years ago
  37. dcad020 fix uninitialized variable in new resolv.conf parser by Rich Felker · 9 years ago
  38. 3d6e2e4 add support for search domains to dns resolver by Rich Felker · 9 years ago
  39. 0fef7ff fix handling of dns response codes by Rich Felker · 9 years ago
  40. fe8453d fix logic for matching search/domain keywords in resolv.conf by Rich Felker · 9 years ago
  41. d6cb08b factor resolv.conf parsing out of res_msend to its own file by Rich Felker · 9 years ago
  42. 19df86c add errno setting to stub utmpxname function by Rich Felker · 9 years ago
  43. 378f8cb legacy/utmpx: Add utmp{,x}name stubs by Kylie McClain · 9 years ago
  44. a5ba2d7 improve clock_gettime and adapt it to support slightly-broken vdso by Rich Felker · 9 years ago
  45. a5e133b change the internal socketcall selection logic by Szabolcs Nagy · 9 years ago
  46. 5552ce5 move dynamic linker to its own top-level directory, ldso by Rich Felker · 9 years ago
  47. 16f7038 adapt static dl_iterate_phdr not to depend on !defined(SHARED) by Rich Felker · 9 years ago
  48. 4058795 move static-linked stub dlsym out of dynlink.c by Rich Felker · 9 years ago
  49. 1446937 move static-linked stub dlopen out of dynlink.c by Rich Felker · 9 years ago
  50. b984147 move dlinfo out of dynlink.c by Rich Felker · 9 years ago
  51. da1fe7f move dlclose out of dynlink.c to its own source file by Rich Felker · 9 years ago
  52. 891e654 move static-linked stub invalid dso handle checking out of dynlink.c by Rich Felker · 9 years ago
  53. 4f8f038 move static/stub version of dladdr out of dynlink.c by Rich Felker · 9 years ago
  54. a4fbc82 factor dlerror and error-setting code out of dynlink.c by Rich Felker · 9 years ago
  55. 0f5eb3d add arch/abi info to dynamic linker's id/version output by Rich Felker · 9 years ago
  56. 007907a move sh port's __shcall internal function from arch/sh/src to src tree by Rich Felker · 9 years ago
  57. 230bfe1 move sh __unmapself code from arch/sh/src to main src tree by Rich Felker · 9 years ago
  58. 66215af move x32 sysinfo impl and syscall fixup code out of arch/x32/src by Rich Felker · 9 years ago
  59. e617b9e move arm-specific translation units out of arch/arm/src, to src/*/arm by Rich Felker · 9 years ago
  60. 61b1e75 overhaul sh atomics for new atomics framework, add j-core cas.l backend by Rich Felker · 9 years ago
  61. 1315596 refactor internal atomic.h by Rich Felker · 9 years ago
  62. d1b29c2 exclude vis.h when compiling assembly files by Khem Raj · 9 years ago
  63. af21a82 switch arm, sh, and mips fenv asm from .sub system to .S files by Rich Felker · 9 years ago
  64. 4b9a08f switch sh and mips setjmp asm from .sub system to .S files by Rich Felker · 9 years ago
  65. e4355bd replace armhf math asm source files with inline asm by Rich Felker · 9 years ago
  66. cb1875e adapt build of arm memcpy asm not to use .sub files by Rich Felker · 9 years ago
  67. 3cdbfb9 fix if_nametoindex return value when socket open fails by Ron Yorston · 9 years ago
  68. d5f8394 add missing protocols to protoent lookup functions by Timo Teräs · 9 years ago
  69. c673158 fix overly pessimistic realloc strategy in getdelim by Rich Felker · 9 years ago
  70. d87f0a9 avoid updating caller's size when getdelim fails to realloc by Rich Felker · 9 years ago
  71. 4221674 fix crash when signal number 0 is passed to sigaction by Rich Felker · 9 years ago
  72. 3abb094 fix tsearch, tfind, tdelete to handle null pointer input by Szabolcs Nagy · 9 years ago
  73. 8994908 tsearch code cleanup by Szabolcs Nagy · 9 years ago
  74. bc97447 fix tsearch to avoid crash on oom by Szabolcs Nagy · 9 years ago
  75. e4f9d81 fix tdelete to properly balance the tree by Szabolcs Nagy · 9 years ago
  76. 7b71284 properly handle point-to-point interfaces in getifaddrs() by Jo-Philipp Wich · 9 years ago
  77. 12978ac ldso: fix the dtv update logic in __tls_get_new by Szabolcs Nagy · 9 years ago
  78. 8eead3e math: explicitly promote expressions to excess-precision types by Rich Felker · 9 years ago
  79. 19caa25 remove undef weak refs to init/fini array symbols in libc.so by Rich Felker · 9 years ago
  80. 5fe3851 use private maps even for read-only segments of FDPIC libraries by Rich Felker · 9 years ago
  81. 9e0a317 remove use of SHARED macro in dynamic linker version reporting by Rich Felker · 9 years ago
  82. d56460c unify static and dynamic linked implementations of thread-local storage by Rich Felker · 9 years ago
  83. ad1cd43 unify static and dynamic libc init/fini code paths by Rich Felker · 9 years ago
  84. 4aaf879 eliminate use of SHARED macro in __tls_get_addr by Rich Felker · 9 years ago
  85. 8a8fdf6 eliminate use of SHARED macro to suppress visibility attributes by Rich Felker · 9 years ago
  86. dc5bd27 use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic by Rich Felker · 9 years ago
  87. 9439ebd fix dynamic loader library mapping for nommu systems by Rich Felker · 9 years ago
  88. a946e81 fix return value of nl_langinfo for invalid item arguments by Rich Felker · 9 years ago
  89. 4e73d12 explicitly assemble all arm asm sources as UAL by Rich Felker · 9 years ago
  90. 9f290a4 remove non-working pre-armv4t support from arm asm by Rich Felker · 9 years ago
  91. cf40375 use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmp by Rich Felker · 9 years ago
  92. 31d73a5 use vfp mnemonics instead of p10 coprocessor ones in armhf fenv asm by Szabolcs Nagy · 9 years ago
  93. 8984b58 convert arm memcpy asm to UAL, remove .word hacks by Rich Felker · 9 years ago
  94. 918b1c1 remove external linkage from __simple_malloc definition by Rich Felker · 9 years ago
  95. fda365a fix mremap memory synchronization and use of variadic argument by Rich Felker · 9 years ago
  96. f9ecb6b prevent allocs than PTRDIFF_MAX via mremap by Daniel Micay · 9 years ago
  97. 36e8b6a use explicit __cp_cancel label in cancellable syscall asm for all archs by Rich Felker · 9 years ago
  98. cb1bf2f properly access mcontext_t program counter in cancellation handler by Rich Felker · 9 years ago
  99. fead7e3 fix missing bss handling in FDPIC ELF loader by Rich Felker · 9 years ago
  100. 6eada2e getnameinfo: make size check not fail for bigger sizes by Hauke Mehrtens · 9 years ago