1. 7846093 Mandate optimized __memset_chk for arm and arm64. by Elliott Hughes · 10 years ago
  2. b83d674 Improve FORTIFY failure diagnostics. by Elliott Hughes · 10 years ago
  3. cac2908 Fix regerror(..., nullptr, 0). by Elliott Hughes · 10 years ago
  4. 01b85d5 Set x86 TLS limit to 0xfffff, not PAGE_SIZE. by Elliott Hughes · 10 years ago
  5. 63fedd7 Enable clang for x86_64 after fp128 fix in clang-2577113. by Chih-Hung Hsieh · 10 years ago
  6. 0c485da Add in6addr_any and in6addr_loopback symbols. by Elliott Hughes · 10 years ago
  7. 03e65eb Implement funopen64. by Elliott Hughes · 10 years ago
  8. 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
  9. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago
  10. ad9c3f3 Merge "Add _seek64 to FILE." by Elliott Hughes · 10 years ago
  11. 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
  12. 023c307 Add _seek64 to FILE. by Elliott Hughes · 10 years ago
  13. 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 10 years ago
  14. 021335e Move stdio implementation details around a little. by Elliott Hughes · 10 years ago
  15. 8b49f53 Merge "Make FILE*s less usable after fclose(3)." by Elliott Hughes · 10 years ago
  16. 923f165 Make FILE*s less usable after fclose(3). by Elliott Hughes · 10 years ago
  17. b43ee65 Switch libc default to clang. by Chih-Hung Hsieh · 10 years ago
  18. ed57b98 Implement if_nameindex(3)/if_freenameindex(3). by Elliott Hughes · 10 years ago
  19. 506c6de Sync with upstream OpenBSD. by Elliott Hughes · 10 years ago
  20. c23aeb8 Rearrange build files to support USE_SOONG=true by Colin Cross · 10 years ago
  21. 42d949f Defend against -fstack-protector in libc startup. by Elliott Hughes · 10 years ago
  22. 63a4207 Kill BOARD_MALLOC_ALIGNMENT. by Josh Gao · 10 years ago
  23. e1f8c66 Merge "Replace MALLOC_IMPL with MALLOC_SVELTE." by Josh Gao · 10 years ago
  24. 2489161 Temporary hack to avoid stack protector crashes. by Elliott Hughes · 10 years ago
  25. 09f4651 Replace MALLOC_IMPL with MALLOC_SVELTE. by Josh Gao · 10 years ago
  26. 9cddb48 Revert "Revert "Implement getifaddrs(3)/freeifaddrs(3)."" by Elliott Hughes · 10 years ago
  27. 76814a8 Revert "Implement getifaddrs(3)/freeifaddrs(3)." by Yi Kong · 10 years ago
  28. 0945ed5 Implement getifaddrs(3)/freeifaddrs(3). by Elliott Hughes · 10 years ago
  29. bc2e88a Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" by Dimitry Ivanov · 10 years ago
  30. 23af25b Revert "Remove remaining ndk_cruft from LP64 platforms" by Dimitry Ivanov · 10 years ago
  31. b1d0a2a Remove remaining ndk_cruft from LP64 platforms by Dimitry Ivanov · 10 years ago
  32. 585e959 Generate libc version-script for brillo by Dimitry Ivanov · 10 years ago
  33. a3dd076 Revert "Don't verify version scripts on 32-bit Brillo" by Dimitry Ivanov · 10 years ago
  34. 31951b7 Don't verify version scripts on 32-bit Brillo by Dan Willemsen · 10 years ago
  35. 6c54ddd Fix -fstack-protector-strong for x86. by Elliott Hughes · 10 years ago
  36. b905551 Re-add putw for LP32 by Dan Willemsen · 10 years ago
  37. 9b687dc Enable using clang to build __cxa_thread_atexit_impl. by Yabin Cui · 10 years ago
  38. 83f314f Consider $(use_clang) when building libc_thread_atexit_impl module by Nikola Veljkovic · 10 years ago
  39. 8d5fb0d Merge "Disable clang for mips/mips64 libc." by Chih-hung Hsieh · 10 years ago
  40. b4bc156 Disable clang for mips/mips64 libc. by Chih-Hung Hsieh · 10 years ago
  41. fe3a83a Implement pthread spin. by Yabin Cui · 10 years ago
  42. b804b9d Merge "Implement pthread barrier." by Yabin Cui · 10 years ago
  43. e7c2fff Implement pthread barrier. by Yabin Cui · 10 years ago
  44. a9cac4c Fix strftime if tm_zone is null. by Elliott Hughes · 10 years ago
  45. c04647f Still cannot compile with clang on arm64. by Chih-Hung Hsieh · 10 years ago
  46. 5058a00 Enable clang for modules failed with TLS. by Chih-Hung Hsieh · 10 years ago
  47. 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
  48. e85fb58 Fix LDFLAGS for arm and x86 by Dmitriy Ivanov · 10 years ago
  49. 284b468 Generate per-architecture version scripts. by Dmitriy Ivanov · 10 years ago
  50. 268a673 Switch to LOCAL_SRC_FILES_EXCLUDE by Dan Willemsen · 10 years ago
  51. 8ab433d Fix stdio read after EOF behavior. by Elliott Hughes · 10 years ago
  52. 487a182 Merge "Fix inet_addr/inet_aton/inet_network." by Elliott Hughes · 10 years ago
  53. 0478666 Fix inet_addr/inet_aton/inet_network. by Elliott Hughes · 10 years ago
  54. f41fe71 Merge "Sync with upstream tzcode (2015g)." by Elliott Hughes · 10 years ago
  55. 9fb22a3 Sync with upstream tzcode (2015g). by Elliott Hughes · 10 years ago
  56. 697e261 Fix bionic_coverage for kati. by Dan Albert · 10 years ago
  57. 280d546 Fix bug number for linker related workarounds by Dmitriy Ivanov · 10 years ago
  58. 0aa96ae Prevent the build system from hiding our ABI. by Dan Albert · 10 years ago
  59. 7fda8d2 Implement setjmp cookies on ARM. by Josh Gao · 10 years ago
  60. 14545d4 Merge "Move several FreeBSD functions to OpenBSD." by Elliott Hughes · 10 years ago
  61. 26a8322 Move several FreeBSD functions to OpenBSD. by Elliott Hughes · 10 years ago
  62. 71927a8 Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
  63. 32bf43f Rename debug_stacktrace to debug_backtrace. by Elliott Hughes · 10 years ago
  64. 46c7bc8 Merge "Don't re-export libunwind_llvm." by Dan Albert · 10 years ago
  65. 7ac3c12 Add strchrnul. by Elliott Hughes · 10 years ago
  66. cc64618 Don't re-export libunwind_llvm. by Dan Albert · 10 years ago
  67. 4d7d05b Merge "Revert "fix incompatibility with -fstack-protector-strong"" by Nick Kralevich · 10 years ago
  68. 3d01422 Revert "fix incompatibility with -fstack-protector-strong" by Nick Kralevich · 10 years ago
  69. 5f7a512 Merge "fix incompatibility with -fstack-protector-strong" by Nick Kralevich · 10 years ago
  70. 62c26ed Merge "add fortified implementations of write/pwrite{,64}" by Yabin Cui · 10 years ago
  71. afdd154 add fortified implementations of write/pwrite{,64} by Daniel Micay · 10 years ago
  72. 5341691 Move up to C++14. by Dan Albert · 10 years ago
  73. 9101b00 add a fortified implementation of getcwd by Daniel Micay · 11 years ago
  74. 667dc75 deprecate TARGET_USES_LOGD by Mark Salyzyn · 10 years ago
  75. fed2659 add fortified implementations of fread/fwrite by Daniel Micay · 10 years ago
  76. 96dd2b6 fix incompatibility with -fstack-protector-strong by Daniel Micay · 11 years ago
  77. e79d06b Use gcc to build and test x86_64 long double code. by Chih-Hung Hsieh · 11 years ago
  78. b628b7d Merge "Use new sanitizer option." by Dan Albert · 11 years ago
  79. 11ea08c Use new sanitizer option. by Dan Albert · 11 years ago
  80. 665607a Add version to libc.so symbols by Dmitriy Ivanov · 11 years ago
  81. e1d0810 Add O_PATH support for flistxattr() by Nick Kralevich · 11 years ago
  82. 19fee2c Fix a few libc makefile mishaps. by Christopher Ferris · 11 years ago
  83. 2825f10 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 11 years ago
  84. c05554e Fix error handling for negative size in ftruncate. by Dan Albert · 11 years ago
  85. 9185e04 Apply work around b/19059885 to x86 by Dmitriy Ivanov · 11 years ago
  86. 972d7fe Merge "Use unified syntax to compile with both llvm and gcc." by Chih-Hung Hsieh · 11 years ago
  87. 33f3351 Use unified syntax to compile with both llvm and gcc. by Chih-Hung Hsieh · 11 years ago
  88. 88e777d Switch libc/libcstdc++/libm to hash-style=both by Dmitriy Ivanov · 11 years ago
  89. 7c2c01d Revert "Fix volantis boot." by Dan Albert · 11 years ago
  90. 62d6533 Do not pack relocations for libc.so by Dmitriy Ivanov · 11 years ago
  91. 59bce68 Merge "Fix opcode to compile with both gcc and llvm." by Chih-Hung Hsieh · 11 years ago
  92. 42502d7 Merge "add fortified memchr/memrchr implementations" by Nick Kralevich · 11 years ago
  93. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  94. 6c63ee4 Merge "Revert "Unregister pthread_atfork handlers on dlclose()"" by Dimitry Ivanov · 11 years ago
  95. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 11 years ago
  96. e3ecedd Merge "Remove jemalloc.a from libc_nomalloc.a" by Dmitriy Ivanov · 11 years ago
  97. 0a93df3 Fix opcode to compile with both gcc and llvm. by Chih-Hung Hsieh · 11 years ago
  98. 3da9373 Merge "Simplify close(2) EINTR handling." by Elliott Hughes · 11 years ago
  99. 7280e50 Remove jemalloc.a from libc_nomalloc.a by Dmitriy Ivanov · 11 years ago
  100. 3391a9f Simplify close(2) EINTR handling. by Elliott Hughes · 11 years ago