1. 6f3981c Add support for the new unwind method. by Christopher Ferris · 7 years ago
  2. 5c65599 Merge "cutils: update property_get to use diagnose_if." by Treehugger Robot · 7 years ago
  3. e61e2fc Merge "Stop asking for old versions of C++ in system/core." by Treehugger Robot · 7 years ago
  4. b31ca1a Merge "Fix reference to out of scope local in adb_thread_setname." by Treehugger Robot · 7 years ago
  5. b5c90e9 Merge "Revert "base: work around thread safety analysis bug."" by Josh Gao · 7 years ago
  6. c54e3db Revert "base: work around thread safety analysis bug." by Josh Gao · 7 years ago
  7. f3c7f10 Merge "base: work around thread safety analysis bug." by Josh Gao · 7 years ago
  8. f914029 Merge "Make sure freeaddrinfo is always called on failure." by Treehugger Robot · 7 years ago
  9. 9bf11c1 cutils: update property_get to use diagnose_if. by George Burgess IV · 7 years ago
  10. ac8a484 Merge "libappfuse: use an explicit buffer size" by Treehugger Robot · 7 years ago
  11. e4509da base: work around thread safety analysis bug. by Josh Gao · 7 years ago
  12. 8753358 libappfuse: use an explicit buffer size by George Burgess IV · 7 years ago
  13. 972d078 Stop asking for old versions of C++ in system/core. by Elliott Hughes · 7 years ago
  14. ceb7814 Merge "Remove TODOs for std::string removal." by Treehugger Robot · 7 years ago
  15. 7462f18 Fix reference to out of scope local in adb_thread_setname. by Elliott Hughes · 7 years ago
  16. 3ff453a Make sure freeaddrinfo is always called on failure. by Elliott Hughes · 7 years ago
  17. e7b8fc2 Merge "Add comments to "public.libraries.*.txt"." by Treehugger Robot · 7 years ago
  18. 7009a3c Merge "Allow mips to build." by Christopher Ferris · 7 years ago
  19. 32766f1 Allow mips to build. by Christopher Ferris · 7 years ago
  20. c34afb1 Merge "init: use unique_fd in builtins.cpp" by Tom Cherry · 7 years ago
  21. 0d2cac9 Merge "Revert "Add support for the new unwind method."" by Christopher Ferris · 7 years ago
  22. bd625ef Revert "Add support for the new unwind method." by Christopher Ferris · 7 years ago
  23. 9ccf627 Merge "Add support for the new unwind method." by Christopher Ferris · 7 years ago
  24. e4bd153 Merge "Fix misc-macro-parentheses warnings in system/core." by Treehugger Robot · 7 years ago
  25. 85244e8 Fix misc-macro-parentheses warnings in system/core. by Chih-Hung Hsieh · 7 years ago
  26. 7037991 init: use unique_fd in builtins.cpp by Tom Cherry · 7 years ago
  27. 2a2a8d9 Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe by Tom Cherry · 7 years ago
  28. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 7 years ago
  29. eeee831 init: move reaping from ServiceManager to signal_handler.cpp by Tom Cherry · 7 years ago
  30. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 7 years ago
  31. eb3fa92 Merge "init: fix process restarting" by Tom Cherry · 7 years ago
  32. c7ba2bb Merge "fastboot: call mke2fs to format ext4 filesystem on windows" by Treehugger Robot · 7 years ago
  33. be4eec0 Merge "fastboot: enable uninit_bg for ext4" by Treehugger Robot · 7 years ago
  34. c8ddc2b Remove TODOs for std::string removal. by Steven Moreland · 7 years ago
  35. 29fc859 fastboot: call mke2fs to format ext4 filesystem on windows by Jin Qian · 7 years ago
  36. 99e3964 fastboot: enable uninit_bg for ext4 by Jin Qian · 7 years ago
  37. d269e3a init: fix process restarting by Tom Cherry · 7 years ago
  38. 5b460d1 Add support for the new unwind method. by Christopher Ferris · 7 years ago
  39. 6fa0884 Merge "Allow the use of a custom Android DT directory" by Bo Hu · 7 years ago
  40. bd0ad88 Add comments to "public.libraries.*.txt". by Elliott Hughes · 7 years ago
  41. 379123f Merge "init: remove Parser singleton and related cleanup" by Tom Cherry · 7 years ago
  42. 13c3a58 Merge "Move chmod of /sys/kernel/debug/tracing to fix tracing." by Treehugger Robot · 7 years ago
  43. c01022a Allow the use of a custom Android DT directory by Yu Ning · 7 years ago
  44. d48c4cf Move chmod of /sys/kernel/debug/tracing to fix tracing. by Joel Galenson · 7 years ago
  45. 67dee62 init: remove Parser singleton and related cleanup by Tom Cherry · 7 years ago
  46. 8e7942c Merge "init: shutdown services in the opposite order that they started" by Tom Cherry · 7 years ago
  47. 4e82274 Merge "rootdir: record last build fingerprint" by Treehugger Robot · 7 years ago
  48. 1b506c5 Merge "init: fix type of 2nd argument passed to prctl" by Treehugger Robot · 7 years ago
  49. a724360 init: fix type of 2nd argument passed to prctl by Ben Fennema · 7 years ago
  50. a19f481 Merge "init: only use signed-integer-overflow sanitizer" by Treehugger Robot · 7 years ago
  51. 5550901 Merge "adbd: add logging to troubleshoot usb issues." by Treehugger Robot · 7 years ago
  52. 5938379 init: shutdown services in the opposite order that they started by Tom Cherry · 7 years ago
  53. 16bb361 rootdir: record last build fingerprint by Siqi Lin · 7 years ago
  54. 2ffd65e init: only use signed-integer-overflow sanitizer by Tom Cherry · 7 years ago
  55. 29b9411 Merge "bootstat: Log even more boot reasons." by Treehugger Robot · 7 years ago
  56. 184f571 adbd: add logging to troubleshoot usb issues. by Josh Gao · 7 years ago
  57. 3e0b594 Merge "Add definition of off64_t for mac os builds" by Adam Lesinski · 7 years ago
  58. 5fff67f Add definition of off64_t for mac os builds by Adam Lesinski · 7 years ago
  59. 8d7f63d bootstat: Log even more boot reasons. by James Hawkins · 7 years ago
  60. a0360ad Merge "libziparchive: Use ReadAtOffset exclusively" by Adam Lesinski · 7 years ago
  61. 80ec81c Merge "Remove LOCAL_CLANG and clang: true" by Treehugger Robot · 7 years ago
  62. e7ce8c8 Merge "Add thread safety analysis annotations." by Treehugger Robot · 7 years ago
  63. 43567e3 Merge "Do not umount roofs even if it is R/W." by Treehugger Robot · 7 years ago
  64. 9f1980e Merge "init: add support for global seccomp boot option" by Treehugger Robot · 7 years ago
  65. de117e4 libziparchive: Use ReadAtOffset exclusively by Adam Lesinski · 7 years ago
  66. a01c27e Do not umount roofs even if it is R/W. by Wei Wang · 7 years ago
  67. cd15fc7 Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 7 years ago
  68. 603cae8 Merge "init: Fire shutdown trigger for thermal shutdown" by Treehugger Robot · 7 years ago
  69. af1a9bf init: add support for global seccomp boot option by Steve Muckle · 7 years ago
  70. 1be2212 init: Fire shutdown trigger for thermal shutdown by Wei Wang · 7 years ago
  71. ce3b2de Merge "init: use delegating constructor for Service" by Tom Cherry · 7 years ago
  72. 4e5b691 Add thread safety analysis annotations. by Siarhei Vishniakou · 7 years ago
  73. 9dd1a12 Merge "fs_mgr:Add filter condition to make sure that the super block is correct." by Keun-young Park · 7 years ago
  74. 5d17d04 init: use delegating constructor for Service by Tom Cherry · 7 years ago
  75. 176827e Merge changes from topic 'mke2fs_2' by Treehugger Robot · 7 years ago
  76. 3fdf5ec fastboot: add mke2fs and e2fsdroid to build package by Jin Qian · 7 years ago
  77. 4afba66 fastboot: call mke2fs tools to generate ext4 image by Jin Qian · 7 years ago
  78. 4e8d73f fs_mgr:Add filter condition to make sure that the super block is correct. by katao · 7 years ago
  79. c0d88ed fs_mgr: call format_f2fs correctly with -f by Jaegeuk Kim · 7 years ago
  80. 0045697 init: require e2fsdroid and mke2fs when building init by Jin Qian · 7 years ago
  81. 278b15c init: rename mke2fs tools with _static suffix by Jin Qian · 7 years ago
  82. e3d470b Merge "Cleanup the libbacktrace interface a bit." by Christopher Ferris · 7 years ago
  83. c6dd6e8 Merge "Speed up StepIfSignalHandler path." by Christopher Ferris · 7 years ago
  84. d5b36f3 Merge "init: Do full shutdown even for thermal shutdown" by Treehugger Robot · 7 years ago
  85. a68f633 Merge "fs_mgr_verity: allow verification error when the device is unlocked" by Treehugger Robot · 7 years ago
  86. 9aaf66b Merge "ueventd: fixup ueventd_test.cpp" by Tom Cherry · 7 years ago
  87. 3017387 init: Do full shutdown even for thermal shutdown by Keun-young Park · 7 years ago
  88. 96722b0 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 7 years ago
  89. 2ef572b ueventd: fixup ueventd_test.cpp by Tom Cherry · 7 years ago
  90. c13a2da Merge "dump stack before kill all" by Keun-young Park · 7 years ago
  91. eb4a6db Speed up StepIfSignalHandler path. by Christopher Ferris · 7 years ago
  92. 33913eb Merge "Add signal handling to the register object." by Christopher Ferris · 7 years ago
  93. 4f59afe Merge "system/core: use proper nativehelper headers" by Treehugger Robot · 7 years ago
  94. b674894 fs_mgr_verity: allow verification error when the device is unlocked by Bowgo Tsai · 7 years ago
  95. c59b822 dump stack before kill all by Keun-young Park · 7 years ago
  96. b84666c Merge "Add memcg related configs to init." by Robert Benea · 7 years ago
  97. a019665 Add signal handling to the register object. by Christopher Ferris · 7 years ago
  98. 00fe3ad system/core: use proper nativehelper headers by Steven Moreland · 7 years ago
  99. d485226 Add memcg related configs to init. by Robert Benea · 7 years ago
  100. a022ea4 Merge "uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp" by Treehugger Robot · 7 years ago