1. 4645c4f Move use of __warnattr to __deprecated. by Yabin Cui · 10 years ago
  2. fb48c68 Merge "Fix memchr overflow." by Elliott Hughes · 10 years ago
  3. 40d06b2 Merge "POSIX says flock is in <sys/file.h>, not <unistd.h>." by Elliott Hughes · 10 years ago
  4. 92b9c6f POSIX says flock is in <sys/file.h>, not <unistd.h>. by Elliott Hughes · 10 years ago
  5. dd5c92d Merge "Regression test for NDK bug 80199." by Elliott Hughes · 10 years ago
  6. e1f9dda Regression test for NDK bug 80199. by Elliott Hughes · 10 years ago
  7. 41ef902 Fix memchr overflow. by Elliott Hughes · 10 years ago
  8. 4181cc6 Merge "Declare getgrent/setgrent/endgrent as missing." by Yabin Cui · 10 years ago
  9. b81a871 Merge changes I88827aa0,Ib0b0987a by Dmitriy Ivanov · 10 years ago
  10. c6292ea Fix: DT_DEBUG was acting as DT_REL on mips64 by Dmitriy Ivanov · 10 years ago
  11. 13ed3f0 Add missing SHT_LOOS/SHT_HIOS values by Dmitriy Ivanov · 10 years ago
  12. c9d0943 Declare getgrent/setgrent/endgrent as missing. by Yabin Cui · 10 years ago
  13. 150403c Merge "Make .note.android.ident section type SH_NOTE" by Colin Cross · 10 years ago
  14. e09ab2c Make .note.android.ident section type SH_NOTE by Colin Cross · 10 years ago
  15. f9fb52a Merge "bionic: benchmarks: Add BM_semaphore_sem_post_sem_wait" by Mark Salyzyn · 10 years ago
  16. 362d677 Merge "Remove no-op sed step when compiling crtbrand.o" by Colin Cross · 10 years ago
  17. 5d06446 bionic: benchmarks: Add BM_semaphore_sem_post_sem_wait by Mark Salyzyn · 10 years ago
  18. 24958ae Remove no-op sed step when compiling crtbrand.o by Colin Cross · 10 years ago
  19. 0046c39 Merge "[MIPS] Fix Mips64 build of libm" by Christopher Ferris · 10 years ago
  20. 3d535d2 [MIPS] Fix Mips64 build of libm by Duane Sand · 10 years ago
  21. ddae78f Merge "Fix our ftw tests." by Elliott Hughes · 10 years ago
  22. 7f92509 Fix our ftw tests. by Elliott Hughes · 10 years ago
  23. ee17e88 Merge "Define MAXHOSTNAMELEN explicitly in source files." by Yabin Cui · 10 years ago
  24. a57fd41 Merge "bionic: benchmarks: Add BM_semaphore_sem_post" by Mark Salyzyn · 10 years ago
  25. 2d8f9b5 Define MAXHOSTNAMELEN explicitly in source files. by Yabin Cui · 10 years ago
  26. 7e50fb2 bionic: benchmarks: Add BM_semaphore_sem_post by Mark Salyzyn · 10 years ago
  27. 6d99da0 Merge "Cleanup the libm makefile." by Christopher Ferris · 10 years ago
  28. e375eca Merge "Switch pthread_cond_t to <stdatomic.h>." by Yabin Cui · 10 years ago
  29. e5f816c Switch pthread_cond_t to <stdatomic.h>. by Yabin Cui · 11 years ago
  30. d40d1a0 Cleanup the libm makefile. by Christopher Ferris · 11 years ago
  31. a4fc89b Merge "Stop including <linux/param.h> in <sys/param.h>." by Yabin Cui · 10 years ago
  32. f69139e Merge "Remove stray log line." by Narayan Kamath · 10 years ago
  33. 4216085 Remove stray log line. by Narayan Kamath · 10 years ago
  34. d687905 Merge "Display errors instead of running infinitely." by Christopher Ferris · 10 years ago
  35. 05d2621 Display errors instead of running infinitely. by Christopher Ferris · 11 years ago
  36. bc64d1d Merge "Switch kernel header parsing to python libclang" by Tao Bao · 10 years ago
  37. d7db594 Switch kernel header parsing to python libclang by Tao Bao · 11 years ago
  38. 44e88db Merge "Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirs" by Colin Cross · 10 years ago
  39. 91b403c Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirs by Colin Cross · 10 years ago
  40. bda85a1 Merge "Add path separator in bionic-unit-tests program path." by Yabin Cui · 10 years ago
  41. 9dfb00c Merge "Use the libcxxabi __cxa_demangle." by Elliott Hughes · 10 years ago
  42. 9a9b635 Merge "Apparently, logd does need the NULs." by Elliott Hughes · 10 years ago
  43. 6e54c3e Use the libcxxabi __cxa_demangle. by Elliott Hughes · 10 years ago
  44. aba6f71 Apparently, logd does need the NULs. by Elliott Hughes · 10 years ago
  45. ead0814 Add path separator in bionic-unit-tests program path. by Yabin Cui · 10 years ago
  46. 6382665 Merge "Add signal handling in bionic gtest main." by Yabin Cui · 10 years ago
  47. 1d4c780 Add signal handling in bionic gtest main. by Yabin Cui · 11 years ago
  48. 8e5f9bc Merge "linker: Use load_bias to adjust search address in elf_addr_lookup" by Dimitry Ivanov · 10 years ago
  49. da2c0a7 Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680 by Colin Cross · 10 years ago
  50. 5b869c0 Use LOCAL_LDFLAGS_64 instead of enumerating 64-bit architectures by Colin Cross · 10 years ago
  51. a6b6ed5 Fix typo in cpu variant makefile depenendency for arm64 by Colin Cross · 10 years ago
  52. 7dc502d Remove libc_static_common_src_files by Colin Cross · 10 years ago
  53. 1742a32 Share LP32 makefile settings between arches by Colin Cross · 10 years ago
  54. 8e55381 linker: Use load_bias to adjust search address in elf_addr_lookup by Chris Dearman · 12 years ago
  55. 1797601 Merge "Fix poll/ppoll fortify test to avoid hanging in failed fortify clang test." by Yabin Cui · 11 years ago
  56. 5e52226 Stop including <linux/param.h> in <sys/param.h>. by Yabin Cui · 11 years ago
  57. f4fe693 Fix poll/ppoll fortify test to avoid hanging in failed fortify clang test. by Yabin Cui · 11 years ago
  58. 2151f09 Merge "Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data." by Neil Fuller · 11 years ago
  59. bdd8452 Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data. by Fredrik Roubert · 11 years ago
  60. 7e1b3d3 Merge "Switch sem_t from bionic atomics to stdatomic.h." by Yabin Cui · 11 years ago
  61. a3d97da Switch sem_t from bionic atomics to stdatomic.h. by Yabin Cui · 11 years ago
  62. 11829be Merge "Add test about pthread_mutex_t owner tid limit." by Yabin Cui · 11 years ago
  63. 140f367 Add test about pthread_mutex_t owner tid limit. by Yabin Cui · 11 years ago
  64. f00f484 Merge "Ensure raw fchmod/fchmodat syscalls are hidden." by Nick Kralevich · 11 years ago
  65. 00490ae Ensure raw fchmod/fchmodat syscalls are hidden. by Nick Kralevich · 11 years ago
  66. d57bf44 Merge "Switch pthread_mutex_t from bionic atomics to <stdatomic.h>." by Hans Boehm · 11 years ago
  67. c5999c1 Merge "Clean up SEEK_SET definitions." by Elliott Hughes · 11 years ago
  68. 86fc96f Switch pthread_mutex_t from bionic atomics to <stdatomic.h>. by Yabin Cui · 11 years ago
  69. d80ec66 Merge "Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support" by Nick Kralevich · 11 years ago
  70. 1ed337d Clean up SEEK_SET definitions. by Elliott Hughes · 11 years ago
  71. 3cbc6c6 Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support by Nick Kralevich · 11 years ago
  72. c57b5c5 Merge "Small logging cleanup." by Elliott Hughes · 11 years ago
  73. 42084a2 Small logging cleanup. by Elliott Hughes · 11 years ago
  74. 530aaec Merge "Explicitly check that the reason fortify tests abort is fortify." by Elliott Hughes · 11 years ago
  75. d036e94 Explicitly check that the reason fortify tests abort is fortify. by Elliott Hughes · 11 years ago
  76. 7f0f30c Merge "Fix clang build." by Elliott Hughes · 11 years ago
  77. 30fbf5f Fix clang build. by Elliott Hughes · 11 years ago
  78. d514d9b Merge "Fixes to the update-tzdata.py tool" by Neil Fuller · 11 years ago
  79. 5940f98 Merge "Fortify poll and ppoll." by Elliott Hughes · 11 years ago
  80. 0662c3e Fixes to the update-tzdata.py tool by Neil Fuller · 11 years ago
  81. 4674e38 Fortify poll and ppoll. by Elliott Hughes · 11 years ago
  82. ffbda83 Merge "Add the fortify tests back into the glibc tests." by Elliott Hughes · 11 years ago
  83. b6e3e80 Add the fortify tests back into the glibc tests. by Elliott Hughes · 11 years ago
  84. 21cdd22 Merge "Include <malloc.h> for struct mallinfo." by Elliott Hughes · 11 years ago
  85. cb0e703 Include <malloc.h> for struct mallinfo. by Elliott Hughes · 11 years ago
  86. 09c3382 Merge "Break two incorrect transitive includes." by Elliott Hughes · 11 years ago
  87. 94335cc Merge "Put back inline definitions if using an old API." by Dan Albert · 11 years ago
  88. 542b94d Merge "Remove unused CONFIG_SECONDS." by Elliott Hughes · 11 years ago
  89. 4dcfccf Remove unused CONFIG_SECONDS. by Elliott Hughes · 11 years ago
  90. 5038b19 Break two incorrect transitive includes. by Elliott Hughes · 11 years ago
  91. 466dbe4 Put back inline definitions if using an old API. by Dan Albert · 11 years ago
  92. cd1959b Merge "Add primitive CPPLINT.cfg." by Dan Albert · 11 years ago
  93. 782aa39 Merge "Rewrite __cxa_guard.cpp with <stdatomic.h>." by Yabin Cui · 11 years ago
  94. 6ac4dd8 Add primitive CPPLINT.cfg. by Dan Albert · 11 years ago
  95. 6a3ff01 Rewrite __cxa_guard.cpp with <stdatomic.h>. by Yabin Cui · 11 years ago
  96. 7f17aea Merge "Add missing includes." by Elliott Hughes · 11 years ago
  97. 05fc1d7 Add missing includes. by Elliott Hughes · 11 years ago
  98. 017da8b Merge "Add --gtest-filter as synonym for --gtest_filter in bionic gtest main." by Yabin Cui · 11 years ago
  99. 43606bc Merge "Only one crashing thread should contact debuggerd." by Christopher Ferris · 11 years ago
  100. a9c3d05 Merge "Modify MIPS64 stat structure to match a generic one in AOSP." by Elliott Hughes · 11 years ago