1. 9c5366b init: Move signal handling to signal_handler.c by Colin Cross · 14 years ago
  2. 504bc51 init: Move gettime() to util.c by Colin Cross · 14 years ago
  3. d11beb2 init: Move property_set_fd to property_service.c by Colin Cross · 14 years ago
  4. ca7648d init: Move parser prototypes to parser.h by Colin Cross · 14 years ago
  5. 0dd7ca6 init: Move device_fd to devices.c by Colin Cross · 14 years ago
  6. a866695 init: Move keychords to keychords.c by Colin Cross · 14 years ago
  7. f24ed8c init: Move mtd functions from init.c to util.c by Colin Cross · 14 years ago
  8. 31712be Move filesystem mounting into a new "fs" init level by Colin Cross · 14 years ago
  9. dc61c9c Add a build dependency for ramdisk.img on system/core/rootdir/init.rc by Colin Cross · 14 years ago
  10. 1ded19f fix build by Jean-Baptiste Queru · 14 years ago
  11. a841532 am 1888de8e: merge from open-source master by The Android Open Source Project · 14 years ago
  12. 1888de8 merge from open-source master by The Android Open Source Project · 14 years ago
  13. 5ffbf26 toolbox: add "uptime" command by Mike Lockwood · 14 years ago
  14. a699d62 toolbox: add "uptime" command by Mike Lockwood · 14 years ago
  15. 7c2be04 Rename logtag for clarity. by Brad Fitzpatrick · 14 years ago
  16. 7c19bbe Add Pantech's USB vendor ID to adb. by Xavier Ducrohet · 14 years ago
  17. 7e8529a system/core: Switch libsysutils & sched_policy LOG -> SLOG by San Mehat · 14 years ago
  18. c741f22 Add NET_RAW to mediaserver so that it can open a raw HCI socket to configure by Nick Pelly · 14 years ago
  19. 830abe0 MOAR GROUPS by Nick Pelly · 14 years ago
  20. 3555019 Add Bluetooth SCO connection blacklist by Eric Olsen · 14 years ago
  21. 92f66cd Merge "fix [2483384] logcat crash when malloc debug is enabled" by Mathias Agopian · 14 years ago
  22. 5084452 fix [2483384] logcat crash when malloc debug is enabled by Mathias Agopian · 14 years ago
  23. 1f4d952 Add 'run-as' command implementation as set-uid program. by David 'Digit' Turner · 14 years ago
  24. 5fc070b Merge "cleanup init.rc" by Oscar Montemayor · 14 years ago
  25. bbf3ea4 cleanup init.rc by Jean-Baptiste Queru · 14 years ago
  26. 8d2f91d Added Kyocera's VID (0x0482), upon their request. by Takeshi Kishimoto · 14 years ago
  27. d1d3b6d Add '-t N' flag to logcat, to print only the last N lines of logcat by Dan Egnor · 14 years ago
  28. bbf1c64 Change permissions on pppd-ril by Wink Saville · 14 years ago
  29. d475d09 Merge "system: libdiskconfig: Add libdiskconfig" by San Mehat · 14 years ago
  30. bde9e13 Merge "Add wall-clock timing for each fastboot Action." by Daniel Sandler · 14 years ago
  31. 95ee753 Merge "Use arch flags instead of TARGET_ARCH_VARIANT, and add support for VFP_D16" by Colin Cross · 14 years ago
  32. a6391f1 system: libdiskconfig: Add libdiskconfig by San Mehat · 14 years ago
  33. e951f60 Use arch flags instead of TARGET_ARCH_VARIANT, and add support for VFP_D16 by Colin Cross · 14 years ago
  34. 36cf32f Remove an obsolete event log tag. by Dan Egnor · 14 years ago
  35. 732799e Merge "sysutils: Increase number of command arguments to 16" by Dmitry Shmidt · 14 years ago
  36. 1159d7f sysutils: Increase number of command arguments to 16 by Dmitry Shmidt · 14 years ago
  37. fe582b5 adb: Add five second timeout for USB writes on Linux host. by Mike Lockwood · 14 years ago
  38. f91c968 Add an empty CleanSpec.mk by Jean-Baptiste Queru · 14 years ago
  39. 7df6349 merge from open-source master by The Android Open Source Project · 14 years ago
  40. b51cb88 Merge "toolbox: nandread: Add options to extract raw images, partial images, and fix bad block check." by Arve Hjønnevåg · 14 years ago
  41. 3e1aac6 Change netcfg permissions to 2750. Fix bug 2104034. by Nick Kralevich · 14 years ago
  42. b6b8793 toolbox: nandread: Add options to extract raw images, partial images, and fix bad block check. by Arve Hjønnevåg · 14 years ago
  43. 3b6bd02 remove stray printfs. by Joe Onorato · 14 years ago
  44. 661aff6 newfs_msdos: Allow -s option to work by itself by San Mehat · 14 years ago
  45. 503df20 cutils: sched_policy: Make getSchedulerGroup() play nicely with multiple control groups by San Mehat · 14 years ago
  46. fd7ebb3 Merge "Fix Heap Corruption from too long of a TAG" by Andy McFadden · 14 years ago
  47. 026b017 Merge "init.rc: Add cpuacct to cgroup mount for cpu statistic" by Mike Chan · 14 years ago
  48. 6fcc801 Add missing newlines to adb usage message by Brian Carlstrom · 14 years ago
  49. 89f235c init.rc: Add cpuacct to cgroup mount for cpu statistic by Mike Chan · 14 years ago
  50. e2bf2ea Make logcat print both the main and system buffers by default. Make SLOGx macros work. by Joe Onorato · 14 years ago
  51. b91bf4b Revert "init.rc: Add cpuacct to cgroup mount for cpu statistics" by San Mehat · 14 years ago
  52. bfb0477 Merge "adb: do not mix printf() with write() when writing to stdout." by Mike Lockwood · 14 years ago
  53. 85cf568 cutils: schedpolicy: remove stray include by San Mehat · 14 years ago
  54. 81689b6 Merge "Allow logcat to take multiple -b options, and interleave the results." by Joe Onorato · 14 years ago
  55. a7d8822 init.rc: Add cpuacct to cgroup mount for cpu statistics by Mike Chan · 14 years ago
  56. 6fa09a0 Allow logcat to take multiple -b options, and interleave the results. by Joe Onorato · 14 years ago
  57. e2fe261 cutils: iosched_policy: Don't do anything for simulator by San Mehat · 14 years ago
  58. f0cb74e rootdir: init.rc: Enable I/O priorities for media server and vold by San Mehat · 14 years ago
  59. 4e221f0 init: Add support for specifying a services i/o priority by San Mehat · 14 years ago
  60. 1bfb480 Merge "system: Add support for getting/setting i/o priorities and include a userspace tool" by San Mehat · 14 years ago
  61. 1d01c29 Merge "Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request." by Satoshi Kataoka · 14 years ago
  62. dd6b36e adb: do not mix printf() with write() when writing to stdout. by Mike Lockwood · 15 years ago
  63. eafdd86 Update bluetooth data files path. by Jaikumar Ganesh · 15 years ago
  64. 10d469b system: Add support for getting/setting i/o priorities and include a userspace tool by San Mehat · 14 years ago
  65. cb6e22b Add wall-clock timing for each fastboot Action. by Daniel Sandler · 14 years ago
  66. d969faa adb: Attempt to unmount the SD card before rebooting. by Mike Lockwood · 14 years ago
  67. a9db22f rootdir: init.rc: Add 'ASEC_MOUNTPOINT' environment variable. by San Mehat · 14 years ago
  68. 71122f9 am d6391c6a: merge from open-source master by The Android Open Source Project · 14 years ago
  69. 8ccb3a5 system: Remove dead vold1 code by San Mehat · 14 years ago
  70. d6391c6 merge from open-source master by The Android Open Source Project · 14 years ago
  71. 01512aa Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request. by Takeshi Kishimoto · 14 years ago
  72. bbfe136 Remove dead services from init.rc. by Chia-chi Yeh · 14 years ago
  73. 6f957c3 generic_rootdir: vold_fstab: Change '/sdcard' -> '/mnt/sdcard' by San Mehat · 14 years ago
  74. 6ea3cc6 rootdir: init.rc: Create secure staging directories, and a compat symlink by San Mehat · 14 years ago
  75. 0ef3fd0 adb: add -s option to adb install for installing apps on SD card. by Mike Lockwood · 14 years ago
  76. b45b5c9 Fix Heap Corruption from too long of a TAG by Keith Preston · 14 years ago
  77. fa36f2c fix [2448319] out of bounds array index in fog by Mathias Agopian · 14 years ago
  78. 5dca849 remove unused YUV constants by Mathias Agopian · 14 years ago
  79. 8e4f143 pixelflinger: add defines for nv12_tiled semi-planar and nv21 semi-planar by Dima Zavin · 14 years ago
  80. a1dca2f Merge "Allow numeric uid & gid in chown" by Andy Stadler · 14 years ago
  81. 931175a fastboot: add nand page size param, used for boot and flash:raw commands by Dima Zavin · 14 years ago
  82. d77caaa Merge "Added USB vendor id of Sharp, based on Sharp's request. Sharp's vendor id: 0x04dd" by Satoshi Kataoka · 14 years ago
  83. 5a912bf ADB: Garmin-Asus's USB Vendor ID by Raphael · 14 years ago
  84. 2f6c2b0 adb: add Nvidia's vendor id to adb by Erik Gilling · 14 years ago
  85. 7eced2b make "adb bugreport" run "bugreport" (which invokes "dumpstate" by Dan Egnor · 14 years ago
  86. 429c5ae adb: Fix problems detecting adb in more complicated USB configurations. by Mike Lockwood · 14 years ago
  87. 8071a4b Make adb pull use . as the target file directory if you don't supply one. by Joe Onorato · 15 years ago
  88. 715c889 Allow numeric uid & gid in chown by Andrew Stadler · 14 years ago
  89. 9b0bf52 Remove some log tags, which have moved to their own by Dan Egnor · 14 years ago
  90. 123331a Added USB vendor id of Sharp, based on Sharp's request. by Takeshi Kishimoto · 14 years ago
  91. 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
  92. 92b2566 am d8bdf217: resolved conflicts for merge of e577a83a to eclair-plus-aosp by Jean-Baptiste Queru · 14 years ago
  93. d8bdf21 resolved conflicts for merge of e577a83a to eclair-plus-aosp by Jean-Baptiste Queru · 14 years ago
  94. e577a83 reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  95. 157bf76 Remove libjnigraphics. moved to frameworks/base/native by Dima Zavin · 14 years ago
  96. 32f5166 am 4f4ccaa1: am 1404c27b: Merge "system/core/init: set proper permissions for tpa2018d1 (CDMA)" into eclair by Iliyan Malchev · 14 years ago
  97. 4f4ccaa am 1404c27b: Merge "system/core/init: set proper permissions for tpa2018d1 (CDMA)" into eclair by Iliyan Malchev · 14 years ago
  98. 1404c27 Merge "system/core/init: set proper permissions for tpa2018d1 (CDMA)" into eclair by Iliyan Malchev · 14 years ago
  99. 1340a09 system/core/init: set proper permissions for tpa2018d1 (CDMA) by Iliyan Malchev · 14 years ago
  100. 3332d6e resolved conflicts for merge of 190cabb3 to master by Raphael · 14 years ago