1. ae8b56c Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  2. fe71a61 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  3. 8d66c49 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  4. e7e7fac Add ALOG versions of LOGD, LOGI, LOGW and LOGE by Steve Block · 13 years ago
  5. 17aad14 Revert "Fix build" by Jean-Baptiste Queru · 13 years ago
  6. 98520ab am 67b11cba: am 25a89e77: Fix build by Steve Block · 13 years ago
  7. 67b11cb am 25a89e77: Fix build by Steve Block · 13 years ago
  8. 25a89e7 Fix build by Steve Block · 13 years ago
  9. 1941c91 am 4ef824e9: am 71619f13: am 604f52e3: Reconcile with AOSP master by Jean-Baptiste Queru · 13 years ago
  10. 4ddc88e am 16210c12: am 31a02dba: Fix build by Steve Block · 13 years ago
  11. 16210c1 am 31a02dba: Fix build by Steve Block · 13 years ago
  12. 31a02db Fix build by Steve Block · 13 years ago
  13. 69f4cd7 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  14. 5fb4495 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  15. 6bcd4d3 Add ANDROID_API macro to export symbols by Romain Guy · 13 years ago
  16. 243123f libcutils: qtaguid: Support new functions, add tag resource tracking. by JP Abgrall · 13 years ago
  17. da04c52 init/cutils: move list utility code to cutils from init by Dima Zavin · 13 years ago
  18. 8f91282 init/cutils: move kernel logging interface to libcutils from init by Dima Zavin · 13 years ago
  19. 2d55e02 libcutils/init: move uevent socket opening code to libcutils by Dima Zavin · 13 years ago
  20. fa2f985 libcutils: qtaguid: support socket untagging, return errors. by Ashish Sharma · 13 years ago
  21. 13825eb Fix header file inclusion for type uid_t. by Ashish Sharma · 13 years ago
  22. 60daf10 Add communication support for xt_qtaguid(network traffic accounting) kernel module. by Ashish Sharma · 13 years ago
  23. 9b5c774 libcutils: qtaguid: support socket untagging, return errors. by Ashish Sharma · 13 years ago
  24. 6dce832 Fix header file inclusion for type uid_t. by Ashish Sharma · 13 years ago
  25. 8626cce Add communication support for xt_qtaguid(network traffic accounting) kernel module. by Ashish Sharma · 13 years ago
  26. b6c15de tweak for forward-compatibility by Jean-Baptiste Queru · 13 years ago
  27. 3142a20 Merge "Config utils improvement" by Eric Laurent · 13 years ago
  28. 2b8f76c Tracking merge of dalvik-dev to master by jeffhao · 13 years ago
  29. e555f54 Merge "Crypto changes for devices that don't write ext4 fs on wipe" by Ken Sumrall · 13 years ago
  30. b05b0b5 Crypto changes for devices that don't write ext4 fs on wipe by Ken Sumrall · 13 years ago
  31. c3cf1a8 Config utils improvement by Eric Laurent · 13 years ago
  32. 4af1cf2 cutils: add popcount/popcountl/popcountll static inline definitions by Dima Zavin · 13 years ago
  33. 57de8b8 rename uevent_checked_recv to uevent_kernel_multicast_recv by Nick Kralevich · 13 years ago
  34. 3ffd793 native_handle.h: fix declaration by Iliyan Malchev · 13 years ago
  35. 0e02fca Merge "libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils" by Dima Zavin · 13 years ago
  36. 4682aba am b0d0e260: resolved conflicts for merge of 2baeb898 to honeycomb-plus-aosp by Nick Kralevich · 13 years ago
  37. b0d0e26 resolved conflicts for merge of 2baeb898 to honeycomb-plus-aosp by Nick Kralevich · 13 years ago
  38. 3f582e9 Fold uevent message origin checking from init into libcutils. by Vernon Tang · 13 years ago
  39. bb738d6 am de35f274: am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message origin checking from init into libcutils."" by Nick Kralevich · 13 years ago
  40. de35f27 am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message origin checking from init into libcutils."" by Nick Kralevich · 13 years ago
  41. de9e65d Revert "Fold uevent message origin checking from init into libcutils." by Nick Kralevich · 13 years ago
  42. 3268eda am e3ab4245: am a7cf7ed9: am 282c2ab4: Merge "Fold uevent message origin checking from init into libcutils." by Nick Kralevich · 13 years ago
  43. e3ab424 am a7cf7ed9: am 282c2ab4: Merge "Fold uevent message origin checking from init into libcutils." by Nick Kralevich · 13 years ago
  44. 8405ec0 Fold uevent message origin checking from init into libcutils. by Vernon Tang · 13 years ago
  45. 0fad7d0 libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils by Dima Zavin · 13 years ago
  46. b60d9ce Make atomic-inline.h usable from ordinary C++ code. by Carl Shapiro · 13 years ago
  47. 412514e Add ifndef guards to remaining logging macros. by Alexandre Elias · 13 years ago
  48. 29d1f53 Merge "cutils: add popcount/popcountl/popcountll static inline definitions" by Dima Zavin · 13 years ago
  49. e3aeeb4 Try to unmount writable filesystems when rebooting by Ken Sumrall · 13 years ago
  50. 5a809b9 cutils: add popcount/popcountl/popcountll static inline definitions by Dima Zavin · 13 years ago
  51. 0a16d83 Remove unconditional swap from the android atomic operations suite. by Carl Shapiro · 13 years ago
  52. 2bf937e Use DMB ST for store fence. by Andy McFadden · 14 years ago
  53. a417657 am df2f5a07: am d55f0adf: Qualify the source argument of atomic loads as a const pointer. by Carl Shapiro · 14 years ago
  54. df2f5a0 am d55f0adf: Qualify the source argument of atomic loads as a const pointer. by Carl Shapiro · 14 years ago
  55. d55f0ad Qualify the source argument of atomic loads as a const pointer. by Carl Shapiro · 14 years ago
  56. 464431e Add definitions for store barrier. by Brian Carlstrom · 14 years ago
  57. 3c659a8 am f2af88e8: Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  58. f2af88e Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  59. 4e24696 am 64ba76c1: merge from open-source master by The Android Open Source Project · 14 years ago
  60. 64ba76c merge from open-source master by The Android Open Source Project · 14 years ago
  61. 1929990 Fixed LOG_ASSERT() compilation errors in native debug builds. by Chris Pearson · 14 years ago
  62. 9f6d28d Fix sim-eng build. by Andy McFadden · 14 years ago
  63. a340540 Remove an obsolete compatibility macro. by Carl Shapiro · 14 years ago
  64. 3de5dba am 2c4676de: am 93b0cb40: Define inline atomic operations for x86 and ARM. by Carl Shapiro · 14 years ago
  65. 93b0cb4 Define inline atomic operations for x86 and ARM. by Carl Shapiro · 14 years ago
  66. f4dd883 Fix build. by Andy McFadden · 14 years ago
  67. 8264358 am 8dfa47da: Atomic/SMP update, part 2. by Andy McFadden · 14 years ago
  68. 8dfa47d Atomic/SMP update, part 2. by Andy McFadden · 14 years ago
  69. 62af8f2 Atomic/SMP update. [manual merge to dalvik-dev] by Andy McFadden · 14 years ago
  70. ac322da Atomic/SMP update. by Andy McFadden · 14 years ago
  71. a68049a Merge remote branch 'goog/froyo' into mm by Brian Carlstrom · 14 years ago
  72. e2bf2ea Make logcat print both the main and system buffers by default. Make SLOGx macros work. by Joe Onorato · 14 years ago
  73. 10d469b system: Add support for getting/setting i/o priorities and include a userspace tool by San Mehat · 14 years ago
  74. b99a099 Add a new method to export the extent of the break, akin to return by Carl Shapiro · 14 years ago
  75. 63b396d Eliminate the stdint.h include. In retrospect, it seems that the by Carl Shapiro · 14 years ago
  76. 143b370 Include stddef.h to make the size_t visible. Resolves a simulator by Carl Shapiro · 14 years ago
  77. 17128f6 Break out create_contiguous_mspace_with_base by Barry Hayes · 15 years ago
  78. 2dcf1fb Merge "Break out create_contiguous_mspace_with_base This routine allows creating a contiguous mspace from raw mapped memory. In turn, this will enable preallocation of the 3 heap spaces, which will help remembered sets and zygote/app checks given pointer values." by Barry Hayes · 14 years ago
  79. b17772d Break out create_contiguous_mspace_with_base by Barry Hayes · 15 years ago
  80. cf63d5d Implementation of open_memstream(). by Andy McFadden · 14 years ago
  81. 5f64815 am 38b2ddc4: am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  82. c0dfca7 cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  83. 67a2ea3 Now all the callers are gone, remove adb_networking.*. by Elliott Hughes · 15 years ago
  84. 493dad9 libcutils: Add abstracted support for setting scheduler policies by San Mehat · 15 years ago
  85. af20325 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  86. baf83e0 am 3f627205: Merge change 2875 into donut by Android (Google) Code Review · 15 years ago
  87. 7be52b1 Added ashmem_get_size_region() function. by Bjorn Bringert · 15 years ago
  88. e26cbea Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  89. 730c8d7 am ebefc48e: Expose the stable/frozen log-related definitions of <cutils/logd.h> into a new header: <android/log.h> by David 'Digit' Turner · 15 years ago
  90. ebefc48 Expose the stable/frozen log-related definitions of <cutils/logd.h> into a new header: <android/log.h> by David 'Digit' Turner · 15 years ago
  91. 6766711 merge master to master_gl by Mathias Agopian · 15 years ago
  92. d2362c2 am fee77ec0: don\'t use cdefs.h as it breaks the windows build. by Mathias Agopian · 15 years ago
  93. fee77ec don't use cdefs.h as it breaks the windows build. by Mathias Agopian · 15 years ago
  94. 3fc51ba move native_handle stuff from master_gl by Mathias Agopian · 15 years ago
  95. 92a7541 Helper to perform abortable blocking operations on a socket: by Nick Pelly · 15 years ago
  96. 8f13782 move native_handle stuff from master_gl by Mathias Agopian · 15 years ago
  97. 34c22c5 am 414ff7d9: Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. by David 'Digit' Turner · 15 years ago
  98. 414ff7d Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. by David 'Digit' Turner · 15 years ago
  99. 035b427 am 722a5c04: Add support for "standalone months" to tztime\'s strftime(). by Eric Fischer · 15 years ago
  100. 722a5c0 Add support for "standalone months" to tztime's strftime(). by Eric Fischer · 15 years ago