1. 2bf937e Use DMB ST for store fence. by Andy McFadden · 14 years ago
  2. a417657 am df2f5a07: am d55f0adf: Qualify the source argument of atomic loads as a const pointer. by Carl Shapiro · 14 years ago
  3. df2f5a0 am d55f0adf: Qualify the source argument of atomic loads as a const pointer. by Carl Shapiro · 14 years ago
  4. d55f0ad Qualify the source argument of atomic loads as a const pointer. by Carl Shapiro · 14 years ago
  5. 464431e Add definitions for store barrier. by Brian Carlstrom · 14 years ago
  6. 3c659a8 am f2af88e8: Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  7. f2af88e Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  8. 4e24696 am 64ba76c1: merge from open-source master by The Android Open Source Project · 14 years ago
  9. 64ba76c merge from open-source master by The Android Open Source Project · 14 years ago
  10. 1929990 Fixed LOG_ASSERT() compilation errors in native debug builds. by Chris Pearson · 14 years ago
  11. 9f6d28d Fix sim-eng build. by Andy McFadden · 14 years ago
  12. a340540 Remove an obsolete compatibility macro. by Carl Shapiro · 14 years ago
  13. 3de5dba am 2c4676de: am 93b0cb40: Define inline atomic operations for x86 and ARM. by Carl Shapiro · 14 years ago
  14. 93b0cb4 Define inline atomic operations for x86 and ARM. by Carl Shapiro · 14 years ago
  15. f4dd883 Fix build. by Andy McFadden · 14 years ago
  16. 8264358 am 8dfa47da: Atomic/SMP update, part 2. by Andy McFadden · 14 years ago
  17. 8dfa47d Atomic/SMP update, part 2. by Andy McFadden · 14 years ago
  18. 62af8f2 Atomic/SMP update. [manual merge to dalvik-dev] by Andy McFadden · 14 years ago
  19. ac322da Atomic/SMP update. by Andy McFadden · 14 years ago
  20. a68049a Merge remote branch 'goog/froyo' into mm by Brian Carlstrom · 14 years ago
  21. e2bf2ea Make logcat print both the main and system buffers by default. Make SLOGx macros work. by Joe Onorato · 14 years ago
  22. 10d469b system: Add support for getting/setting i/o priorities and include a userspace tool by San Mehat · 15 years ago
  23. b99a099 Add a new method to export the extent of the break, akin to return by Carl Shapiro · 15 years ago
  24. 63b396d Eliminate the stdint.h include. In retrospect, it seems that the by Carl Shapiro · 15 years ago
  25. 143b370 Include stddef.h to make the size_t visible. Resolves a simulator by Carl Shapiro · 15 years ago
  26. 17128f6 Break out create_contiguous_mspace_with_base by Barry Hayes · 15 years ago
  27. 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 · 15 years ago
  28. b17772d Break out create_contiguous_mspace_with_base by Barry Hayes · 15 years ago
  29. cf63d5d Implementation of open_memstream(). by Andy McFadden · 15 years ago
  30. 5f64815 am 38b2ddc4: am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  31. c0dfca7 cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  32. 67a2ea3 Now all the callers are gone, remove adb_networking.*. by Elliott Hughes · 15 years ago
  33. 493dad9 libcutils: Add abstracted support for setting scheduler policies by San Mehat · 15 years ago
  34. af20325 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  35. baf83e0 am 3f627205: Merge change 2875 into donut by Android (Google) Code Review · 15 years ago
  36. 7be52b1 Added ashmem_get_size_region() function. by Bjorn Bringert · 15 years ago
  37. e26cbea Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  38. 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
  39. 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
  40. 6766711 merge master to master_gl by Mathias Agopian · 15 years ago
  41. d2362c2 am fee77ec0: don\'t use cdefs.h as it breaks the windows build. by Mathias Agopian · 15 years ago
  42. fee77ec don't use cdefs.h as it breaks the windows build. by Mathias Agopian · 15 years ago
  43. 3fc51ba move native_handle stuff from master_gl by Mathias Agopian · 15 years ago
  44. 92a7541 Helper to perform abortable blocking operations on a socket: by Nick Pelly · 15 years ago
  45. 8f13782 move native_handle stuff from master_gl by Mathias Agopian · 15 years ago
  46. 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
  47. 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
  48. 035b427 am 722a5c04: Add support for "standalone months" to tztime\'s strftime(). by Eric Fischer · 15 years ago
  49. 722a5c0 Add support for "standalone months" to tztime's strftime(). by Eric Fischer · 15 years ago
  50. 8cd81ab get rid of native_handle_{dup|copy} since they were not used any longer by Mathias Agopian · 15 years ago
  51. cccf427 fix copyright notice by Mathias Agopian · 15 years ago
  52. b5fbd75 add a compiler.h to libcutils. it's intended to define compiler-dependent macros. by Mathias Agopian · 15 years ago
  53. 1d3faaf Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 15 years ago
  54. b1487e4 auto import //branches/master/...@140412 by The Android Open Source Project · 15 years ago
  55. dd7bc33 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  56. e54eebb auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  57. 1b8e5a6 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  58. 8ac3a13 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  59. 35237d1 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  60. 4f6e8d7 Initial Contribution by The Android Open Source Project · 16 years ago