1. 247ffbf Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 6 years ago
  2. 9c4fa66 init: fix to avoid loading apex *.rc files twice by Jooyung Han · 6 years ago
  3. f1a044b init: clean up host_init_stubs a bit by Tom Cherry · 6 years ago
  4. 172c83f init: remove last init.cpp global by Tom Cherry · 6 years ago
  5. 2aeb1ad Split out ServiceList and ServiceParser from service.cpp/.h by Tom Cherry · 6 years ago
  6. 71bdf28 init: Handle properties in the background of calling fs_mgr by Tom Cherry · 6 years ago
  7. b3093ff Merge "Read *.rc files from flattened APEX" by Treehugger Robot · 6 years ago
  8. bbcbc2f init: replace Result<Success> with Result<void> by Tom Cherry · 6 years ago
  9. d2217b5 Read *.rc files from flattened APEX by Jiyong Park · 6 years ago
  10. 92c236e init: Refactor selinux.h/cpp by Vic Yang · 6 years ago
  11. 3041a51 init: don't import rc files during mount_all after Q by Tom Cherry · 6 years ago
  12. acc45aa class_start_post_data also starts disabled services. by Martijn Coenen · 6 years ago
  13. fc78be2 Merge "Support for stopping/starting post-data-mount class subsets." by Martijn Coenen · 6 years ago
  14. 70788f9 Support for stopping/starting post-data-mount class subsets. by Martijn Coenen · 6 years ago
  15. f7545ce Vboot1.0: remove code to read verity state in userspace by Tom Cherry · 6 years ago
  16. 990483d init: do not fork before doing (u)mount_all() by Tom Cherry · 6 years ago
  17. 402633d init: add umount_all builtin. by Yifan Hong · 6 years ago
  18. 7b4801a Don't bind-mount bionic files by Jiyong Park · 6 years ago
  19. dcbaf9f Activate system APEXes early by Jiyong Park · 6 years ago
  20. cf80b6d Refactor fs_mgr_update_verity_state() by Tom Cherry · 7 years ago
  21. 54ea49b Merge "Add android::fs_mgr namespace for new Fstab code" by Tom Cherry · 7 years ago
  22. a3530e6 Add android::fs_mgr namespace for new Fstab code by Tom Cherry · 7 years ago
  23. 6866041 Proper mount namespace configuration for bionic by Jiyong Park · 7 years ago
  24. 8b73dfc Revert "Bionic libs and the dynamic linker are bind mounted" by Jiyong Park · 7 years ago
  25. b43440b Merge "init: Add support for GSI installations in first-stage mount." by David Anderson · 7 years ago
  26. 0e330f1 init: Add support for GSI installations in first-stage mount. by David Anderson · 7 years ago
  27. 3b316ee Load build sysprops early by Jiyong Park · 7 years ago
  28. 2599088 Bionic libs and the dynamic linker are bind mounted by Jiyong Park · 7 years ago
  29. ca00b0e Add conditional class starting by Daniel Rosenberg · 7 years ago
  30. 23319eb Start using new C++ Fstab class widely by Tom Cherry · 7 years ago
  31. 02eff5c Update fs_mgr_update_verity_state() for new C++ Fstab by Tom Cherry · 7 years ago
  32. 3055457 Convert fs_mgr_swapon_all() to use the new Fstab struct by Tom Cherry · 7 years ago
  33. f169f72 Don't fail when no glob match by Jiyong Park · 7 years ago
  34. 80aa447 Add support for updatable services by Jiyong Park · 7 years ago
  35. c240440 init parses *.rc files from APEXes by Jiyong Park · 7 years ago
  36. f05da4a init: use libfscrypt for file-based encryption setup by Eric Biggers · 7 years ago
  37. d987264 init: add [[nodiscard]] to Result by Tom Cherry · 7 years ago
  38. 612d7a4 builtins: interface_{start, stop, restart} by Steven Moreland · 7 years ago
  39. def2499 Merge "Set property for metadata encryption on first boot" by Treehugger Robot · 7 years ago
  40. e383334 Set property for metadata encryption on first boot by Paul Crowley · 7 years ago
  41. c73b215 Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 7 years ago
  42. b9ee9ab Merge "Revert "If enablefilecrypto or init_user0 fails, reboot into recovery."" by Treehugger Robot · 7 years ago
  43. e242a97 Revert "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 7 years ago
  44. de6bd50 init: add host side parser for init by Tom Cherry · 7 years ago
  45. 851803d Merge "If enablefilecrypto or init_user0 fails, reboot into recovery." by Treehugger Robot · 7 years ago
  46. 959b055 If enablefilecrypto or init_user0 fails, reboot into recovery. by Paul Crowley · 7 years ago
  47. 7fd3bc2 Move ActionManager to its own file by Tom Cherry · 7 years ago
  48. 94e9305 Merge "init: add TODO for mount operations." by Treehugger Robot · 8 years ago
  49. 880d566 init: add TODO for mount operations. by Tom Cherry · 8 years ago
  50. c684696 Use vold's mount with metadata encryption service. by Paul Crowley · 8 years ago
  51. 3222848 Make vendor_init check SELinux before setting properties by Tom Cherry · 8 years ago
  52. 4b591f1 Run restorecon after init creates a symlink or writes to a file. by Joel Galenson · 8 years ago
  53. cadc34f Merge "init: wait_for_prop shouldn't run in a subcontext" am: 6e52973623 by Tom Cherry · 8 years ago
  54. fa3e52c init: wait_for_prop shouldn't run in a subcontext by Tom Cherry · 8 years ago
  55. 5c00898 Merge "init: log failures if a service cannot start during class_start" by Tom Cherry · 8 years ago
  56. 20acdef init: log failures if a service cannot start during class_start by Tom Cherry · 8 years ago
  57. 821cb5e Merge "init: run vendor commands in a separate SELinux context" am: 8e09b0b953 by Tom Cherry · 8 years ago
  58. cb0f9bb init: run vendor commands in a separate SELinux context by Tom Cherry · 8 years ago
  59. a6d7511 Merge "init: add exec_background command" am: 424ed42fb4 by Tom Cherry · 8 years ago
  60. 424ed42 Merge "init: add exec_background command" by Tom Cherry · 8 years ago
  61. 3631c54 init: add exec_background command by Tom Cherry · 8 years ago
  62. 171587d Merge "init: fix crash when reboot is triggered by a builtin" am: b92415cee2 by Tom Cherry · 8 years ago
  63. 3633a40 init: fix crash when reboot is triggered by a builtin by Tom Cherry · 8 years ago
  64. 721b2d6 Merge "init: Allow clean system shutdown upon SIGTERM" am: 61cb88add2 by Luis Hector Chavez · 8 years ago
  65. 9f97f47 init: Allow clean system shutdown upon SIGTERM by Luis Hector Chavez · 8 years ago
  66. df9ac65 Merge "init: add option to read file fully on readahead" am: d97a1710b8 by Wei Wang · 8 years ago
  67. 02628f3 init: add option to read file fully on readahead by Wei Wang · 8 years ago
  68. c39a508 Merge "init: support setting rlimits per service" am: 459aa1cac6 by Tom Cherry · 8 years ago
  69. 7ac013d init: support setting rlimits per service by Tom Cherry · 8 years ago
  70. e0db940 Merge changes I316c13e3,I4d99744d,Id9614b72,I7c98a0b7 am: a78b5b300b by Tom Cherry · 8 years ago
  71. 68f2a46 init: enable error reporting of builtin functions by Tom Cherry · 8 years ago
  72. 76af7e6 init: log Service failures via Result<T> by Tom Cherry · 8 years ago
  73. 6de21f1 init: cleanup environment handling by Tom Cherry · 8 years ago
  74. 557946e init: use Result<T> for builtin functions by Tom Cherry · 8 years ago
  75. 11a3aee init: introduce Result<T> for return values and error handling by Tom Cherry · 8 years ago
  76. 7fa62c5 init: use Result<T> for builtin functions by Tom Cherry · 8 years ago
  77. 62ca663 init: introduce Result<T> for return values and error handling by Tom Cherry · 8 years ago
  78. b6b9629 Merge "init: split security functions out of init.cpp" into oc-dev-plus-aosp by Tom Cherry · 8 years ago
  79. 0822811 Merge "init: split security functions out of init.cpp" into oc-dev-plus-aosp by Tom Cherry · 8 years ago
  80. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 8 years ago
  81. d846741 Merge "init: Add readahead built-in command" am: 12bd22badf am: 826bc7b507 by Wei Wang · 8 years ago
  82. c3692b3 init: split security functions out of init.cpp by Tom Cherry · 8 years ago
  83. 542aae4 init: Add readahead built-in command by Wei Wang · 8 years ago
  84. 99a538a Merge "init: use unique_fd in builtins.cpp" am: c34afb1cd5 am: 76756aa1dd by Tom Cherry · 8 years ago
  85. 7037991 init: use unique_fd in builtins.cpp by Tom Cherry · 8 years ago
  86. c31c4d5 Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe am: 2a2a8d9ec0 am: b1c18af247 by Tom Cherry · 8 years ago
  87. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 8 years ago
  88. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 8 years ago
  89. a78298e Merge "init: remove Parser singleton and related cleanup" am: 379123f9ab am: bf4afbb288 by Tom Cherry · 8 years ago
  90. 67dee62 init: remove Parser singleton and related cleanup by Tom Cherry · 8 years ago
  91. c0a9cf6 Merge "Move Timer from init to libbase" am: 896297b2ef am: 7ff0b008f7 by Tom Cherry · 8 years ago
  92. ede0d53 Move Timer from init to libbase by Tom Cherry · 8 years ago
  93. 2a38e6d Merge "init: Support custom shutdown actions" am: c1bc4241f8 am: 5b89535442 by Wei Wang · 8 years ago
  94. eeab491 init: Support custom shutdown actions by Wei Wang · 8 years ago
  95. 99d93f4 Merge "init: create android::init:: namespace" am: 040212706b am: d3d79b2196 by Tom Cherry · 8 years ago
  96. 81f5d3e init: create android::init:: namespace by Tom Cherry · 8 years ago
  97. 1a23b2a Merge "init: cleanup some string usage" am: 84c2eebbdd am: 77382acf42 by Tom Cherry · 8 years ago
  98. 1c3a53f init: cleanup some string usage by Tom Cherry · 8 years ago
  99. 482f36c init: remove restorecon() from util.cpp by Tom Cherry · 8 years ago
  100. d711542 Merge "init: remove restorecon() from util.cpp" into oc-dev-plus-aosp by Tom Cherry · 8 years ago