1. 6f703a2 Fix USB endianness bugs on Linux. by Marcus Comstedt · 14 years ago
  2. d340d2f adb: Improved detection of big endian architecture by Marcus Comstedt · 14 years ago
  3. f41986b Don't alias 'stop' to 'kill -STOP' by Jeff Hamilton · 14 years ago
  4. bb130ba Merge "- Add drm and drmio service - Add /data/drm directory for storing DRM related data" by Jean-Baptiste Queru · 14 years ago
  5. deb9188 It seems that Windows actually does have a header for <stdbool.h>. by Dan Bornstein · 14 years ago
  6. 9682e24 Merge "libcutils: Reflect the naming change, __ARM_HAVE_LDREX_STREX, in bionic" by Jean-Baptiste Queru · 14 years ago
  7. 705ab8d Fix sim build - remove unncesessary header. by Robert Greenwalt · 14 years ago
  8. ba2627c Add mksh from CVS 2010/08/24 as system/core/mksh module by Thorsten Glaser · 14 years ago
  9. bdc36d6 Build ash as ash with shell_ash tag; install sh symlink by Thorsten Glaser · 14 years ago
  10. 69507eb Merge "Copyright message changed" by Jean-Baptiste Queru · 14 years ago
  11. ef18202 Copyright message changed by Dave Butcher · 14 years ago
  12. 8984bb9 Add API to add a route to IPv4/IPv6 host/gateway. by Banavathu, Srinivas Naik · 14 years ago
  13. 5dfd90e Merge "pixelflinger: Fix function naming typo: gglBitBlti" by Jean-Baptiste Queru · 14 years ago
  14. 4ea1a52 Merge "libpixelflinger: ARMv6 specific objects are not used. Remove." by Jean-Baptiste Queru · 14 years ago
  15. 6e1a943 pixelflinger: Fix function naming typo: gglBitBlti by Jim Huang · 14 years ago
  16. 9fcaff4 libpixelflinger: ARMv6 specific objects are not used. Remove. by Jim Huang · 14 years ago
  17. 6090dac libpixelflinger: Move codeflinger test function to test-opengl-codegen by Jim Huang · 14 years ago
  18. fddc338 libcutils: Reflect the naming change, __ARM_HAVE_LDREX_STREX, in bionic by Jim Huang · 14 years ago
  19. 0fcbdb4 Merge "Userland support for VM interconnection" by Jean-Baptiste Queru · 14 years ago
  20. c37ba1c Merge "Check fastboot oem command line length" by Jean-Baptiste Queru · 14 years ago
  21. e572d59 - Add drm and drmio service by aimitakeshi · 14 years ago
  22. 96a2bb6 Set the modes for rc.* files in /system/etc by Bruce Beare · 14 years ago
  23. 315c3a7 Merge "libsysutils: reimplement NetlinkEvent::findParam in the proper way" by Jean-Baptiste Queru · 14 years ago
  24. 91c3853 Added Toshiba's USB VID (0x0930) upon their request. by Takeshi Kishimoto · 14 years ago
  25. 81fbbc2 Added NEC and PMC's USB VIDs upon their request. by Takeshi Kishimoto · 14 years ago
  26. 899913f print msg.command in human-readable format by Viral Mehta · 14 years ago
  27. fdb13f7 Merge "Fix ADB daemon file descriptor leak" by Jean-Baptiste Queru · 14 years ago
  28. 22b0b56 Merge "Use complete hardware name without spaces." by Jean-Baptiste Queru · 14 years ago
  29. 1929990 Fixed LOG_ASSERT() compilation errors in native debug builds. by Chris Pearson · 14 years ago
  30. e3f6a6e Merge "fix insmod reading more than one module parameter" by Jean-Baptiste Queru · 14 years ago
  31. 097b7df Merge "Fix sdcard mount issue." by Jean-Baptiste Queru · 14 years ago
  32. 50b3995 Check fastboot oem command line length by Bruce Beare · 14 years ago
  33. 2ee12e7 Fix sdcard mount issue. by Ravi K Yenduri · 14 years ago
  34. 2a74373 Userland support for VM interconnection by Dries Harnie · 14 years ago
  35. 6cebee2 Merge "Add -R to chmod" by Jean-Baptiste Queru · 14 years ago
  36. 3422591 Merge "Add -p support to mkdir" by Jean-Baptiste Queru · 14 years ago
  37. 365a09e Add -R to chmod by Anthony Newnam · 14 years ago
  38. b55de67 Add -p support to mkdir by Anthony Newnam · 14 years ago
  39. 80ec37a libsysutils: reimplement NetlinkEvent::findParam in the proper way by Chih-Wei Huang · 14 years ago
  40. 68fec9a Use complete hardware name without spaces. by Sean McNeil · 15 years ago
  41. bedaac5 Disable building libdiskconfig on non-Linux hosts by Kenny Root · 14 years ago
  42. 07b3d09 Build the host version of libdiskconfig by Bruce Beare · 14 years ago
  43. e94df97 DBUS is not fully implemented. Disable it for now by Bruce Beare · 14 years ago
  44. ec219a2 merge from open-source master by The Android Open Source Project · 14 years ago
  45. d05d268 Revert "AndroidConfig: define HAVE_PTHREAD_SETNAME_NP" by Jean-Baptiste Queru · 14 years ago
  46. 6d4113f merge from open-source master by The Android Open Source Project · 14 years ago
  47. 424875b Merge "AndroidConfig: define HAVE_PTHREAD_SETNAME_NP" by Andy McFadden · 14 years ago
  48. 8f5daad Fix ADB daemon file descriptor leak by Teddie Stenvi · 14 years ago
  49. 1adbb60 merge from open-source master by The Android Open Source Project · 14 years ago
  50. 2ef5694 merge from open-source master by The Android Open Source Project · 14 years ago
  51. ee0306b merge from open-source master by The Android Open Source Project · 14 years ago
  52. d9a1904 merge from open-source master by The Android Open Source Project · 14 years ago
  53. 6f29e5a merge from open-source master by The Android Open Source Project · 14 years ago
  54. 07a804b merge from open-source master by The Android Open Source Project · 14 years ago
  55. f0d644f merge from open-source master by The Android Open Source Project · 14 years ago
  56. 177e78e Merge "- creates proper ifc.h and dhcp.h headers for libnetutils - adds ifc_set_hwaddr - adds hwaddr command to netcfg - code reuse: dhcp_configure calls ifc_configure; inet_ntoa is used for printing - consistency: use net.XXX.dnsX properties in favor of dhcp.XXX.dnsX properties (see related change to WifiStateTracker) - updated system/core/nexus to use new headers, although not sure if anybody still uses nexus" by Jean-Baptiste Queru · 14 years ago
  57. 83cb93b added vendor ID for http://www.onthegovideo.com/ by Michael Richardson · 14 years ago
  58. feff3a8 Merge "eliminate a compiler warning: signed/unsigned length" by Jean-Baptiste Queru · 14 years ago
  59. 7b67993 Merge "adb: optimize socket-list-walking code" by Jean-Baptiste Queru · 14 years ago
  60. b660bfc Merge "adb: remove unneeded assignment of id to zero" by Jean-Baptiste Queru · 14 years ago
  61. 1dbfce3 Merge "adb: clean up 0 --> NULL for pointers" by Jean-Baptiste Queru · 14 years ago
  62. 62f4d86 Fix build - cpu-features is ARM-specific by Jean-Baptiste Queru · 14 years ago
  63. 9101221 Merge "Adds support for UBFX to JIT and Disassembler" by Jean-Baptiste Queru · 14 years ago
  64. eb558b9 eliminate a compiler warning: signed/unsigned length by Michael Richardson · 14 years ago
  65. 8182829 adb: optimize socket-list-walking code by André Goddard Rosa · 14 years ago
  66. 8e78dc6 adb: remove unneeded assignment of id to zero by André Goddard Rosa · 14 years ago
  67. c419e2a adb: clean up 0 --> NULL for pointers by André Goddard Rosa · 14 years ago
  68. de50fc1 AndroidConfig: define HAVE_PTHREAD_SETNAME_NP by André Goddard Rosa · 14 years ago
  69. 75a1d21 merge from open-source master by The Android Open Source Project · 14 years ago
  70. 13b012a Merge "debuggerd: Show function names in tombstone backtraces" by Jean-Baptiste Queru · 14 years ago
  71. c88e09c - creates proper ifc.h and dhcp.h headers for libnetutils by Szymon Jakubczak · 14 years ago
  72. 7c84efe merge from open-source master by The Android Open Source Project · 14 years ago
  73. f2df6bb Merge "toolbox-ls: sort file and directory lists" by David 'Digit' Turner · 14 years ago
  74. 36d2550 merge from open-source master by The Android Open Source Project · 14 years ago
  75. 885e5a7 Merge "Spell system correctly" by Jean-Baptiste Queru · 14 years ago
  76. aa2106b toolbox-ls: sort file and directory lists by David 'Digit' Turner · 14 years ago
  77. c8c8c05 merge from open-source master by The Android Open Source Project · 14 years ago
  78. 6be163b merge from open-source master by The Android Open Source Project · 14 years ago
  79. 192a288 Improve linenoise.c compatability. by Jack Palevich · 14 years ago
  80. ad5431d Emit shell prompt even when in non-interactive mode. by Jack Palevich · 14 years ago
  81. 324a98f merge from open-source master by The Android Open Source Project · 14 years ago
  82. f7e148c merge from open-source master by The Android Open Source Project · 14 years ago
  83. 1bc4eae sh: Fix problem with stray '\r' character that was introduced in previous change by Mike Lockwood · 14 years ago
  84. b1fb3bd am 230cb33f: Make /proc/kmsg and /proc/sysrq-trigger system-process-readable by Christopher Tate · 14 years ago
  85. cbbe79a adb connect and disconnect improvements: by Mike Lockwood · 14 years ago
  86. 456688b merge from open-source master by The Android Open Source Project · 14 years ago
  87. 5dc0f5d merge from open-source master by The Android Open Source Project · 14 years ago
  88. c57a22c merge from open-source master by The Android Open Source Project · 14 years ago
  89. 705b37b merge from open-source master by The Android Open Source Project · 14 years ago
  90. c0b3ad1 merge from open-source master by The Android Open Source Project · 14 years ago
  91. 230cb33 Make /proc/kmsg and /proc/sysrq-trigger system-process-readable by Christopher Tate · 14 years ago
  92. 4dc1fa8 Adds support for UBFX to JIT and Disassembler by Martyn Capewell · 15 years ago
  93. 67d5358 adb: remove obsolete shell history support. by Mike Lockwood · 14 years ago
  94. 7fe202f Use linenoise to add simple editing and history to the Android shell. by Jack Palevich · 14 years ago
  95. ae7b91b debuggerd: Show function names in tombstone backtraces by Meng Hu · 15 years ago
  96. d9d1ca4 Let "adb connect" connect to emulators too by Stefan Hilzinger · 14 years ago
  97. 5762ec290 Fix adb remount on non-MTD devices by Colin Cross · 14 years ago
  98. f1c03de adb: Add Qualcomm USB id by Dima Zavin · 14 years ago
  99. 49337b2 merge from open-source master by The Android Open Source Project · 14 years ago
  100. 5099d34 Merge "Fix "route add default dev <iface>" behaviour" by Jean-Baptiste Queru · 14 years ago