1. 7ab237f Including dl heap stubs for the dalvikvm host build by Jesse Wilson · 14 years ago
  2. 0c0f68e Fix a long standing bug in the output buffer size computation. by Carl Shapiro · 14 years ago
  3. 4553b08 sdcard: Implement statfs, stat time values and change mount point to /mnt/sdcard by Mike Lockwood · 14 years ago
  4. b14a2c6 fix up permissions by Brian Swetland · 14 years ago
  5. 03ee947 sdcard: a program to create a "virtual" /sdcard pointed at a path by Brian Swetland · 14 years ago
  6. 8417d69 handle 4096 byte pages if requested via --pagesize by Brian Swetland · 14 years ago
  7. f2af88e Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  8. 5a0adf9 Merge "Add basic lsof command" into gingerbread by Kenny Root · 14 years ago
  9. 53308d4 Correct copyright header for uptime and NOTICE by Kenny Root · 14 years ago
  10. 8b9b105 Add basic lsof command by Kenny Root · 14 years ago
  11. 4309d60 Merge "Added Toshiba's USB VID (0x0930) upon their request." into gingerbread by Xavier Ducrohet · 14 years ago
  12. 29837f9 Added Toshiba's USB VID (0x0930) upon their request. by Takeshi Kishimoto · 14 years ago
  13. fad7204 resolved conflicts for merge of 5f5d5c8c to gingerbread by Nick Kralevich · 14 years ago
  14. 5f5d5c8 validate the source of uevent messages by Nick Kralevich · 14 years ago
  15. 8911803 Merge "Fix bug in debuggerd so it can successfully find the exidx section in libraries. This should fix the bug where the exception stack wasn't being printed past the PC." into gingerbread by Mike Dodd · 14 years ago
  16. 84a6071 add meta-files about 3rd party projects by The Android Open Source Project · 14 years ago
  17. 38cb1b8 Merge "Add directories for OBB mounting" into gingerbread by Kenny Root · 14 years ago
  18. c7858a3 Add directories for OBB mounting by Kenny Root · 14 years ago
  19. 6b65747 Fix bug in debuggerd so it can successfully find the exidx section in by Mike Dodd · 14 years ago
  20. 25b15be init: use tmpfs/ftruncate for properties backing store instead of ashmem by Brian Swetland · 14 years ago
  21. 63e5205 fastboot: make it so I can actually see the bootloader chatter by Brian Swetland · 14 years ago
  22. 57dbb2c Merge "Add a HAVE define for pthread_setname_np()." into gingerbread by Andy McFadden · 14 years ago
  23. cc4d11c Merge "Fix sim-eng build." into gingerbread by Andy McFadden · 14 years ago
  24. 8e9d5c9 Add a HAVE define for pthread_setname_np(). by Andy McFadden · 14 years ago
  25. 9f6d28d Fix sim-eng build. by Andy McFadden · 14 years ago
  26. 931bdcc Set explicit timeout on USB control transfer by Werner Johansson · 14 years ago
  27. eb42170 Display file sizes larger than 2GB correctly by Kenny Root · 14 years ago
  28. 93b0cb4 Define inline atomic operations for x86 and ARM. by Carl Shapiro · 14 years ago
  29. 2124afe Added NEC and PMC's USB VIDs upon their request. by Takeshi Kishimoto · 14 years ago
  30. 8b0ec20 Update OOM adj levels. by Dianne Hackborn · 14 years ago
  31. 0659dd5 am c8c8c050: merge from open-source master by The Android Open Source Project · 14 years ago
  32. c8c8c05 merge from open-source master by The Android Open Source Project · 14 years ago
  33. c491fdc am 6be163b1: merge from open-source master by The Android Open Source Project · 14 years ago
  34. 6be163b merge from open-source master by The Android Open Source Project · 14 years ago
  35. 192a288 Improve linenoise.c compatability. by Jack Palevich · 14 years ago
  36. ad5431d Emit shell prompt even when in non-interactive mode. by Jack Palevich · 14 years ago
  37. 982a815 Reap firmware child processes to prevent zombies by Colin Cross · 14 years ago
  38. f1a4618 am 324a98f1: merge from open-source master by The Android Open Source Project · 14 years ago
  39. 7bea36b am f7e148c1: merge from open-source master by The Android Open Source Project · 14 years ago
  40. 324a98f merge from open-source master by The Android Open Source Project · 14 years ago
  41. f7e148c merge from open-source master by The Android Open Source Project · 14 years ago
  42. 1bc4eae sh: Fix problem with stray '\r' character that was introduced in previous change by Mike Lockwood · 14 years ago
  43. 25e7b8f am b1fb3bd1: am 230cb33f: Make /proc/kmsg and /proc/sysrq-trigger system-process-readable by Christopher Tate · 14 years ago
  44. b1fb3bd am 230cb33f: Make /proc/kmsg and /proc/sysrq-trigger system-process-readable by Christopher Tate · 14 years ago
  45. cbbe79a adb connect and disconnect improvements: by Mike Lockwood · 14 years ago
  46. 5458065 am 456688bf: merge from open-source master by The Android Open Source Project · 14 years ago
  47. 12e549b am 5dc0f5db: merge from open-source master by The Android Open Source Project · 14 years ago
  48. 456688b merge from open-source master by The Android Open Source Project · 14 years ago
  49. 7e81a61 am c57a22c8: merge from open-source master by The Android Open Source Project · 14 years ago
  50. 5dc0f5d merge from open-source master by The Android Open Source Project · 14 years ago
  51. a11a001 am 705b37b8: merge from open-source master by The Android Open Source Project · 14 years ago
  52. c57a22c merge from open-source master by The Android Open Source Project · 14 years ago
  53. 62f3053 am c0b3ad16: merge from open-source master by The Android Open Source Project · 14 years ago
  54. 705b37b merge from open-source master by The Android Open Source Project · 14 years ago
  55. c0b3ad1 merge from open-source master by The Android Open Source Project · 14 years ago
  56. 230cb33 Make /proc/kmsg and /proc/sysrq-trigger system-process-readable by Christopher Tate · 14 years ago
  57. 8dfa47d Atomic/SMP update, part 2. by Andy McFadden · 14 years ago
  58. 67d5358 adb: remove obsolete shell history support. by Mike Lockwood · 14 years ago
  59. 7fe202f Use linenoise to add simple editing and history to the Android shell. by Jack Palevich · 14 years ago
  60. d9d1ca4 Let "adb connect" connect to emulators too by Stefan Hilzinger · 14 years ago
  61. 5762ec290 Fix adb remount on non-MTD devices by Colin Cross · 14 years ago
  62. f1c03de adb: Add Qualcomm USB id by Dima Zavin · 14 years ago
  63. dc59428 Merge "Fix kernel panics in fastboot on OS X." into kraken by Jeff Brown · 14 years ago
  64. b640637 Fix kernel panics in fastboot on OS X. by Jeff Brown · 14 years ago
  65. ac322da Atomic/SMP update. by Andy McFadden · 14 years ago
  66. 53a79a8 am 49337b27: merge from open-source master by The Android Open Source Project · 14 years ago
  67. 49337b2 merge from open-source master by The Android Open Source Project · 14 years ago
  68. 5099d34 Merge "Fix "route add default dev <iface>" behaviour" by Jean-Baptiste Queru · 14 years ago
  69. c0d8fb5 DO NOT MERGE resolved conflicts for merge of e95aad61 to kraken by Mike Lockwood · 14 years ago
  70. e95aad6 merge from open-source master by The Android Open Source Project · 14 years ago
  71. 93ac155 init: Add support for /dev/bus/usb/ file system and add new unix group AID_USB. by Mike Lockwood · 14 years ago
  72. 509f739 fastboot: Add more vendor usb ids by Dima Zavin · 14 years ago
  73. 80bdda4 Merge "Added a move flag for init's mount command that maps to MS_MOVE." by Jean-Baptiste Queru · 14 years ago
  74. 156b9f3 am 538e5778: merge from open-source master by The Android Open Source Project · 14 years ago
  75. 538e577 merge from open-source master by The Android Open Source Project · 14 years ago
  76. 34ed47a Merge "sys_signame[] was added to libc, remove conflicting definition" by Jean-Baptiste Queru · 14 years ago
  77. a523b5b Merge "Get rid of warnings when compiled with -Wformat-security" into kraken by Nick Kralevich · 14 years ago
  78. 4f55adc Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 14 years ago
  79. dd26bb3 Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 14 years ago
  80. 0253ffd am d00eba45: merge from open-source master by The Android Open Source Project · 14 years ago
  81. d00eba4 merge from open-source master by The Android Open Source Project · 14 years ago
  82. 28a8dab Add a printf format. by christian.bejram · 14 years ago
  83. 42d3812 Merge "Allow pixelflinger to work when NX (No Execute) is enabled." into kraken by Nick Kralevich · 14 years ago
  84. b20e985 am 25ffaff6: am 86b12152: fix windows SDK build by Brad Fitzpatrick · 14 years ago
  85. c279d3c am 218faa30: am e43c2483: More fixes to Binder perf regression from Eclair by Brad Fitzpatrick · 14 years ago
  86. 25ffaff am 86b12152: fix windows SDK build by Brad Fitzpatrick · 14 years ago
  87. 218faa3 am e43c2483: More fixes to Binder perf regression from Eclair by Brad Fitzpatrick · 14 years ago
  88. 86b1215 fix windows SDK build by Brad Fitzpatrick · 14 years ago
  89. beeeee7 Allow pixelflinger to work when NX (No Execute) is enabled. by Nick Kralevich · 14 years ago
  90. e43c248 More fixes to Binder perf regression from Eclair by Brad Fitzpatrick · 14 years ago
  91. 7f2ad58 adb: Add Qualcomm USB id by Dima Zavin · 14 years ago
  92. 4e226a5 am ba9025ce: am 253e27ac: Optimize set_sched_policy(), which gets called in every binder call. by Brad Fitzpatrick · 14 years ago
  93. ba9025c am 253e27ac: Optimize set_sched_policy(), which gets called in every binder call. by Brad Fitzpatrick · 14 years ago
  94. 253e27a Optimize set_sched_policy(), which gets called in every binder call. by Brad Fitzpatrick · 14 years ago
  95. 7a9f4c2 am 83b97a6a: am 458f0633: For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  96. 83b97a6 am 458f0633: For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  97. cc42a2d am 44bce0fb: merge from open-source master by The Android Open Source Project · 14 years ago
  98. 44bce0f merge from open-source master by The Android Open Source Project · 14 years ago
  99. 458f063 For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  100. 2bef93c cpu-features.h is only available for ARM by Bruce Beare · 14 years ago