1. a2f9136 Refactor libinit_test_utils to not use libinit and expose its libraries by Tom Cherry · 5 years ago
  2. cecebbb Convert system/core to Result::ok() by Bernie Innocenti · 6 years ago
  3. 018ddd7 Unify logic for resetting properties before userspace reboot by Nikita Ioffe · 6 years ago
  4. 5d0deb5 Store crashing process name in sysprop by Gavin Corkery · 6 years ago
  5. abd5046 Merge "Remove service defined in an APEX during userspace reboot" by Nikita Ioffe · 6 years ago
  6. 091c4d1 Remove service defined in an APEX during userspace reboot by Nikita Ioffe · 6 years ago
  7. c88d8f9 init: Replace property_set() with android::base::SetProperty() by Tom Cherry · 6 years ago
  8. d89ed13 init: always kill oneshot services' process groups. by Tom Cherry · 6 years ago
  9. 18278d2 init: make triggering shutdown from vendor_init better by Tom Cherry · 6 years ago
  10. c29c2ba init: Add support for native service registration with lmkd by Suren Baghdasaryan · 6 years ago
  11. 0dbfea7 init: trigger shutdown directly from builtins by Tom Cherry · 6 years ago
  12. 72d2491 Make init.updatable_crashing a read/write property by Nikita Ioffe · 6 years ago
  13. 9328021 init: add tips for debugging linker errors when launching init services by Tom Cherry · 6 years ago
  14. 5241d10 init: create sockets before forking by Tom Cherry · 6 years ago
  15. 60971e6 init: add reboot_on_failure service option by Tom Cherry · 6 years ago
  16. cacf043 Update logic for detecting pre-apexd services to check that the ART APEX is by Martin Stjernholm · 6 years ago
  17. fb54b74 Merge changes from topic "services_serve_interfaces_test" by Daniel Norman · 6 years ago
  18. 4772f1d init: check the arguments of builtins during the build by Tom Cherry · 6 years ago
  19. c5cf85d init: don't log in expand_props directly by Tom Cherry · 6 years ago
  20. c788771 Adds new property for service name -> PID. by Daniel Norman · 6 years ago
  21. 2e4c85f init: clean up file / socket descriptor creation by Tom Cherry · 6 years ago
  22. 247ffbf Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 6 years ago
  23. ff88e30 init: remove console_init_action by Tom Cherry · 6 years ago
  24. b1ffb1d Move actual parsing from Service to ServiceParser by Tom Cherry · 6 years ago
  25. 2aeb1ad Split out ServiceList and ServiceParser from service.cpp/.h by Tom Cherry · 6 years ago
  26. f4db2aa init: use Errorf() now that we have it by Tom Cherry · 6 years ago
  27. bbcbc2f init: replace Result<Success> with Result<void> by Tom Cherry · 6 years ago
  28. 8fd64c8 Move result.h from init to libbase by Jiyong Park · 6 years ago
  29. e01ca4d init: Refactor service.h/cpp by Vic Yang · 6 years ago
  30. d7f7c20 Don't use apexd when TARGET_FLATTEN_APEX == true by Jiyong Park · 6 years ago
  31. 9949ec5 init: replace Result<> with expected<> by Tom Cherry · 6 years ago
  32. acc45aa class_start_post_data also starts disabled services. by Martijn Coenen · 6 years ago
  33. fc78be2 Merge "Support for stopping/starting post-data-mount class subsets." by Martijn Coenen · 6 years ago
  34. 88de80f Attempt native rollback for frequent crashes before boot completed by Zimuzo · 6 years ago
  35. 70788f9 Support for stopping/starting post-data-mount class subsets. by Martijn Coenen · 6 years ago
  36. 7cb72c9 Disallow operator!() on unique_fd by Bernie Innocenti · 6 years ago
  37. 567f187 init: expand prop in 'file' by Yifan Hong · 6 years ago
  38. 076305e init: use PLOG rather than strerror. by Elliott Hughes · 6 years ago
  39. 1cd082d init: allow services to have no capabilities set by Tom Cherry · 6 years ago
  40. 54ef09c Merge "Reland: "Identify post-apexd crashing processes"" by Treehugger Robot · 7 years ago
  41. 23aa17b Reland: "Identify post-apexd crashing processes" by Zimuzo Ezeozue · 7 years ago
  42. e01ae8d init: Replace cgroup hardcoded path with detected one by Suren Baghdasaryan · 7 years ago
  43. 6866041 Proper mount namespace configuration for bionic by Jiyong Park · 7 years ago
  44. 60b89ae Revert "Identify post-apexd crashing processes" by Jiyong Park · 7 years ago
  45. 8b73dfc Revert "Bionic libs and the dynamic linker are bind mounted" by Jiyong Park · 7 years ago
  46. 80aec3f Revert "Don't create separate mount namespaces for pre-apexd processes" by Jiyong Park · 7 years ago
  47. c661b66 Identify post-apexd crashing processes by Zimuzo · 7 years ago
  48. 5ab1300 Don't create separate mount namespaces for pre-apexd processes by Jiyong Park · 7 years ago
  49. 2599088 Bionic libs and the dynamic linker are bind mounted by Jiyong Park · 7 years ago
  50. c55a8c6 Set system property if 'updatable' process crashes too frequently by Zimuzo · 7 years ago
  51. 80aa447 Add support for updatable services by Jiyong Park · 7 years ago
  52. d7157c2 Introduce additional service options for controlling memory cgroups. by Peter Collingbourne · 7 years ago
  53. 7916684 init: allow properties to be used for the keycodes option by Tom Cherry · 7 years ago
  54. 018a438 init: use rvalues references for callees of ParseLineSection() by Tom Cherry · 7 years ago
  55. ad9e7ea init: clarify some text/README about 'critical' services by Tom Cherry · 7 years ago
  56. 73f535e init: allow customizable restart and timeout periods for services by Tom Cherry · 7 years ago
  57. 40acb37 Move watchdogd out of init by Tom Cherry · 7 years ago
  58. 9bb0a4d init: actually remount /sys when changing network namespaces by Tom Cherry · 7 years ago
  59. 2c4ee75 init: print service name when started waiting by Wei Wang · 7 years ago
  60. e6a8786 Merge "init: switch out keychord id with std::vector match of chords" by Treehugger Robot · 7 years ago
  61. d580c44 Merge "libbase: add host properties support." by Elliott Hughes · 7 years ago
  62. 1385725 init: switch out keychord id with std::vector match of chords by Mark Salyzyn · 7 years ago
  63. eca2507 init: refactor keychord for testing by Mark Salyzyn · 7 years ago
  64. dc80312 libbase: add host properties support. by Elliott Hughes · 7 years ago
  65. aead51b init: allow entering of network namespaces by Tom Cherry · 7 years ago
  66. b418791 Merge "init: add sigstop option for debugging services from their start" by Tom Cherry · 7 years ago
  67. 8f38048 init: add sigstop option for debugging services from their start by Tom Cherry · 7 years ago
  68. c73b215 Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 7 years ago
  69. c602f5a Merge changes I443e733f,If1e89a67,I0481d87a by Tom Cherry · 7 years ago
  70. e2f341e init: alphabetize service options by Tom Cherry · 7 years ago
  71. 422367b init: use FQName parse by Steven Moreland · 7 years ago
  72. b9ee9ab Merge "Revert "If enablefilecrypto or init_user0 fails, reboot into recovery."" by Treehugger Robot · 7 years ago
  73. e242a97 Revert "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 7 years ago
  74. de6bd50 init: add host side parser for init by Tom Cherry · 7 years ago
  75. 851803d Merge "If enablefilecrypto or init_user0 fails, reboot into recovery." by Treehugger Robot · 7 years ago
  76. 959b055 If enablefilecrypto or init_user0 fails, reboot into recovery. by Paul Crowley · 7 years ago
  77. 9cbf570 Move all Action parsing into ActionParser by Tom Cherry · 7 years ago
  78. 579e682 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 8 years ago
  79. 94fb5b0 init: Drop inheritable capabilities when switching uids by Luis Hector Chavez · 8 years ago
  80. 6f5333a Allow a service to override another. by Steven Moreland · 8 years ago
  81. 5e1bea3 Move service name duplication lookup to EndSection by Steven Moreland · 8 years ago
  82. 7d0a5c3 EndSection returns Result<Success> by Steven Moreland · 8 years ago
  83. ee14225 Merge "Fix race condition between restart and stop/reset." by Tao Wu · 8 years ago
  84. 84b856d Fix race condition between restart and stop/reset. by Tao Wu · 8 years ago
  85. 876b13d Merge "Fix one race condition between start and stop." by Tao Wu · 8 years ago
  86. 990d43c Fix one race condition between start and stop. by Tao Wu · 8 years ago
  87. 4bfdcb3 init: fixed issues related to forking services by Joe Tanen · 8 years ago
  88. e055d73 init language extension for lazy HIDL services. by Steven Moreland · 8 years ago
  89. cb0f9bb init: run vendor commands in a separate SELinux context by Tom Cherry · 8 years ago
  90. 5e405ca init: fix variable scope issue with ExpandArgs() by Tom Cherry · 8 years ago
  91. 459aa1c Merge "init: support setting rlimits per service" by Treehugger Robot · 8 years ago
  92. 7ac013d init: support setting rlimits per service by Tom Cherry · 8 years ago
  93. 1ea19eb Clarify SELinux service error message by Nick Kralevich · 8 years ago
  94. 76af7e6 init: log Service failures via Result<T> by Tom Cherry · 8 years ago
  95. 6de21f1 init: cleanup environment handling by Tom Cherry · 8 years ago
  96. fe06075 Merge "init: only set ro.boottime.<service> properties once." by Tom Cherry · 8 years ago
  97. fed3373 init: only set ro.boottime.<service> properties once. by Tom Cherry · 8 years ago
  98. d8db7ab init: replace panic() with LOG(FATAL) by Tom Cherry · 8 years ago
  99. 89bcc85 init: use Result<T> for the parsing functions by Tom Cherry · 8 years ago
  100. 11a3aee init: introduce Result<T> for return values and error handling by Tom Cherry · 8 years ago