1. 07eb4af libusbhost: add usb_device_get_unique_id_from_name() by Mike Lockwood · 14 years ago
  2. cb0d07b Merge "libusbhost: Add usb_device_send_control for sending raw commands on endpoint 0." by Mike Lockwood · 14 years ago
  3. 1b7d991 libusbhost: Add usb_device_send_control for sending raw commands on endpoint 0. by Mike Lockwood · 14 years ago
  4. d16de9f am 1298bb79: am 96a2bb62: Set the modes for rc.* files in /system/etc by Bruce Beare · 14 years ago
  5. 1298bb7 am 96a2bb62: Set the modes for rc.* files in /system/etc by Bruce Beare · 14 years ago
  6. 96a2bb6 Set the modes for rc.* files in /system/etc by Bruce Beare · 14 years ago
  7. a805519 libusbhost: Add callback to usb_host_run to notify when initial device discovery is done by Mike Lockwood · 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. c0c799c am 0796f618: merge from open-source master by The Android Open Source Project · 14 years ago
  12. 0796f61 merge from open-source master by The Android Open Source Project · 14 years ago
  13. 64e76cc Merge "Remove an obsolete compatibility macro." by Carl Shapiro · 14 years ago
  14. 7ae24be am 635dc574: am 57dbb2cb: Merge "Add a HAVE define for pthread_setname_np()." into gingerbread by Andy McFadden · 14 years ago
  15. 635dc57 am 57dbb2cb: Merge "Add a HAVE define for pthread_setname_np()." into gingerbread by Andy McFadden · 14 years ago
  16. 57dbb2c Merge "Add a HAVE define for pthread_setname_np()." into gingerbread by Andy McFadden · 14 years ago
  17. 7a96ba4 libusbhost: The client is now responsible for creating the thread that monitors the bus by Mike Lockwood · 14 years ago
  18. efca226 am cc4d11c2: Merge "Fix sim-eng build." into gingerbread by Andy McFadden · 14 years ago
  19. 8e9d5c9 Add a HAVE define for pthread_setname_np(). by Andy McFadden · 14 years ago
  20. 9f6d28d Fix sim-eng build. by Andy McFadden · 14 years ago
  21. a340540 Remove an obsolete compatibility macro. by Carl Shapiro · 14 years ago
  22. e94df97 DBUS is not fully implemented. Disable it for now by Bruce Beare · 14 years ago
  23. 3de5dba am 2c4676de: am 93b0cb40: Define inline atomic operations for x86 and ARM. by Carl Shapiro · 14 years ago
  24. 2c4676d am 93b0cb40: Define inline atomic operations for x86 and ARM. by Carl Shapiro · 14 years ago
  25. 93b0cb4 Define inline atomic operations for x86 and ARM. by Carl Shapiro · 14 years ago
  26. ec219a2 merge from open-source master by The Android Open Source Project · 14 years ago
  27. d05d268 Revert "AndroidConfig: define HAVE_PTHREAD_SETNAME_NP" by Jean-Baptiste Queru · 14 years ago
  28. 6d4113f merge from open-source master by The Android Open Source Project · 14 years ago
  29. 424875b Merge "AndroidConfig: define HAVE_PTHREAD_SETNAME_NP" by Andy McFadden · 14 years ago
  30. fbd0827 am 67e6fcd1: merge from froyo-plus-aosp by The Android Open Source Project · 14 years ago
  31. 67e6fcd merge from froyo-plus-aosp by The Android Open Source Project · 14 years ago
  32. 1adbb60 merge from open-source master by The Android Open Source Project · 14 years ago
  33. de50fc1 AndroidConfig: define HAVE_PTHREAD_SETNAME_NP by André Goddard Rosa · 14 years ago
  34. c88e09c - creates proper ifc.h and dhcp.h headers for libnetutils by Szymon Jakubczak · 14 years ago
  35. 203f102 libusbhost: Added usb_device_get_unique_id by Mike Lockwood · 14 years ago
  36. f4dd883 Fix build. by Andy McFadden · 14 years ago
  37. 8264358 am 8dfa47da: Atomic/SMP update, part 2. by Andy McFadden · 14 years ago
  38. 0e67a03 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  39. 8dfa47d Atomic/SMP update, part 2. by Andy McFadden · 14 years ago
  40. cc6ff10 Merge "libusbhost: Remove global data to allow multiple instances in the same process." by Mike Lockwood · 14 years ago
  41. 6ac3aa1 libusbhost: Remove global data to allow multiple instances in the same process. by Mike Lockwood · 14 years ago
  42. 62af8f2 Atomic/SMP update. [manual merge to dalvik-dev] by Andy McFadden · 14 years ago
  43. 0bc248f am ac322da6: Atomic/SMP update. by Andy McFadden · 14 years ago
  44. ac322da Atomic/SMP update. by Andy McFadden · 14 years ago
  45. 2bdcf63 Merge "Don't define __linux__ if it is already defined by the toolchain. This change does not affect existing behavior at all and makes the file compatible with new toolchain." by Dima Zavin · 14 years ago
  46. 165db2a Don't define __linux__ if it is already defined by the toolchain. by Jing Yu · 14 years ago
  47. e95aad6 merge from open-source master by The Android Open Source Project · 14 years ago
  48. 93ac155 init: Add support for /dev/bus/usb/ file system and add new unix group AID_USB. by Mike Lockwood · 14 years ago
  49. 5e567cb libusbhost: add usb_endpoint_get_device() by Mike Lockwood · 14 years ago
  50. 30ff2c7 libusbhost: new library for Linux USB host support. by Mike Lockwood · 14 years ago
  51. b717dc8 init: Add support for /dev/bus/usb/ file system and add new unix group AID_USB. by Mike Lockwood · 14 years ago
  52. 7a5c359 Merge commit 'b419c35c660d7421e18a9efef38eca11966b44c7' into mm by Brian Carlstrom · 14 years ago
  53. b419c35 Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 14 years ago
  54. fab1678 Fix adb, fastboot to compile in Windows SDK under Linux. by Raphael · 14 years ago
  55. a68049a Merge remote branch 'goog/froyo' into mm by Brian Carlstrom · 14 years ago
  56. 3555019 Add Bluetooth SCO connection blacklist by Eric Olsen · 14 years ago
  57. 1f4d952 Add 'run-as' command implementation as set-uid program. by David 'Digit' Turner · 14 years ago
  58. bbf1c64 Change permissions on pppd-ril by Wink Saville · 14 years ago
  59. a6391f1 system: libdiskconfig: Add libdiskconfig by San Mehat · 14 years ago
  60. 1159d7f sysutils: Increase number of command arguments to 16 by Dmitry Shmidt · 14 years ago
  61. 3e1aac6 Change netcfg permissions to 2750. Fix bug 2104034. by Nick Kralevich · 14 years ago
  62. e2bf2ea Make logcat print both the main and system buffers by default. Make SLOGx macros work. by Joe Onorato · 14 years ago
  63. 1bfb480 Merge "system: Add support for getting/setting i/o priorities and include a userspace tool" by San Mehat · 14 years ago
  64. eafdd86 Update bluetooth data files path. by Jaikumar Ganesh · 15 years ago
  65. 10d469b system: Add support for getting/setting i/o priorities and include a userspace tool by San Mehat · 14 years ago
  66. fa36f2c fix [2448319] out of bounds array index in fog by Mathias Agopian · 14 years ago
  67. 5dca849 remove unused YUV constants by Mathias Agopian · 14 years ago
  68. 8e4f143 pixelflinger: add defines for nv12_tiled semi-planar and nv21 semi-planar by Dima Zavin · 14 years ago
  69. b99a099 Add a new method to export the extent of the break, akin to return by Carl Shapiro · 14 years ago
  70. 63b396d Eliminate the stdint.h include. In retrospect, it seems that the by Carl Shapiro · 14 years ago
  71. 143b370 Include stddef.h to make the size_t visible. Resolves a simulator by Carl Shapiro · 14 years ago
  72. 17128f6 Break out create_contiguous_mspace_with_base by Barry Hayes · 15 years ago
  73. 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
  74. 157bf76 Remove libjnigraphics. moved to frameworks/base/native by Dima Zavin · 14 years ago
  75. 4544a9f resolved conflicts for merge of c8472186 to master by Jean-Baptiste Queru · 14 years ago
  76. b17772d Break out create_contiguous_mspace_with_base by Barry Hayes · 15 years ago
  77. cf63d5d Implementation of open_memstream(). by Andy McFadden · 14 years ago
  78. 91a54c1 Add x86-64 checking for Darwin by Kenny Root · 15 years ago
  79. d674413 sysutils: Add dump() to NetlinkEvent by San Mehat · 15 years ago
  80. 8378290 am 31b5d4b9: am 45e5ca1c: Merge change I0deb0117 into eclair-mr2 by Mike Reed · 15 years ago
  81. 31b5d4b am 45e5ca1c: Merge change I0deb0117 into eclair-mr2 by Mike Reed · 15 years ago
  82. 22078f2 NDK header for accessing pixels of a java bitmap by Mike Reed · 15 years ago
  83. 303254e Define HAVE_SYS_SENDFILE_H. by Dan Bornstein · 15 years ago
  84. 333a80c merge from eclair by Jean-Baptiste Queru · 15 years ago
  85. 4b29fe6 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  86. 43ba23f Define HAVE_SYS_SENDFILE_H. by Dan Bornstein · 15 years ago
  87. 5f64815 am 38b2ddc4: am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  88. 38b2ddc am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  89. c0dfca7 cutils: Add support for reading a processes scheduler policy by San Mehat · 15 years ago
  90. 573463c am 62f39c10: merge from open-source master by Jean-Baptiste Queru · 15 years ago
  91. b029e92 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  92. 7b5f63f am f184b94a: am b084929f: Make AudioPara4 world-readable by Jean-Baptiste Queru · 15 years ago
  93. ebfe3db libsysutils: Fix some bugs in NetlinkListener and NetlinkEvent by San Mehat · 15 years ago
  94. f184b94 am b084929f: Make AudioPara4 world-readable by Jean-Baptiste Queru · 15 years ago
  95. 67a2ea3 Now all the callers are gone, remove adb_networking.*. by Elliott Hughes · 15 years ago
  96. b084929 Make AudioPara4 world-readable by Jean-Baptiste Queru · 15 years ago
  97. 0384a98 Disable sched_policy under Windows. by Raphael · 15 years ago
  98. 493dad9 libcutils: Add abstracted support for setting scheduler policies by San Mehat · 15 years ago
  99. d531557 Move ARM disassembler out of libacc and into the acc command-line tool. by Jack Palevich · 15 years ago
  100. 90b06ac only use faster SHA-1 code on machines with good libc by Doug Zongker · 15 years ago