1. a1851c2 init: add ctl.oneshot_on/ctl.oneshot_off by Tom Cherry · 5 years ago
  2. e6fe3e3 init: use a no-op signal handler instead of SIG_IGN for SIGPIPE by Tom Cherry · 5 years ago
  3. 7f3996f init: Fix restorecon for /metadata. by David Anderson · 5 years ago
  4. 24f38eb init: handle property messages asynchronously #2 by Tom Cherry · 5 years ago
  5. b003338 Revert "init: handle property service callbacks asynchronously" by Tom Cherry · 5 years ago
  6. 88edc71 Revert "Stop & Resume property service when switching to bootstrap namespace" by Tom Cherry · 5 years ago
  7. fc1bbab init: restorecon libsnapshot rollback indicator by Yifan Hong · 5 years ago
  8. dde0536 init: Make sure ImageManager status files are labelled. by David Anderson · 5 years ago
  9. 445dc4b Merge "Refine the exported DSU status" into rvc-dev by PO HUNG CHEN · 5 years ago
  10. 240184f Refine the exported DSU status by Howard Chen · 5 years ago
  11. 8938fcd Stop & Resume property service when switching to bootstrap namespace by Nikita Ioffe · 5 years ago
  12. 742741f init: handle property service callbacks asynchronously by Tom Cherry · 5 years ago
  13. b8862ac Refactor libinit_test_utils to not use libinit and expose its libraries by Tom Cherry · 5 years ago
  14. 03594fa Reset post_data_ and services_update_finished_ on userspace reboot by Nikita Ioffe · 5 years ago
  15. 3748054 If userspace reboot watchdog triggers, don't store reason in persistent property by Nikita Ioffe · 5 years ago
  16. 1e1a924 init: prevent persist.sys.usb.config initalized as none,adb by Howard Yen · 5 years ago
  17. a2c5106 Store reason in case of userspace-reboot watchdog reboot by Nikita Ioffe · 5 years ago
  18. efefe70 bootstat: enhance last reboot reason property with file backing by Mark Salyzyn · 6 years ago
  19. f442848 Preserving /avb/* keys to /metadata by Bowgo Tsai · 5 years ago
  20. 8918c39 libinit_test_utils: -= libhidl-gen-utils header by Steven Moreland · 5 years ago
  21. 7953424 Merge "libinit_test_utils: don't assume interface format" by Steven Moreland · 5 years ago
  22. 4858fb0 Merge "Don't log userspace_reboot.started/finished properties from init" by Nikita Ioffe · 5 years ago
  23. 1944764 Merge "init: group source files better in Android.bp" by Tom Cherry · 5 years ago
  24. e92c95a libinit_test_utils: don't assume interface format by Steven Moreland · 5 years ago
  25. 11b469e Don't log userspace_reboot.started/finished properties from init by Nikita Ioffe · 5 years ago
  26. 29a49fb Merge "Convert system/core to Result::ok()" by Treehugger Robot · 5 years ago
  27. 00e0a01 init: group source files better in Android.bp by Tom Cherry · 5 years ago
  28. a2a7c1e Merge "init: use ErrnoErrorf() instead of ErrnoError() << StringPrintf()" by Tom Cherry · 5 years ago
  29. 3c99955 Merge "Check Errorf()/ErrnoErrorf() format string at compile time" by Tom Cherry · 5 years ago
  30. cb27059 Convert system/core to Result::ok() by Bernie Innocenti · 5 years ago
  31. 0ab243a init: use ErrnoErrorf() instead of ErrnoError() << StringPrintf() by Tom Cherry · 5 years ago
  32. f442310 Check Errorf()/ErrnoErrorf() format string at compile time by Tom Cherry · 5 years ago
  33. fa653d9 first_stage_mount: reading all avb_keys before chroot by Bowgo Tsai · 5 years ago
  34. da2c35f Delete dangerous comparison operators from base::expected by Bernie Innocenti · 5 years ago
  35. edf9e48 Merge "init: handle process actions when waiting for exec services" by Tom Cherry · 5 years ago
  36. 396da24 init: handle process actions when waiting for exec services by Tom Cherry · 5 years ago
  37. 0e8661f Merge "Whitelist reboot reasons related to userspace reboot failure" by Nikita Ioffe · 5 years ago
  38. 955a9bb Merge "remount: Use /data for backing scratch storage." by David Anderson · 5 years ago
  39. ab1110e remount: Use /data for backing scratch storage. by David Anderson · 5 years ago
  40. cf7341b Trigger boot animation on userspace reboot by Nikita Ioffe · 5 years ago
  41. e4fd62b Whitelist reboot reasons related to userspace reboot failure by Nikita Ioffe · 5 years ago
  42. 0e9ec33 Merge "init: add builtin check for perf_event LSM hooks" by Ryan Savitski · 5 years ago
  43. 237c9a6 init: Fix a bug in MountDir by Satoshi Niwa · 5 years ago
  44. 0ca91ea Give x permission on apex data directories. by Oli Lan · 5 years ago
  45. fa9ba8a Merge "Refine the first stage mount for DSU" by Howard Chen · 5 years ago
  46. 020fbfe init: add builtin check for perf_event LSM hooks by Ryan Savitski · 5 years ago
  47. 252653a Don't reboot into recovery during userspace reboot by Nikita Ioffe · 5 years ago
  48. bd6f988 Merge "Change scope of ro.init.userspace_reboot.is_supported to public" by Nikita Ioffe · 5 years ago
  49. e4d97daa Change scope of ro.init.userspace_reboot.is_supported to public by Nikita Ioffe · 5 years ago
  50. d5f4953 Merge "init: document interface_* commands and ctl.* actions" by Treehugger Robot · 5 years ago
  51. 6c4138a init: document interface_* commands and ctl.* actions by Tom Cherry · 5 years ago
  52. aaa6a54 Merge "init: Bind mount /mnt/installer early for scoped storage." by Treehugger Robot · 5 years ago
  53. 54546a6 init: Bind mount /mnt/installer early for scoped storage. by Martijn Coenen · 5 years ago
  54. 2a0c881 Refine the first stage mount for DSU by Howard Chen · 5 years ago
  55. a956b47 Merge "InitFatalReboot: Panic the system if init_fatal_panic is "true"" by Woody Lin · 5 years ago
  56. 0d4a109 Merge "init: Fix writing "reboot recovery" to BCB" by Tom Cherry · 5 years ago
  57. 4c9e078 InitFatalReboot: Panic the system if init_fatal_panic is "true" by Woody Lin · 5 years ago
  58. 332d992 Merge "Support AVB chain partitions for HASH descriptors" by Treehugger Robot · 5 years ago
  59. aa7279c Support AVB chain partitions for HASH descriptors by Bowgo Tsai · 5 years ago
  60. 5d510e7 CtsInitTestCases secondary_user by Bookatz · 5 years ago
  61. 28561df Change ownership of apex data directories to root. by Oli Lan · 5 years ago
  62. c56e0c0 init: Fix writing "reboot recovery" to BCB by Sam Protsenko · 5 years ago
  63. 6ed0f82 Merge "Update linkerconfig to target out directory" by Kiyoung Kim · 5 years ago
  64. a7be408 Update linkerconfig to target out directory by Kiyoung Kim · 5 years ago
  65. e6d0c55 Merge "init: Use ImageManager for DSUs." by David Anderson · 5 years ago
  66. 79ec1f8 Unify logic for resetting properties before userspace reboot by Nikita Ioffe · 5 years ago
  67. 38a57c0 Merge "Generate linkerconfig per mount namespaces" by Kiyoung Kim · 5 years ago
  68. 7c0aa78 Generate linkerconfig per mount namespaces by Kiyoung Kim · 5 years ago
  69. f63edb5 init: Use ImageManager for DSUs. by David Anderson · 5 years ago
  70. bb27b2b Don't proceed with userspace reboot if device doesn't support it by Nikita Ioffe · 5 years ago
  71. e3f9db1 Use apex name in apex_manifest.pb as the mount point by Jiyong Park · 5 years ago
  72. 5f90566 Require 'exact', 'prefix', or '' for match operation in property_contexts by Tom Cherry · 5 years ago
  73. 673278e Merge "Store crashing process name in sysprop" by Gavin Corkery · 5 years ago
  74. 8018556 Merge "Move linker config under /linkerconfig" by Kiyoung Kim · 5 years ago
  75. 74c4080 Store crashing process name in sysprop by Gavin Corkery · 5 years ago
  76. e4a65b0 Merge "init: clarify a comment" by Treehugger Robot · 5 years ago
  77. 424ff14 Merge changes from topics "createapexdirs", "createapexrollbackdirs" by Oli Lan · 5 years ago
  78. 6c68893 init: clarify a comment by Tom Cherry · 5 years ago
  79. 39b04e2 init: add missing O_CLOEXEC by Tom Cherry · 5 years ago
  80. ab19d27 Create DE_sys APEX data directories. by Oli Lan · 5 years ago
  81. 107a4e5 Move linker config under /linkerconfig by Kiyoung Kim · 5 years ago
  82. 8d28651 init: fsync() persistent properties directory after rename() by Tom Cherry · 5 years ago
  83. 9cf2f83 Merge "Remove service defined in an APEX during userspace reboot" by Nikita Ioffe · 5 years ago
  84. 14cc087 Remove service defined in an APEX during userspace reboot by Nikita Ioffe · 5 years ago
  85. c39bcad Merge "init: Replace property_set() with android::base::SetProperty()" by Tom Cherry · 5 years ago
  86. 959be11 Merge "Point to exec_start from start in init documentation" by Anton Hansson · 5 years ago
  87. f978f06 Point to exec_start from start in init documentation by Anton Hansson · 5 years ago
  88. 933b6d5 Merge "Bind-mount individual flattened APEXes" by Jooyung Han · 5 years ago
  89. 8a4fd6c init: Replace property_set() with android::base::SetProperty() by Tom Cherry · 6 years ago
  90. 203bbd1 Merge "FscryptInstallKeyring: don't re-create keyring if it's already created" by Nikita Ioffe · 5 years ago
  91. c2671b9 Merge "Add basic support for remounting ext4 userdata into checkpoint" by Nikita Ioffe · 5 years ago
  92. 3b2d2ad Merge "init: always kill oneshot services' process groups." by Tom Cherry · 5 years ago
  93. cdce127 FscryptInstallKeyring: don't re-create keyring if it's already created by Nikita Ioffe · 5 years ago
  94. 1f897be Add basic support for remounting ext4 userdata into checkpoint by Nikita Ioffe · 5 years ago
  95. 8388a34 Fix typo in userspace reboot watchdog by Nikita Ioffe · 5 years ago
  96. 9e4f488 Bind-mount individual flattened APEXes by Jooyung Han · 5 years ago
  97. 3f1723e Merge "init: fix subcontext tests running as non-root." by Treehugger Robot · 5 years ago
  98. f70257e init: fix subcontext tests running as non-root. by Tom Cherry · 5 years ago
  99. 7350696 init: always kill oneshot services' process groups. by Tom Cherry · 5 years ago
  100. b2d5e02 Make userspace_reboot.in_progress sysprop-as-api by Nikita Ioffe · 5 years ago