1. 992031c Build pixelflinger tests as native tests, not executables. by Narayan Kamath · 11 years ago
  2. a42d5bf Merge "pixelflinger: Use pointer arithmetic to determine cache flush parameters" by Narayan Kamath · 11 years ago
  3. 64f5fe2 Merge "property_service: get rid of hard coded property / control list" by Nick Kralevich · 11 years ago
  4. 01ad771 Merge "Fix %llx to PRIx64 in nandread.c." by Elliott Hughes · 11 years ago
  5. a5f2862 Fix %llx to PRIx64 in nandread.c. by Elliott Hughes · 11 years ago
  6. 4ad20e5 Merge "Redirect libselinux logging to dmesg for ueventd." by Nick Kralevich · 11 years ago
  7. e402227 Merge "libbacktrace_libc++ needs to be multilib on the Mac too." by Ian Rogers · 11 years ago
  8. c132aaf libbacktrace_libc++ needs to be multilib on the Mac too. by Ian Rogers · 11 years ago
  9. 949bd4c Merge "Print ABI in backtraces." by Michael Wright · 11 years ago
  10. 80f5969 Print ABI in backtraces. by Michael Wright · 11 years ago
  11. 439224e Redirect libselinux logging to dmesg for ueventd. by Stephen Smalley · 11 years ago
  12. 0770333 Merge "Wait for device to disappear after "fastboot reboot"." by JP Abgrall · 11 years ago
  13. ec25e7b Wait for device to disappear after "fastboot reboot". by Mark Wachsler · 11 years ago
  14. c4a0965 Merge "Fixed pathname for connecting to debugger." by Elliott Hughes · 11 years ago
  15. 20c214f Fixed pathname for connecting to debugger. by Brigid Smith · 11 years ago
  16. 676f375 Merge "Add android_memset16/android_memset32 for aarch64." by Christopher Ferris · 11 years ago
  17. d660d89 Add android_memset16/android_memset32 for aarch64. by Christopher Ferris · 11 years ago
  18. 20bda70 Merge "Add Smartisan usb config" by Elliott Hughes · 11 years ago
  19. f473200 Fixing debuggerd header output. by Brigid Smith · 11 years ago
  20. 7950fc4 Merge "Add ability to boot from charger mode." by Riley Andrews · 11 years ago
  21. 633be1f Merge "Remove android_atomic_swap from mips & mips64." by Elliott Hughes · 11 years ago
  22. a74680f Remove android_atomic_swap from mips & mips64. by Elliott Hughes · 11 years ago
  23. 2970517 Merge "[MIPS64] add atomic-mips64" by Elliott Hughes · 11 years ago
  24. e4b7b29 Add ability to boot from charger mode. by Riley Andrews · 11 years ago
  25. 2e82904 Maps output now marks the fault address location. by Brigid Smith · 11 years ago
  26. dbb9351 Merge "libcutils: Fix warnings in properties.c when verbose logging is enabled" by Riley Andrews · 11 years ago
  27. 1f7f70a libcutils: Fix warnings in properties.c when verbose logging is enabled by Igor Murashkin · 11 years ago
  28. 5bd578e Merge "cutils: Add property_get_bool, _get_int32, _get_int64" by Riley Andrews · 11 years ago
  29. 56b1d74 Merge "init/ueventd: adds wildcard matching for ueventd rules" by Colin Cross · 11 years ago
  30. d8f2a8d cutils: Add property_get_bool, _get_int32, _get_int64 by Igor Murashkin · 11 years ago
  31. c0c1ffe init/ueventd: adds wildcard matching for ueventd rules by Daniel Leung · 13 years ago
  32. c40b9f0 Merge "healthd: UEVENT_MSG_LEN is changed from 1048 to 2048 in compliance with BUFFER_LEN in the kobject_uevent in kernel." by Ruchi Kandoi · 11 years ago
  33. 37d7fdb Merge "Maps output now marks the fault address location." by Elliott Hughes · 11 years ago
  34. e1f17eb Merge "Fixing debuggerd header output." by Elliott Hughes · 11 years ago
  35. 4f5392c Merge "Make indentation sane in init.rc" by Riley Andrews · 11 years ago
  36. 6dfdc7c Make indentation sane in init.rc by Riley Andrews · 11 years ago
  37. 04db8a5 healthd: UEVENT_MSG_LEN is changed from 1048 to 2048 in compliance with by Ruchi Kandoi · 11 years ago
  38. 410ae2f pixelflinger: Use pointer arithmetic to determine cache flush parameters by Ashok Bhat · 11 years ago
  39. 030ba83 Merge "Updated non-ARM archs to reflect logging changes." by Elliott Hughes · 11 years ago
  40. e17f267 Updated non-ARM archs to reflect logging changes. by Brigid Smith · 11 years ago
  41. 32cd6ec Merge "Removed log.quiet and log = NULL cases from debuggerd." by Elliott Hughes · 11 years ago
  42. 50eb546 Removed log.quiet and log = NULL cases from debuggerd. by Brigid Smith · 11 years ago
  43. a4fb975 Merge "Fix debuggerd "format '%p'" build breakage." by Elliott Hughes · 11 years ago
  44. e901c1b Fix debuggerd "format '%p'" build breakage. by Elliott Hughes · 11 years ago
  45. 5e504a4 Merge "adb: Add USB vendor ID for Honeywell" by Colin Cross · 11 years ago
  46. 8c4c8e8 adb: Add USB vendor ID for Honeywell by DanielMo · 11 years ago
  47. 974a4f3 Merge "Use inet_ntoa to display ipaddr and mask values" by Colin Cross · 11 years ago
  48. 9875ee9 Use inet_ntoa to display ipaddr and mask values by Bhanu Chetlapalli · 11 years ago
  49. 528c13e property_service: get rid of hard coded property / control list by Nick Kralevich · 11 years ago
  50. 3f55d2f Merge "logcat: test: modernize" by Mark Salyzyn · 11 years ago
  51. 9879ac8 logcat: test: modernize by Mark Salyzyn · 11 years ago
  52. 4e6aa6a Merge "adbd: unconditionally call setgroups" by Nick Kralevich · 11 years ago
  53. e5cbf4e adbd: unconditionally call setgroups by Nick Kralevich · 11 years ago
  54. 4da93e3 Merge "logd: Allow apps to clear their UID-specific data" by Mark Salyzyn · 11 years ago
  55. 4924d10 Merge "Regenerate init.environ.rc if PRODUCT_BOOTCLASSPATH changed." by Ying Wang · 11 years ago
  56. 2359b3c Regenerate init.environ.rc if PRODUCT_BOOTCLASSPATH changed. by Ying Wang · 11 years ago
  57. 9e7bef0 Merge changes I759c65e8,I97699037 by Mark Salyzyn · 11 years ago
  58. 6e9aaae logd: test: deal with spam filter turned off by Mark Salyzyn · 11 years ago
  59. 0c57bd8 logd: test: modernize by Mark Salyzyn · 11 years ago
  60. 0ef3fa2 Merge "Changed maps output in debuggerd." by Elliott Hughes · 11 years ago
  61. 7b2078e Changed maps output in debuggerd. by Brigid Smith · 11 years ago
  62. 5bc6b5b Merge "Fixed logcat debug output issue." by Elliott Hughes · 11 years ago
  63. 1babede Fixed logcat debug output issue. by Brigid Smith · 11 years ago
  64. 4dfe6fa Merge "Enable host multilib for ART testing." by Ian Rogers · 11 years ago
  65. 5af80aa Enable host multilib for ART testing. by Ian Rogers · 11 years ago
  66. 2af91ff Merge "Extend ueventd to use the label-by-symlink support in libselinux." by Nick Kralevich · 11 years ago
  67. 46a9788 Merge "Changing how debuggerd filters log messages to different locations." by Elliott Hughes · 11 years ago
  68. 62ba489 Changing how debuggerd filters log messages to different locations. by Brigid Smith · 11 years ago
  69. 60218f1 Merge "Add gionee USB vendor id." by Elliott Hughes · 11 years ago
  70. 4f8d3be Add gionee USB vendor id. by xuefeng cai · 11 years ago
  71. b4c5200 Extend ueventd to use the label-by-symlink support in libselinux. by Stephen Smalley · 11 years ago
  72. 1a240b4 logd: Allow apps to clear their UID-specific data by Mark Salyzyn · 11 years ago
  73. 7fa1cd1 Merge "log: Fix warning with __USE_MINGW_ANSI_STDIO" by Mark Salyzyn · 11 years ago
  74. b44e626 Merge "Fix windows sdk build." by Dan Albert · 11 years ago
  75. 5e541bf Fix windows sdk build. by Dan Albert · 11 years ago
  76. 08430b1 Merge "Use syscall(2) instead of ioprio_get/ioprio_set." by Dan Albert · 11 years ago
  77. 167c0ed Use syscall(2) instead of ioprio_get/ioprio_set. by Dan Albert · 11 years ago
  78. 0cddcc6 log: Fix warning with __USE_MINGW_ANSI_STDIO by Dan Willemsen · 11 years ago
  79. 59d16c9 Merge "make console shell run as GID=shell" by Nick Kralevich · 11 years ago
  80. f2cb352 make console shell run as GID=shell by Nick Kralevich · 11 years ago
  81. a9aa0f2 Merge "Build the libc++ variant of libbacktrace on the host for Mac." by Ian Rogers · 11 years ago
  82. deebae5 Build the libc++ variant of libbacktrace on the host for Mac. by Ian Rogers · 11 years ago
  83. f2521e7 Merge changes I46586cba,I6c500ab5,I2f7d9934 by Colin Cross · 11 years ago
  84. 032d4e2 Add mknod utility to system/core/toolbox by Sujith Ramakrishnan · 11 years ago
  85. 140b135 Getevent: make sure the monotonic timestamp is displayed; warning cleanup. by Sasha Levitskiy · 11 years ago
  86. 38e5f07 toolbox: Add nohup command by Glenn Kasten · 12 years ago
  87. 875dc8f Merge "Create /data/dalvik-cache/profiles" by Nick Kralevich · 11 years ago
  88. 347ee51 Create /data/dalvik-cache/profiles by Nick Kralevich · 11 years ago
  89. 304d31f Merge "Make su 04750" by Nick Kralevich · 11 years ago
  90. 0319f52 Merge "Replace hand written offsets with structures." by Narayan Kamath · 11 years ago
  91. 926973e Replace hand written offsets with structures. by Narayan Kamath · 11 years ago
  92. e2d5a3b Merge "Switch md5 over to openssl rather than libc." by Elliott Hughes · 11 years ago
  93. 7fc4712 Switch md5 over to openssl rather than libc. by Elliott Hughes · 11 years ago
  94. c3df8d7 Make su 04750 by Nick Kralevich · 11 years ago
  95. 3013615 Merge "adb: avoid leaking file descriptors" by Nick Kralevich · 11 years ago
  96. 5db5b8a Merge "Port libcutils memset16/32 to x86_64." by Christopher Ferris · 11 years ago
  97. ae8f67d Merge "logd: logcat unexpected EOF on slow consoles" by Mark Salyzyn · 11 years ago
  98. 8d7656b logd: logcat unexpected EOF on slow consoles by Mark Salyzyn · 11 years ago
  99. b7b92ae Merge "Fix build." by Narayan Kamath · 11 years ago
  100. c00de56 Fix build. by Narayan Kamath · 11 years ago