1. 870725a init: Purge empty process groups on zygote restart by Suren Baghdasaryan · 2 years, 3 months ago
  2. 61b06cc Merge "init: Add more diagnostics for b/223076262." into tm-dev by David Anderson · 2 years, 3 months ago
  3. d7f2bfb init: Add more diagnostics for b/223076262. by David Anderson · 2 years, 3 months ago
  4. 1bd1746 init: Treat failure to create a process group as fatal by Suren Baghdasaryan · 2 years, 4 months ago
  5. fe62ca7 Merge "init: Add more diagnostics for signalfd hangs." by David Anderson · 2 years, 4 months ago
  6. 14f9c15 init: Add more diagnostics for signalfd hangs. by David Anderson · 2 years, 4 months ago
  7. bd73665 Introduce the RunService() method by Bart Van Assche · 2 years, 5 months ago
  8. f2222aa Introduce the ConfigureMemcg() method by Bart Van Assche · 2 years, 5 months ago
  9. 847b80a Introduce the Service::CheckConsole() method by Bart Van Assche · 2 years, 5 months ago
  10. ee36ba3 Fix a race condition in Service::Start() by Bart Van Assche · 2 years, 6 months ago
  11. dd41635 init: remove the class_{start,reset}_post_data commands by Eric Biggers · 2 years, 8 months ago
  12. 0e5ad5a snapuserd: Allow connecting to the first-stage daemon. by David Anderson · 3 years ago
  13. d14a178 Revert "init: make reboot_on_failure not apply to manually stopped services" by Eric Biggers · 3 years ago
  14. 1c51525 init: make reboot_on_failure not apply to manually stopped services by Eric Biggers · 3 years, 3 months ago
  15. e5232a7 init: apexd is started in the current mount namespace by Jooyung Han · 3 years, 3 months ago
  16. 0cbee0d Check if service is executed before APEX is ready by Kiyoung Kim · 3 years, 5 months ago
  17. 9c4ecdd Revert^2 "Remove ART APEX from the bootstrap apexes" by Jiyong Park · 3 years, 5 months ago
  18. 6d869dd Revert "Remove ART APEX from the bootstrap apexes" by chapin · 3 years, 6 months ago
  19. b99c12e Remove ART APEX from the bootstrap apexes by Jiyong Park · 3 years, 6 months ago
  20. ef9d460 Add init.svc_debug.no_fatal.<svc_name> to skip SVC_CRITICAL by Woody Lin · 3 years, 6 months ago
  21. d92c6a1 Use freecon() with getcon()/getfilecon(). by Elliott Hughes · 3 years, 7 months ago
  22. f597fa5 Returns a service parse error on overrides across the treble boundary. by Daniel Norman · 3 years, 8 months ago
  23. abc5f88 init: log 'updatable process' clarification by Steven Moreland · 3 years, 8 months ago
  24. 45215ae init/service_parser: Add arguments `window' and `target' for `critical' by Woody Lin · 4 years, 7 months ago
  25. 4f23d5a init: start ueventd in the default mount namespace by Jooyung Han · 4 years, 1 month ago
  26. c9c0bba init: Add task_profiles init command by Suren Baghdasaryan · 4 years, 3 months ago
  27. 9e987cb Note selinux trans error happens in permissive. by Steven Moreland · 4 years, 3 months ago
  28. a2f9136 Refactor libinit_test_utils to not use libinit and expose its libraries by Tom Cherry · 4 years, 5 months ago
  29. cecebbb Convert system/core to Result::ok() by Bernie Innocenti · 4 years, 5 months ago
  30. 018ddd7 Unify logic for resetting properties before userspace reboot by Nikita Ioffe · 4 years, 7 months ago
  31. 5d0deb5 Store crashing process name in sysprop by Gavin Corkery · 4 years, 7 months ago
  32. abd5046 Merge "Remove service defined in an APEX during userspace reboot" by Nikita Ioffe · 4 years, 7 months ago
  33. 091c4d1 Remove service defined in an APEX during userspace reboot by Nikita Ioffe · 4 years, 7 months ago
  34. c88d8f9 init: Replace property_set() with android::base::SetProperty() by Tom Cherry · 5 years ago
  35. d89ed13 init: always kill oneshot services' process groups. by Tom Cherry · 4 years, 8 months ago
  36. 18278d2 init: make triggering shutdown from vendor_init better by Tom Cherry · 4 years, 8 months ago
  37. c29c2ba init: Add support for native service registration with lmkd by Suren Baghdasaryan · 4 years, 9 months ago
  38. 0dbfea7 init: trigger shutdown directly from builtins by Tom Cherry · 4 years, 9 months ago
  39. 72d2491 Make init.updatable_crashing a read/write property by Nikita Ioffe · 4 years, 10 months ago
  40. 9328021 init: add tips for debugging linker errors when launching init services by Tom Cherry · 4 years, 10 months ago
  41. 5241d10 init: create sockets before forking by Tom Cherry · 4 years, 10 months ago
  42. 60971e6 init: add reboot_on_failure service option by Tom Cherry · 4 years, 10 months ago
  43. cacf043 Update logic for detecting pre-apexd services to check that the ART APEX is by Martin Stjernholm · 5 years ago
  44. fb54b74 Merge changes from topic "services_serve_interfaces_test" by Daniel Norman · 5 years ago
  45. 4772f1d init: check the arguments of builtins during the build by Tom Cherry · 5 years ago
  46. c5cf85d init: don't log in expand_props directly by Tom Cherry · 5 years ago
  47. c788771 Adds new property for service name -> PID. by Daniel Norman · 5 years ago
  48. 2e4c85f init: clean up file / socket descriptor creation by Tom Cherry · 5 years ago
  49. 247ffbf Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 5 years ago
  50. ff88e30 init: remove console_init_action by Tom Cherry · 5 years ago
  51. b1ffb1d Move actual parsing from Service to ServiceParser by Tom Cherry · 5 years ago
  52. 2aeb1ad Split out ServiceList and ServiceParser from service.cpp/.h by Tom Cherry · 5 years ago
  53. f4db2aa init: use Errorf() now that we have it by Tom Cherry · 5 years ago
  54. bbcbc2f init: replace Result<Success> with Result<void> by Tom Cherry · 5 years ago
  55. 8fd64c8 Move result.h from init to libbase by Jiyong Park · 5 years ago
  56. e01ca4d init: Refactor service.h/cpp by Vic Yang · 5 years ago
  57. d7f7c20 Don't use apexd when TARGET_FLATTEN_APEX == true by Jiyong Park · 5 years ago
  58. 9949ec5 init: replace Result<> with expected<> by Tom Cherry · 5 years ago
  59. acc45aa class_start_post_data also starts disabled services. by Martijn Coenen · 5 years ago
  60. fc78be2 Merge "Support for stopping/starting post-data-mount class subsets." by Martijn Coenen · 5 years ago
  61. 88de80f Attempt native rollback for frequent crashes before boot completed by Zimuzo · 5 years ago
  62. 70788f9 Support for stopping/starting post-data-mount class subsets. by Martijn Coenen · 5 years ago
  63. 7cb72c9 Disallow operator!() on unique_fd by Bernie Innocenti · 5 years ago
  64. 567f187 init: expand prop in 'file' by Yifan Hong · 5 years ago
  65. 076305e init: use PLOG rather than strerror. by Elliott Hughes · 5 years ago
  66. 1cd082d init: allow services to have no capabilities set by Tom Cherry · 5 years ago
  67. 54ef09c Merge "Reland: "Identify post-apexd crashing processes"" by Treehugger Robot · 5 years ago
  68. 23aa17b Reland: "Identify post-apexd crashing processes" by Zimuzo Ezeozue · 5 years ago
  69. e01ae8d init: Replace cgroup hardcoded path with detected one by Suren Baghdasaryan · 6 years ago
  70. 6866041 Proper mount namespace configuration for bionic by Jiyong Park · 6 years ago
  71. 60b89ae Revert "Identify post-apexd crashing processes" by Jiyong Park · 5 years ago
  72. 8b73dfc Revert "Bionic libs and the dynamic linker are bind mounted" by Jiyong Park · 5 years ago
  73. 80aec3f Revert "Don't create separate mount namespaces for pre-apexd processes" by Jiyong Park · 5 years ago
  74. c661b66 Identify post-apexd crashing processes by Zimuzo · 6 years ago
  75. 5ab1300 Don't create separate mount namespaces for pre-apexd processes by Jiyong Park · 6 years ago
  76. 2599088 Bionic libs and the dynamic linker are bind mounted by Jiyong Park · 6 years ago
  77. c55a8c6 Set system property if 'updatable' process crashes too frequently by Zimuzo · 6 years ago
  78. 80aa447 Add support for updatable services by Jiyong Park · 6 years ago
  79. d7157c2 Introduce additional service options for controlling memory cgroups. by Peter Collingbourne · 6 years ago
  80. 7916684 init: allow properties to be used for the keycodes option by Tom Cherry · 6 years ago
  81. 018a438 init: use rvalues references for callees of ParseLineSection() by Tom Cherry · 6 years ago
  82. ad9e7ea init: clarify some text/README about 'critical' services by Tom Cherry · 6 years ago
  83. 73f535e init: allow customizable restart and timeout periods for services by Tom Cherry · 6 years ago
  84. 40acb37 Move watchdogd out of init by Tom Cherry · 6 years ago
  85. 9bb0a4d init: actually remount /sys when changing network namespaces by Tom Cherry · 6 years ago
  86. 2c4ee75 init: print service name when started waiting by Wei Wang · 6 years ago
  87. e6a8786 Merge "init: switch out keychord id with std::vector match of chords" by Treehugger Robot · 6 years ago
  88. d580c44 Merge "libbase: add host properties support." by Elliott Hughes · 6 years ago
  89. 1385725 init: switch out keychord id with std::vector match of chords by Mark Salyzyn · 6 years ago
  90. eca2507 init: refactor keychord for testing by Mark Salyzyn · 6 years ago
  91. dc80312 libbase: add host properties support. by Elliott Hughes · 6 years ago
  92. aead51b init: allow entering of network namespaces by Tom Cherry · 6 years ago
  93. b418791 Merge "init: add sigstop option for debugging services from their start" by Tom Cherry · 6 years ago
  94. 8f38048 init: add sigstop option for debugging services from their start by Tom Cherry · 6 years ago
  95. c73b215 Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 6 years ago
  96. c602f5a Merge changes I443e733f,If1e89a67,I0481d87a by Tom Cherry · 6 years ago
  97. e2f341e init: alphabetize service options by Tom Cherry · 6 years ago
  98. 422367b init: use FQName parse by Steven Moreland · 6 years ago
  99. b9ee9ab Merge "Revert "If enablefilecrypto or init_user0 fails, reboot into recovery."" by Treehugger Robot · 6 years ago
  100. e242a97 Revert "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 6 years ago