1. 2789faa Revert "Rewrite atomic.h to use stdatomic.h." by Hans Boehm · 10 years ago
  2. cb344d4 Rewrite atomic.h to use stdatomic.h. by Hans Boehm · 10 years ago
  3. 9d1b922 Merge "LibNativeBridge: Add early init & env setup" by Andreas Gampe · 10 years ago
  4. ab0da5a LibNativeBridge: Add early init & env setup by jgu21 · 10 years ago
  5. cb3d653 defined(HAVE_OFF_T) is really just !defined(__APPLE__). by Elliott Hughes · 10 years ago
  6. 6bcc4ac Use the correct debuggerd given the tid. by Christopher Ferris · 10 years ago
  7. ead88fc liblog: logcat: colored output. by Pierre Zurek · 14 years ago
  8. 035bd75 NativeBridge: Refactor for new initialization flow by Andreas Gampe · 10 years ago
  9. 188d439 Merge "Change /dalvik-cache to be owned by root." by Brian Carlstrom · 10 years ago
  10. 3878ebd Change /dalvik-cache to be owned by root. by Alex Light · 10 years ago
  11. 9959ed9 Remove android_... store_barriers and 64-bit atomics. by Hans Boehm · 10 years ago
  12. 049249c NativeBridge: Tighten security on libnativebridge by Andreas Gampe · 10 years ago
  13. a59b6ac Merge "Only the Mac doesn't have open_memstream." by Elliott Hughes · 10 years ago
  14. 3ff8888 Only the Mac doesn't have open_memstream. by Elliott Hughes · 10 years ago
  15. 901c900 There's no non-SMP LP64. by Elliott Hughes · 10 years ago
  16. b765961 Remove androidGetTid. by Elliott Hughes · 10 years ago
  17. c0879ee Merge "Replace char* with ZipEntryName in ziparchive API." by Piotr Jastrzebski · 10 years ago
  18. ecccc5a Replace char* with ZipEntryName in ziparchive API. by Piotr Jastrzebski · 10 years ago
  19. 25a7d5f Merge "Move native bridge library in system/core" by Calin Juravle · 10 years ago
  20. 961ae12 Move native bridge library in system/core by Calin Juravle · 10 years ago
  21. bd0a748 Revert "Make sure that names of all entries have the same encoding." by Piotr Jastrzebski · 10 years ago
  22. 6a7f4bb Make sure that names of all entries have the same encoding. by Piotr Jastrzebski · 10 years ago
  23. 79c8b34 Add EndIteration method to free memory allocated by Piotr Jastrzebski · 10 years ago
  24. 6d9a5ac Merge "[MIPSR6] Skip pixelflinger, memset assembler code on mips32r6" by Elliott Hughes · 10 years ago
  25. dda47b7 Allow getting an uncached process map. by Christopher Ferris · 10 years ago
  26. 56b28f6 Merge "RefBase: make Renamer destructor virtual" by Elliott Hughes · 10 years ago
  27. 00e56a2 RefBase: make Renamer destructor virtual by Ukri Niemimuukko · 10 years ago
  28. 734f50c [MIPSR6] Skip pixelflinger, memset assembler code on mips32r6 by Duane Sand · 10 years ago
  29. f2e4b41 Remove <cutils/tztime.h>. by Elliott Hughes · 10 years ago
  30. dfdbe61 Do not typedef char16_t if it is a keyword. by Hans Boehm · 10 years ago
  31. 5af7877 Add comment to discourage use of cutils/atomic.h. by Hans Boehm · 10 years ago
  32. 2a4d05a implement LOG_EVENT_STRING by Nick Kralevich · 10 years ago
  33. de8b983 Rename __unused to __UNUSED for glibc support. by Ian Rogers · 10 years ago
  34. a74680f Remove android_atomic_swap from mips & mips64. by Elliott Hughes · 10 years ago
  35. 2970517 Merge "[MIPS64] add atomic-mips64" by Elliott Hughes · 10 years ago
  36. d8f2a8d cutils: Add property_get_bool, _get_int32, _get_int64 by Igor Murashkin · 10 years ago
  37. 0cddcc6 log: Fix warning with __USE_MINGW_ANSI_STDIO by Dan Willemsen · 10 years ago
  38. c3df8d7 Make su 04750 by Nick Kralevich · 10 years ago
  39. 489797c Merge "Add new AID shared by all apps in a profile" by Robin Lee · 10 years ago
  40. 7ab32ac Merge "Use format(gnu_printf, ...) for windows build with __USE_MINGW_ANSI_STDIO" by Andrew Hsieh · 10 years ago
  41. 84c3e99 [MIPS64] add atomic-mips64 by Duane Sand · 10 years ago
  42. bf082ff Merge "Updated trace.h to recognize ATRACE_TAG_BIONIC." by Elliott Hughes · 10 years ago
  43. 811f2c0 Merge "system/window.h: add deprecation warnings" by Mark Salyzyn · 10 years ago
  44. 8c82b35 Updated trace.h to recognize ATRACE_TAG_BIONIC. by Brigid Smith · 10 years ago
  45. 234f696 Add UID and directory for RELRO sharing support. by Torne (Richard Coles) · 10 years ago
  46. 289e111 system/window.h: add deprecation warnings by Mark Salyzyn · 10 years ago
  47. 4887842 include: cleanup for -Wsystem-header by Mark Salyzyn · 10 years ago
  48. 617c28b Merge "Fix list_for_each_safe macro" by Colin Cross · 10 years ago
  49. 4ecbda4 Merge "Add list_add_head to libcutils" by Colin Cross · 10 years ago
  50. ac2fe7e Add missing headers by Dan Albert · 10 years ago
  51. 91dc336 Move netd_client into netd. by Sreeram Ramachandran · 10 years ago
  52. aecc6a6 Bound the ADB connect time with a non-blocking connect by Ken Lierman · 11 years ago
  53. 154ebe8 Introduce netd_client, a dynamic library that talks to netd. by Sreeram Ramachandran · 10 years ago
  54. f8a1089 Add list_add_head to libcutils by Samuel Ortiz · 10 years ago
  55. 8cc7427 Fix list_for_each_safe macro by Thierry Escande · 10 years ago
  56. afa9c9c Fix ucontext_t forward declare for mac. by Christopher Ferris · 10 years ago
  57. b138037 Fix mac build. by Christopher Ferris · 10 years ago
  58. 3a08852 Merge "Rewrite unwind thread handling." by Christopher Ferris · 10 years ago
  59. ad83285 Use format(gnu_printf, ...) for windows build with __USE_MINGW_ANSI_STDIO by Andrew Hsieh · 10 years ago
  60. a2efd3a Rewrite unwind thread handling. by Christopher Ferris · 10 years ago
  61. ddbdae8 Remove the dead corkscrew header files too. by Elliott Hughes · 10 years ago
  62. 3cb5498 logd: 64-bit compile issue by Mark Salyzyn · 10 years ago
  63. b3ef039 Add new AID shared by all apps in a profile by Robin Lee · 10 years ago
  64. 855fcc3 Use the si_code value bionic passes us. by Elliott Hughes · 10 years ago
  65. b526630 audio: fix audio_is_bluetooth_sco_device() by Eric Laurent · 10 years ago
  66. da6b2e2 Improve liblog's fatal logging. by Elliott Hughes · 10 years ago
  67. 3ad0af6 Merge "logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH" by Mark Salyzyn · 10 years ago
  68. dfc47e8 logd: libsysutils: logd startup outside init environment by Mark Salyzyn · 10 years ago
  69. 99f47a9 logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH by Mark Salyzyn · 10 years ago
  70. 6b7ab90 Include 64bit valgrind in the android_filesystem_config. by Narayan Kamath · 10 years ago
  71. 472e04f Merge "logd: liblog: logcat: enable prune features for user" by Mark Salyzyn · 10 years ago
  72. ae83f84 Add guards to prevent typedefs when C++11 is available. by Tim Murray · 10 years ago
  73. e296091 Create an UnwindMapLocal object. by Christopher Ferris · 10 years ago
  74. 1c95047 logd: liblog: logcat: enable prune features for user by Mark Salyzyn · 10 years ago
  75. a459d0b cutils: trace 64-bit compile issues by Mark Salyzyn · 10 years ago
  76. fa3716b logd: liblog: logcat: Arbitrary time to tail by Mark Salyzyn · 10 years ago
  77. dfa7a07 logd: liblog: logcat: Add LogWhiteBlackList by Mark Salyzyn · 10 years ago
  78. 34facab logd: liblog: logcat: Add Statistics by Mark Salyzyn · 10 years ago
  79. 157e1b6 libcutils: add method to get klog level by Alex Ray · 10 years ago
  80. 7e2f83c logd: liblog: 64-bit issues by Mark Salyzyn · 10 years ago
  81. 581edc1 set /proc/sys/net/unix/max_dgram_qlen to large value by Mark Salyzyn · 11 years ago
  82. 154f460 liblog: enable logging to logd. by Mark Salyzyn · 10 years ago
  83. 26fa5cd Merge "AArch64: Use negative values in error enumeration" by Narayan Kamath · 10 years ago
  84. 0175b07 logd: initial checkin. by Mark Salyzyn · 10 years ago
  85. 1ee7570 AArch64: Use negative values in error enumeration by Ashok Bhat · 11 years ago
  86. eb3f421 Enable building init with -Wall -Werror. by Stephen Smalley · 10 years ago
  87. 4bc2f8d x86_64: Add atomic funtions by Qiming Shi · 11 years ago
  88. 810d19f log: add compile-time checking when ALOGV is disabled by Colin Cross · 10 years ago
  89. 5c40200 Revert "Move to the canonical UniquePtr.h." by Elliott Hughes · 10 years ago
  90. 2a72c57 Move to the canonical UniquePtr.h. by Elliott Hughes · 10 years ago
  91. e9edf7a LP64 should have debuggerd and debuggerd64. by Elliott Hughes · 10 years ago
  92. 6694d3e Remove dead code that looked like part of debuggerd. by Elliott Hughes · 10 years ago
  93. c6c194c LP64: Enable debuggerd/libbacktrace/libunwind. by Pavel Chupin · 11 years ago
  94. d391c9b Merge "Re-enable libunwind for arm." by Christopher Ferris · 10 years ago
  95. df29061 Re-enable libunwind for arm. by Christopher Ferris · 11 years ago
  96. 44b99c2 libsysutils: SocketListener export release by Mark Salyzyn · 11 years ago
  97. 23f0410 libsysutils: Add iovec/runOnEachSocket by Mark Salyzyn · 13 years ago
  98. 318bb72 liblog: Add const pedantics by Mark Salyzyn · 11 years ago
  99. 819c58a liblog: Add liblog test suite by Mark Salyzyn · 11 years ago
  100. 1345f38 liblog: deprecate export LOGGER ioctl definitions by Mark Salyzyn · 11 years ago