1. f854045 Merge "init: fix copy/paste mistake" by Treehugger Robot · 7 years ago
  2. 94f3bcd init: fix copy/paste mistake by Tom Cherry · 7 years ago
  3. e3e4ec7 Merge "Skip unnecessary sleep during shutdown" by Wei Wang · 7 years ago
  4. 8c00e42 Skip unnecessary sleep during shutdown by Wei Wang · 7 years ago
  5. f583ff6 Merge "Fix a potential memory leak" by Treehugger Robot · 7 years ago
  6. f26cf6d Fix a potential memory leak by Ting-Yuan Huang · 7 years ago
  7. 1a955fa Merge "Pass in message_version_ received from the secure side." by Treehugger Robot · 7 years ago
  8. 44ad937 Merge "Decrease size of LogBufferElements to 32 bytes." by Christopher Ferris · 7 years ago
  9. 334929b Merge changes I7f00c5f0,Idc18f331,I1e7d3a88 by Tom Cherry · 7 years ago
  10. 89bcc85 init: use Result<T> for the parsing functions by Tom Cherry · 7 years ago
  11. 557946e init: use Result<T> for builtin functions by Tom Cherry · 7 years ago
  12. 11a3aee init: introduce Result<T> for return values and error handling by Tom Cherry · 7 years ago
  13. d467db9 Merge "init: split security functions out of init.cpp" by Tom Cherry · 7 years ago
  14. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 7 years ago
  15. bb2f03f Merge "Compare new unwinder to old unwinder in debuggerd." by Christopher Ferris · 7 years ago
  16. 6452b90 Merge "Add demangling of function name." by Christopher Ferris · 7 years ago
  17. 28fa8b0 Merge "Enable non-secure side to receive messages > 4K" by Treehugger Robot · 7 years ago
  18. 94b0e4f Merge "debuggerd_handler: print pid and process name." by Treehugger Robot · 7 years ago
  19. 38b9b49 Pass in message_version_ received from the secure side. by Jocelyn Bohr · 7 years ago
  20. f95338f Merge "init: fix format issue" by Treehugger Robot · 7 years ago
  21. 9a8c855 Compare new unwinder to old unwinder in debuggerd. by Christopher Ferris · 7 years ago
  22. 81e6c0b debuggerd_handler: print pid and process name. by Josh Gao · 7 years ago
  23. 04fdec0 Add demangling of function name. by Christopher Ferris · 7 years ago
  24. 12bd22b Merge "init: Add readahead built-in command" by Treehugger Robot · 7 years ago
  25. 1f87cd1 init: fix format issue by Tom Cherry · 7 years ago
  26. 74e74f9 Decrease size of LogBufferElements to 32 bytes. by Christopher Ferris · 7 years ago
  27. 542aae4 init: Add readahead built-in command by Wei Wang · 7 years ago
  28. af6a262 Merge "Fix another set of bugs." by Christopher Ferris · 7 years ago
  29. 9e484bd Fix another set of bugs. by Christopher Ferris · 7 years ago
  30. b3ed377 Enable non-secure side to receive messages > 4K by Jocelyn Bohr · 7 years ago
  31. 4723d7c Merge "Add HSM AID." by Treehugger Robot · 7 years ago
  32. f73c5e1 Add HSM AID. by Andrew Scull · 7 years ago
  33. de6b44a Merge "bootstat: switch from root.root to system.log" by Treehugger Robot · 7 years ago
  34. ff7e13c Merge "Don't try to strip a shell script" by Treehugger Robot · 7 years ago
  35. 30bd51c Merge changes If1cffa85,I9011a959 by Tom Cherry · 7 years ago
  36. e1cf0f5 Don't try to strip a shell script by Dan Willemsen · 7 years ago
  37. 5d89e6c Merge "Include asan options from data partition." by Treehugger Robot · 7 years ago
  38. 2a978d3 init: move property_service.cpp to libinit by Tom Cherry · 7 years ago
  39. 45a9d67 init: statically link libselinux to init_tests by Tom Cherry · 7 years ago
  40. 5cd87d3 Merge "Small clean ups" by Christopher Ferris · 7 years ago
  41. ad7f1bc Merge "logcat: transition to Android.bp" by Mark Salyzyn · 7 years ago
  42. ce30d07b1 Include asan options from data partition. by Ryan Campbell · 7 years ago
  43. c3ad75b bootstat: switch from root.root to system.log by Mark Salyzyn · 7 years ago
  44. 3b4b075 Small clean ups by Christopher Ferris · 7 years ago
  45. 507f69f logcat: transition to Android.bp by Mark Salyzyn · 7 years ago
  46. 2d1d881 Merge "logcat: fix error propagation." by Treehugger Robot · 7 years ago
  47. 210e43c logcat: fix error propagation. by Mark Salyzyn · 7 years ago
  48. 2c3a2a8 Merge "ueventd: add test to ensure selabel_lookup() is thread safe" by Tom Cherry · 7 years ago
  49. 57ef66b ueventd: add test to ensure selabel_lookup() is thread safe by Tom Cherry · 7 years ago
  50. 24c39f0 Merge "fastboot: Add --disable-verity and --disable-verification options." by Treehugger Robot · 7 years ago
  51. f602dd4 Merge "Add AID for LoWPAN subsystem" by Treehugger Robot · 7 years ago
  52. b6ea435 fastboot: Add --disable-verity and --disable-verification options. by David Zeuthen · 7 years ago
  53. 01f7576 Add AID for LoWPAN subsystem by Robert Quattlebaum · 7 years ago
  54. 69ff500 Merge "Fix clang-tidy performance warnings in system/core." by Chih-hung Hsieh · 7 years ago
  55. 401c9cb Merge "init: more unique_fd, less goto" by Tom Cherry · 7 years ago
  56. 7c4609c init: more unique_fd, less goto by Tom Cherry · 7 years ago
  57. 59b33cb Merge "libcutils: write trace event into socket in container" by Treehugger Robot · 7 years ago
  58. 90657bb Merge "Return correct error code when finish input length is too long." by Treehugger Robot · 7 years ago
  59. f1e5edf Return correct error code when finish input length is too long. by Jocelyn Bohr · 7 years ago
  60. e5d975c Fix clang-tidy performance warnings in system/core. by Chih-Hung Hsieh · 7 years ago
  61. 172b1d0 Merge "Add support for the new unwind method." by Christopher Ferris · 7 years ago
  62. 472808a Merge changes from topic 'libcutils_private_headers' by Yifan Hong · 7 years ago
  63. 6f3981c Add support for the new unwind method. by Christopher Ferris · 7 years ago
  64. e403038 libcutils: write trace event into socket in container by Earl Ou · 8 years ago
  65. 5c65599 Merge "cutils: update property_get to use diagnose_if." by Treehugger Robot · 7 years ago
  66. e61e2fc Merge "Stop asking for old versions of C++ in system/core." by Treehugger Robot · 7 years ago
  67. b31ca1a Merge "Fix reference to out of scope local in adb_thread_setname." by Treehugger Robot · 7 years ago
  68. b680712 Remove private headers from libcutils.vendor by Yifan Hong · 7 years ago
  69. 09c8967 Move android_filesystem_config.h => fs_config.h by Yifan Hong · 7 years ago
  70. b5c90e9 Merge "Revert "base: work around thread safety analysis bug."" by Josh Gao · 7 years ago
  71. c54e3db Revert "base: work around thread safety analysis bug." by Josh Gao · 7 years ago
  72. f3c7f10 Merge "base: work around thread safety analysis bug." by Josh Gao · 7 years ago
  73. f914029 Merge "Make sure freeaddrinfo is always called on failure." by Treehugger Robot · 7 years ago
  74. 9bf11c1 cutils: update property_get to use diagnose_if. by George Burgess IV · 7 years ago
  75. ac8a484 Merge "libappfuse: use an explicit buffer size" by Treehugger Robot · 7 years ago
  76. e4509da base: work around thread safety analysis bug. by Josh Gao · 7 years ago
  77. 8753358 libappfuse: use an explicit buffer size by George Burgess IV · 7 years ago
  78. 972d078 Stop asking for old versions of C++ in system/core. by Elliott Hughes · 7 years ago
  79. ceb7814 Merge "Remove TODOs for std::string removal." by Treehugger Robot · 7 years ago
  80. 7462f18 Fix reference to out of scope local in adb_thread_setname. by Elliott Hughes · 7 years ago
  81. 3ff453a Make sure freeaddrinfo is always called on failure. by Elliott Hughes · 7 years ago
  82. e7b8fc2 Merge "Add comments to "public.libraries.*.txt"." by Treehugger Robot · 7 years ago
  83. 7009a3c Merge "Allow mips to build." by Christopher Ferris · 7 years ago
  84. 32766f1 Allow mips to build. by Christopher Ferris · 7 years ago
  85. c34afb1 Merge "init: use unique_fd in builtins.cpp" by Tom Cherry · 7 years ago
  86. 0d2cac9 Merge "Revert "Add support for the new unwind method."" by Christopher Ferris · 7 years ago
  87. bd625ef Revert "Add support for the new unwind method." by Christopher Ferris · 7 years ago
  88. 9ccf627 Merge "Add support for the new unwind method." by Christopher Ferris · 7 years ago
  89. e4bd153 Merge "Fix misc-macro-parentheses warnings in system/core." by Treehugger Robot · 7 years ago
  90. 85244e8 Fix misc-macro-parentheses warnings in system/core. by Chih-Hung Hsieh · 7 years ago
  91. 7037991 init: use unique_fd in builtins.cpp by Tom Cherry · 7 years ago
  92. 2a2a8d9 Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe by Tom Cherry · 7 years ago
  93. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 7 years ago
  94. eeee831 init: move reaping from ServiceManager to signal_handler.cpp by Tom Cherry · 7 years ago
  95. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 7 years ago
  96. eb3fa92 Merge "init: fix process restarting" by Tom Cherry · 7 years ago
  97. c7ba2bb Merge "fastboot: call mke2fs to format ext4 filesystem on windows" by Treehugger Robot · 7 years ago
  98. be4eec0 Merge "fastboot: enable uninit_bg for ext4" by Treehugger Robot · 7 years ago
  99. c8ddc2b Remove TODOs for std::string removal. by Steven Moreland · 7 years ago
  100. 29fc859 fastboot: call mke2fs to format ext4 filesystem on windows by Jin Qian · 7 years ago