1. deecd56 Merge "init: move InitKernelLogging() to first stage init" by Tom Cherry · 7 years ago
  2. be8f966 init: move InitKernelLogging() to first stage init by Tom Cherry · 7 years ago
  3. 5aae6db Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 7 years ago
  4. 44475a9 Merge "init: allow customizable restart and timeout periods for services" by Tom Cherry · 7 years ago
  5. e42d26e init: allow customizable restart and timeout periods for services by Tom Cherry · 7 years ago
  6. ececc1f fs_mgr: Add fs_mgr_overlayfs_required_devices() by Mark Salyzyn · 7 years ago
  7. 9d08d17 Merge "Don't hardcode the super partition name." by Treehugger Robot · 7 years ago
  8. 0cca0d6 Merge "fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen()" by Treehugger Robot · 7 years ago
  9. d4929f5 fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen() by Tom Cherry · 7 years ago
  10. 7fab135 Merge "init: IsDmLinearEnabled() replace with check if logical partitions present in fstab" by Treehugger Robot · 7 years ago
  11. 2248efd Merge "init: clarify why we mount /mnt/... in first stage init" by Tom Cherry · 7 years ago
  12. 2a4a06f init: clarify why we mount /mnt/... in first stage init by Tom Cherry · 7 years ago
  13. cab725b Don't hardcode the super partition name. by David Anderson · 7 years ago
  14. bc6f5e1 Merge "init: use '/system' as the system mount point for force_normal_boot" by Tom Cherry · 7 years ago
  15. 7885b2a init: IsDmLinearEnabled() replace with check if logical partitions present in fstab by Mark Salyzyn · 7 years ago
  16. 22153cb init: use '/system' as the system mount point for force_normal_boot by Tom Cherry · 7 years ago
  17. 0f28653 Merge "Set device lock status from kernel command line." by Treehugger Robot · 7 years ago
  18. 5288587 Set device lock status from kernel command line. by Hridya Valsaraju · 7 years ago
  19. be4f01b Merge "fs_mgr: init: adb: add fstab argument to fs_mgr_overlayfs_mount_all" by Treehugger Robot · 7 years ago
  20. 8640a4b Merge "Support 'adb reboot fastboot' command conditionally." by Treehugger Robot · 7 years ago
  21. 235a7f8 fs_mgr: init: adb: add fstab argument to fs_mgr_overlayfs_mount_all by Mark Salyzyn · 7 years ago
  22. a26cf84 Support 'adb reboot fastboot' command conditionally. by Hridya Valsaraju · 7 years ago
  23. 05a74d3 Merge "init: Cleanly exit subcontext processes upon init's death" by Treehugger Robot · 7 years ago
  24. 453388e init: Cleanly exit subcontext processes upon init's death by Luis Hector Chavez · 7 years ago
  25. 6622fc2 Merge "init: annotate intended fallthrough" by Treehugger Robot · 7 years ago
  26. 3d34ded init: annotate intended fallthrough by Tom Cherry · 7 years ago
  27. b4292a2 init: move selinux and seccomp set up to 2nd stage init. by Tom Cherry · 7 years ago
  28. 440795c Merge "Fix clang-tidy performance warnings in system/core." by Treehugger Robot · 7 years ago
  29. dced026 Fix clang-tidy performance warnings in system/core. by Chih-Hung Hsieh · 7 years ago
  30. 7fc8c76 Don't attempt to create 'mkdir' and '-p' directories. by Xin Li · 7 years ago
  31. 692c9a2 init: allow using the recovery image for 1st stage init by Tom Cherry · 7 years ago
  32. 69915d2 init: Allow restricted use of binder. by Martijn Coenen · 7 years ago
  33. b91cad3 init: First Stage Mount observe nofail mount flag by Mark Salyzyn · 7 years ago
  34. 0bbcaac Merge "Switch root to /system in first stage mount" by Tom Cherry · 7 years ago
  35. c9cc52a keychords.cpp: O_RDWR -> O_RDONLY by Nick Kralevich · 7 years ago
  36. bdcd10b init: Build init_tests only for the first arch. by Tao Bao · 7 years ago
  37. 41c88f9 init: init_defaults uses more shared libraries. by Tao Bao · 7 years ago
  38. 09de260 Switch root to /system in first stage mount by Tom Cherry · 7 years ago
  39. e0bee2b Merge "init: always allow clearing a property" by Tom Cherry · 7 years ago
  40. fb91062 init: always allow clearing a property by Tom Cherry · 7 years ago
  41. 0005672 init: accept -1 or 'unlimited' for an infinite rlimit by Tom Cherry · 7 years ago
  42. 10ad45a s/product-services/product_services/g by Dario Freni · 7 years ago
  43. e0079a5 Remove init_second_stage.recovery dep. by Anton Hansson · 7 years ago
  44. 5df574b Merge "Add sideload, fastboot as reboot targets in init" by Treehugger Robot · 7 years ago
  45. 9ead723 Merge changes from topic "squashfs+overlayfs" by Mark Salyzyn · 7 years ago
  46. 168474e init: clarify comment for the restorecon of second stage init by Tom Cherry · 7 years ago
  47. c4115cc init: add fs_mgr_overlayfs_mount_all to FirstStageMount by Mark Salyzyn · 7 years ago
  48. 832a72a Merge "Merge Android Pie into master" by Xin Li · 7 years ago
  49. f08f617 split first stage init into a separate executable by Tom Cherry · 7 years ago
  50. ffbb0c6 Merge "Split init's source files init first stage and second stage" by Tom Cherry · 7 years ago
  51. bc5b6f2 Split init's source files init first stage and second stage by Tom Cherry · 7 years ago
  52. d5839da Merge "Move watchdogd out of init" am: 132615b803 by Tom Cherry · 7 years ago
  53. d5df62b Merge "Move watchdogd out of init" by Tom Cherry · 7 years ago
  54. e975651 Add sideload, fastboot as reboot targets in init by Hridya Valsaraju · 7 years ago
  55. 9509333 Merge "ueventd: require opt-in for modalias handling" am: d52b17ff0a by Tom Cherry · 7 years ago
  56. 69754eb Move watchdogd out of init by Tom Cherry · 7 years ago
  57. 1b63bbf Merge "ueventd: require opt-in for modalias handling" by Tom Cherry · 7 years ago
  58. fff9023 Merge "init: run fsck for early mount partitions" am: 6e05552e35 by Tom Cherry · 7 years ago
  59. cc1b102 Merge "init: run fsck for early mount partitions" by Tom Cherry · 7 years ago
  60. a9b893f ueventd: require opt-in for modalias handling by Tom Cherry · 7 years ago
  61. 0e0150a init: run fsck for early mount partitions by Tom Cherry · 7 years ago
  62. 21069c2 Merge "liblp: Allow building liblp as a shared library." am: 2756339c77 by David Anderson · 7 years ago
  63. 8f3b1a8 Merge "liblp: Allow building liblp as a shared library." by Treehugger Robot · 7 years ago
  64. 655715c Merge "init: Cleanly shut down subcontext processes" am: f6b823141e by Luis Hector Chavez · 7 years ago
  65. 88475a7 liblp: Allow building liblp as a shared library. by David Anderson · 7 years ago
  66. 2226247 Merge "init: Cleanly shut down subcontext processes" by Treehugger Robot · 7 years ago
  67. a342290 Merge "Move recovery to /system/bin" am: 0937a84521 by Jerry Zhang · 7 years ago
  68. d5c210f Merge "Move recovery to /system/bin" by Treehugger Robot · 7 years ago
  69. cfb350c init: Cleanly shut down subcontext processes by Luis Hector Chavez · 7 years ago
  70. e719b80 Merge "Add support for /product-services partition." by Treehugger Robot · 7 years ago
  71. 7c3823e Merge "ueventd: Add dynamic kernel module loading" am: 8b25b87074 by Tom Cherry · 7 years ago
  72. 21e485d Add support for /product-services partition. by Dario Freni · 7 years ago
  73. 3030a92 Merge "Add support for /product-services partition." into stage-aosp-master by Dario Freni · 7 years ago
  74. e935f51 ueventd: Add dynamic kernel module loading by Andrew F. Davis · 7 years ago
  75. 9ff28d2 Move recovery to /system/bin by Jerry Zhang · 7 years ago
  76. 841d415 Merge "init: fix typo in error message" am: 2efcb522df by Tom Cherry · 7 years ago
  77. 44b1127 init: fix typo in error message by Tom Cherry · 7 years ago
  78. f298c56 Merge "Revert "Use more shared libraries in adb and init."" into stage-aosp-master by TreeHugger Robot · 7 years ago
  79. 75a5f61 Revert "Use more shared libraries in adb and init." by Hridya Valsaraju · 7 years ago
  80. d2ba3c8 Add support for /product-services partition. by Dario Freni · 7 years ago
  81. bcbf00f Merge "init: rename init_first_stage" am: 1d2b29a902 by Tom Cherry · 7 years ago
  82. fb29e71 Merge "init: clean up logging initialization" am: 258109ce4a by Tom Cherry · 7 years ago
  83. 17214df Merge "init: removed unused includes" am: 21d03d83fa by Tom Cherry · 7 years ago
  84. 7fd525c Merge "init: rename init_first_stage" by Treehugger Robot · 7 years ago
  85. f88de1b Merge "init: clean up logging initialization" by Tom Cherry · 7 years ago
  86. b82877f init: removed unused includes by Tom Cherry · 7 years ago
  87. b9c4530 init: rename init_first_stage by Tom Cherry · 7 years ago
  88. 3639b84 init: clean up logging initialization by Tom Cherry · 7 years ago
  89. 6ec695b Use more shared libraries in adb and init. by Jerry Zhang · 7 years ago
  90. 4d9d5db Merge "fs_mgr: Remove early prototype code." am: 881be58f41 by David Anderson · 7 years ago
  91. 8c9bd77 Merge "fs_mgr: Remove early prototype code." by Treehugger Robot · 7 years ago
  92. c6d02eb Merge "init: Don't look for logical partitions via uevents." am: 8ab1fd076d by David Anderson · 7 years ago
  93. 03eefb8 Merge "init: Don't look for logical partitions via uevents." by Treehugger Robot · 7 years ago
  94. 1537da3 fs_mgr: Remove early prototype code. by David Anderson · 7 years ago
  95. b50d649 init: Don't look for logical partitions via uevents. by David Anderson · 7 years ago
  96. f5cd1c9 Merge "Fix loading ueventd.${ro.hardware}.rc." am: 1fefb9f129 by Tom Cherry · 7 years ago
  97. 2deb548 Fix loading ueventd.${ro.hardware}.rc. by Sen Jiang · 7 years ago
  98. de6c369 Merge "ueventd: add a test for ueventd_parser.cpp" am: bd130567f8 by Tom Cherry · 7 years ago
  99. b751e48 ueventd: add a test for ueventd_parser.cpp by Tom Cherry · 7 years ago
  100. 9f86b7c Merge "ueventd: let scripts provide firmware directories" am: b504f38d7e by Tom Cherry · 7 years ago