1. 46c7bc8 Merge "Don't re-export libunwind_llvm." by Dan Albert · 10 years ago
  2. 7ac3c12 Add strchrnul. by Elliott Hughes · 10 years ago
  3. cc64618 Don't re-export libunwind_llvm. by Dan Albert · 10 years ago
  4. 4d7d05b Merge "Revert "fix incompatibility with -fstack-protector-strong"" by Nick Kralevich · 10 years ago
  5. 3d01422 Revert "fix incompatibility with -fstack-protector-strong" by Nick Kralevich · 10 years ago
  6. 5f7a512 Merge "fix incompatibility with -fstack-protector-strong" by Nick Kralevich · 10 years ago
  7. 62c26ed Merge "add fortified implementations of write/pwrite{,64}" by Yabin Cui · 10 years ago
  8. afdd154 add fortified implementations of write/pwrite{,64} by Daniel Micay · 10 years ago
  9. 5341691 Move up to C++14. by Dan Albert · 10 years ago
  10. 9101b00 add a fortified implementation of getcwd by Daniel Micay · 10 years ago
  11. 667dc75 deprecate TARGET_USES_LOGD by Mark Salyzyn · 10 years ago
  12. fed2659 add fortified implementations of fread/fwrite by Daniel Micay · 10 years ago
  13. 96dd2b6 fix incompatibility with -fstack-protector-strong by Daniel Micay · 10 years ago
  14. e79d06b Use gcc to build and test x86_64 long double code. by Chih-Hung Hsieh · 10 years ago
  15. b628b7d Merge "Use new sanitizer option." by Dan Albert · 10 years ago
  16. 11ea08c Use new sanitizer option. by Dan Albert · 10 years ago
  17. 665607a Add version to libc.so symbols by Dmitriy Ivanov · 10 years ago
  18. e1d0810 Add O_PATH support for flistxattr() by Nick Kralevich · 10 years ago
  19. 19fee2c Fix a few libc makefile mishaps. by Christopher Ferris · 10 years ago
  20. 2825f10 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 10 years ago
  21. c05554e Fix error handling for negative size in ftruncate. by Dan Albert · 10 years ago
  22. 9185e04 Apply work around b/19059885 to x86 by Dmitriy Ivanov · 10 years ago
  23. 972d7fe Merge "Use unified syntax to compile with both llvm and gcc." by Chih-Hung Hsieh · 10 years ago
  24. 33f3351 Use unified syntax to compile with both llvm and gcc. by Chih-Hung Hsieh · 10 years ago
  25. 88e777d Switch libc/libcstdc++/libm to hash-style=both by Dmitriy Ivanov · 10 years ago
  26. 7c2c01d Revert "Fix volantis boot." by Dan Albert · 10 years ago
  27. 62d6533 Do not pack relocations for libc.so by Dmitriy Ivanov · 10 years ago
  28. 59bce68 Merge "Fix opcode to compile with both gcc and llvm." by Chih-Hung Hsieh · 10 years ago
  29. 42502d7 Merge "add fortified memchr/memrchr implementations" by Nick Kralevich · 10 years ago
  30. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  31. 6c63ee4 Merge "Revert "Unregister pthread_atfork handlers on dlclose()"" by Dimitry Ivanov · 10 years ago
  32. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 10 years ago
  33. e3ecedd Merge "Remove jemalloc.a from libc_nomalloc.a" by Dmitriy Ivanov · 10 years ago
  34. 0a93df3 Fix opcode to compile with both gcc and llvm. by Chih-Hung Hsieh · 10 years ago
  35. 3da9373 Merge "Simplify close(2) EINTR handling." by Elliott Hughes · 10 years ago
  36. 7280e50 Remove jemalloc.a from libc_nomalloc.a by Dmitriy Ivanov · 10 years ago
  37. 3391a9f Simplify close(2) EINTR handling. by Elliott Hughes · 10 years ago
  38. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  39. a00a9f0 Merge "Allow building libc long double code with clang/llvm." by Chih-Hung Hsieh · 10 years ago
  40. 6fb8e96 Allow building libc long double code with clang/llvm. by Chih-Hung Hsieh · 10 years ago
  41. 4ae7736 add fortified memchr/memrchr implementations by Daniel Micay · 10 years ago
  42. 4228188 add fortified readlink/readlinkat implementations by Daniel Micay · 10 years ago
  43. e7e1c87 add fortified implementations of pread/pread64 by Daniel Micay · 10 years ago
  44. a40cb0c Merge "Call __cxa_thread_finalize for the main thread." by Dmitriy Ivanov · 10 years ago
  45. 163ab8b Call __cxa_thread_finalize for the main thread. by Dmitriy Ivanov · 10 years ago
  46. 66aa0b6 Hide emutls* symbols in libc.so by Dmitriy Ivanov · 10 years ago
  47. 76e1cbc Fix volantis boot. by Elliott Hughes · 10 years ago
  48. d6bf3d5 Don't export new/delete from libc shared libraries. by Dan Albert · 10 years ago
  49. 402d199 Fix libstdc++.so hash-style. by Dmitriy Ivanov · 10 years ago
  50. df79c33 Initial implementation of __cxa_thread_atexit_impl by Dmitriy Ivanov · 10 years ago
  51. 673b15e Let g_thread_list_lock only protect g_thread_list. by Yabin Cui · 10 years ago
  52. 2e16d2c Switch libc and libm to sysv-only hash style by Dmitriy Ivanov · 10 years ago
  53. 1156508 Generate gnu hash for arm only by Goran Jakovljevic · 10 years ago
  54. 4a55c46 Generate sysv hash for libc, libstdc++ and libm by Dmitriy Ivanov · 10 years ago
  55. 3577825 Fix "faccessat ignores flags" by Nick Kralevich · 10 years ago
  56. 3cfb52a Add GNU extensions mempcpy and wmemcpy. by Elliott Hughes · 10 years ago
  57. 2c678e6 Parameterize use of clang in libc_ndk. by Dan Albert · 10 years ago
  58. a6395e1 Update NDK compatlib for 4.1.2. by Dan Albert · 10 years ago
  59. 9a9ea3a Update the NDK compatlib for 4.4.4 and ToT. by Dan Albert · 10 years ago
  60. e09ab2c Make .note.android.ident section type SH_NOTE by Colin Cross · 10 years ago
  61. 44e88db Merge "Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirs" by Colin Cross · 10 years ago
  62. 91b403c Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirs by Colin Cross · 10 years ago
  63. 6e54c3e Use the libcxxabi __cxa_demangle. by Elliott Hughes · 10 years ago
  64. da2c0a7 Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680 by Colin Cross · 10 years ago
  65. 5b869c0 Use LOCAL_LDFLAGS_64 instead of enumerating 64-bit architectures by Colin Cross · 10 years ago
  66. 7dc502d Remove libc_static_common_src_files by Colin Cross · 10 years ago
  67. 1742a32 Share LP32 makefile settings between arches by Colin Cross · 10 years ago
  68. d80ec66 Merge "Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support" by Nick Kralevich · 11 years ago
  69. 3cbc6c6 Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support by Nick Kralevich · 11 years ago
  70. 4674e38 Fortify poll and ppoll. by Elliott Hughes · 11 years ago
  71. 76f8916 Clean up <stdlib.h> slightly. by Elliott Hughes · 11 years ago
  72. 247cfe0 Merge "Add <error.h>." by Elliott Hughes · 11 years ago
  73. b8a8cf0 Add <error.h>. by Elliott Hughes · 11 years ago
  74. 6e9e6ad Fix coverage build after adding clang coverage. by Dan Albert · 11 years ago
  75. 9c3fd59 Add a basic NDK compatibility library. by Dan Albert · 11 years ago
  76. 8b5df39 Turn on -Wold-style-cast and fix the errors. by Elliott Hughes · 11 years ago
  77. 8885dcc Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions. by Elliott Hughes · 11 years ago
  78. 3f61f89 Fix missing symbol for debug malloc. by Christopher Ferris · 11 years ago
  79. 94926f8 Merge "support _POSIX_REALTIME_SIGNALS" by Yabin Cui · 11 years ago
  80. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 11 years ago
  81. 5afae64 implement posix_madvise by Yabin Cui · 11 years ago
  82. 20841a1 Avoid pathological behavior in OpenBSD's fread. by Elliott Hughes · 11 years ago
  83. d5c6527 support _POSIX_CPUTIME by Yabin Cui · 11 years ago
  84. 2818279 Sync with upstream OpenBSD fts.c. by Elliott Hughes · 11 years ago
  85. bfbf7a4 Remove remaining bionic support for TARGET_CPU_SMP being false. by Elliott Hughes · 11 years ago
  86. 9d93986 Add functions in sysinfo.h. by Yabin Cui · 11 years ago
  87. 2f954ba gethostname.c: change to report ENAMETOOLONG error when buflen is less by Yongqin Liu · 11 years ago
  88. b20c244 Implement all the POSIX _l functions. by Elliott Hughes · 11 years ago
  89. 274afe8 Add POSIX lcong48. by Elliott Hughes · 11 years ago
  90. dc6599e Fix warning of missing field initializer. by Chih-Hung Hsieh · 11 years ago
  91. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  92. ad13662 Merge "Never use ASAN." by Dan Albert · 11 years ago
  93. 5ba672e Never use ASAN. by Dan Albert · 11 years ago
  94. a371750 Add -no-integrated-as at local level. by Chih-Hung Hsieh · 11 years ago
  95. 71cbcdc Merge "We don't actually need all of libc++ here." by Dan Albert · 11 years ago
  96. a7c2e0b We don't actually need all of libc++ here. by Dan Albert · 11 years ago
  97. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  98. 90a29db Use LOCAL_CXX_STL to select libc++_static. by Dan Albert · 11 years ago
  99. 188d093 Static libc++ is being renamed libc++_static. by Dan Albert · 11 years ago
  100. 5a69da8 Switch to OpenBSD fopen/fclose. by Elliott Hughes · 11 years ago