1. 026adf0 Refine the exported DSU status by Howard Chen · 4 years, 7 months ago
  2. cecebbb Convert system/core to Result::ok() by Bernie Innocenti · 4 years, 8 months ago
  3. 44d5ec3 init: handle process actions when waiting for exec services by Tom Cherry · 4 years, 8 months ago
  4. f0f7e70 init: add builtin check for perf_event LSM hooks by Ryan Savitski · 4 years, 8 months ago
  5. 99df54b Move linker config under /linkerconfig by Kiyoung Kim · 4 years, 10 months ago
  6. abd5046 Merge "Remove service defined in an APEX during userspace reboot" by Nikita Ioffe · 4 years, 10 months ago
  7. 091c4d1 Remove service defined in an APEX during userspace reboot by Nikita Ioffe · 4 years, 10 months ago
  8. c88d8f9 init: Replace property_set() with android::base::SetProperty() by Tom Cherry · 5 years ago
  9. 18278d2 init: make triggering shutdown from vendor_init better by Tom Cherry · 4 years, 10 months ago
  10. 47cdf6c Merge "Move init and ueventd scripts from / to /system/etc" by Tom Cherry · 4 years, 10 months ago
  11. c9f5353 Move init and ueventd scripts from / to /system/etc by Tom Cherry · 4 years, 11 months ago
  12. c29c2ba init: Add support for native service registration with lmkd by Suren Baghdasaryan · 5 years ago
  13. 0dbfea7 init: trigger shutdown directly from builtins by Tom Cherry · 5 years ago
  14. ba6968e Add a skeleton of userspace reboot by Nikita Ioffe · 5 years ago
  15. 14c2472 init: degeneralize subcontext init into only vendor_init by Tom Cherry · 5 years ago
  16. f3a5ab8 Merge "Remove the global seccomp option." by Elliott Hughes · 5 years ago
  17. 60971e6 init: add reboot_on_failure service option by Tom Cherry · 5 years ago
  18. 4e46a33 Merge "Reland^2: "init: run property service in a thread"" by Tom Cherry · 5 years ago
  19. 1ab3dfc Reland^2: "init: run property service in a thread" by Tom Cherry · 5 years ago
  20. 4e6bf25 Remove the global seccomp option. by Elliott Hughes · 5 years ago
  21. 1136f15 Init: Run boringssl self test via separate binaries. by Tobias Thierer · 5 years ago
  22. 905a5df init: Always reap processes before handling properties by Tom Cherry · 5 years ago
  23. 9800ad8 init: -1 log for control message error paths. by Steven Moreland · 5 years ago
  24. 4adbd29 Merge "Revert "Reland: "init: run property service in a thread""" by Tom Cherry · 5 years ago
  25. 3da2ba6 Revert "Reland: "init: run property service in a thread"" by Tom Cherry · 5 years ago
  26. 88bba95 Merge "init: set SetKptrRestrict before early-init" by Treehugger Robot · 5 years ago
  27. 33783fc init: set SetKptrRestrict before early-init by Ravi Kumar Siddojigari · 5 years ago
  28. 8efca4b Reland: "init: run property service in a thread" by Tom Cherry · 5 years ago
  29. f451426 Revert "init: run property service in a thread" by Tom Cherry · 5 years ago
  30. 26f5e7d init: run property service in a thread by Tom Cherry · 5 years ago
  31. d52a5b3 init: simplify keyword_map by Tom Cherry · 5 years ago
  32. 4280165 Merge "Remove binder dependency in init." by Steven Moreland · 5 years ago
  33. 4ee2703 Remove binder dependency in init. by Steven Moreland · 5 years ago
  34. 7eaf9b5 Rename product_services to system_ext by Justin Yun · 5 years ago
  35. 3df8dc5 Checks each interface in an init_rc file is a known hidl_interface. by Daniel Norman · 5 years ago
  36. 172c83f init: remove last init.cpp global by Tom Cherry · 5 years ago
  37. ff88e30 init: remove console_init_action by Tom Cherry · 5 years ago
  38. 2aeb1ad Split out ServiceList and ServiceParser from service.cpp/.h by Tom Cherry · 5 years ago
  39. 39fafed init: use a property instead of file to communicate cold boot done by Tom Cherry · 5 years ago
  40. bbcbc2f init: replace Result<Success> with Result<void> by Tom Cherry · 5 years ago
  41. 92c236e init: Refactor selinux.h/cpp by Vic Yang · 5 years ago
  42. 59656fb init: dump stack when aborting by Tom Cherry · 5 years ago
  43. 5f01d3a init: add error handling in control message by Wei Wang · 5 years ago
  44. 44505ec init: move "started at" environment var names to headers by Mark Salyzyn · 5 years ago
  45. 10377df init: ro.boottime.init.first_stage by Mark Salyzyn · 5 years ago
  46. 72d8d2f Merge "Copying debug ramdisk files to /debug_ramdisk/*" by Treehugger Robot · 5 years ago
  47. a7c103e Merge "init: set oom_adj early before fork vendor_init" by Treehugger Robot · 5 years ago
  48. 30afda7 Copying debug ramdisk files to /debug_ramdisk/* by Bowgo Tsai · 5 years ago
  49. 45d8174 init: set oom_adj early before fork vendor_init by Wei Wang · 5 years ago
  50. 9d7b89a CgroupSetupCgroups -> CgroupSetup by Yifan Hong · 5 years ago
  51. 6f9ce2e libprocessgroup: Move CgroupSetupCgroups() to libprocessgroup_setup by Yifan Hong · 6 years ago
  52. 5b53573 libprocessgroup: restrict SetupCgroups to one-time usage and only by init by Suren Baghdasaryan · 5 years ago
  53. a73ed22 init: add MountHandler property handler by Mark Salyzyn · 6 years ago
  54. 1dacd42 Allow overriding ro.debuggable to 1 on USER builds by Bowgo Tsai · 6 years ago
  55. 372278c init: Set a property indicating that we're booting into a GSI. by David Anderson · 6 years ago
  56. 54f7e57 Merge "init: print property/value for wait_for_property" by Treehugger Robot · 6 years ago
  57. c9352bb init: print property/value for wait_for_property by Wei Wang · 6 years ago
  58. 82b72a5 libprocessgroup: Add support for task profiles by Suren Baghdasaryan · 6 years ago
  59. 6866041 Proper mount namespace configuration for bionic by Jiyong Park · 6 years ago
  60. dc1f247 Init: error on oneway calls. by Steven Moreland · 6 years ago
  61. 044e027 Merge "Run BoringSSL self test during startup" by Treehugger Robot · 6 years ago
  62. d052118 Run BoringSSL self test during startup by Branden Archer · 6 years ago
  63. 7bfea3d init: clean up the 1st/2nd stage init split by Tom Cherry · 6 years ago
  64. c240440 init parses *.rc files from APEXes by Jiyong Park · 6 years ago
  65. 6bab0a9 Mount vendor overlay from the system partition by Justin Yun · 6 years ago
  66. e004241 init: Add some ASAN helpers by Tom Cherry · 6 years ago
  67. 64990d5 Merge "init: move InitKernelLogging() to first stage init" by Tom Cherry · 6 years ago
  68. 48e83e6 init: move InitKernelLogging() to first stage init by Tom Cherry · 6 years ago
  69. 5f2a21d Merge "init: allow customizable restart and timeout periods for services" by Tom Cherry · 6 years ago
  70. 73f535e init: allow customizable restart and timeout periods for services by Tom Cherry · 6 years ago
  71. 5952034 Merge "Set device lock status from kernel command line." by Treehugger Robot · 6 years ago
  72. 5ed3278 Set device lock status from kernel command line. by Hridya Valsaraju · 6 years ago
  73. d9e53da init: move selinux and seccomp set up to 2nd stage init. by Tom Cherry · 6 years ago
  74. 62e985a init: Allow restricted use of binder. by Martijn Coenen · 6 years ago
  75. ab5583b s/product-services/product_services/g by Dario Freni · 6 years ago
  76. 3143848 split first stage init into a separate executable by Tom Cherry · 6 years ago
  77. 44aceed Split init's source files init first stage and second stage by Tom Cherry · 6 years ago
  78. 132615b Merge "Move watchdogd out of init" by Tom Cherry · 6 years ago
  79. 40acb37 Move watchdogd out of init by Tom Cherry · 6 years ago
  80. 6e05552 Merge "init: run fsck for early mount partitions" by Tom Cherry · 6 years ago
  81. 81ae075 init: run fsck for early mount partitions by Tom Cherry · 6 years ago
  82. 3613710 Add support for /product-services partition. by Dario Freni · 6 years ago
  83. 1d2b29a Merge "init: rename init_first_stage" by Treehugger Robot · 6 years ago
  84. 38a11cc init: rename init_first_stage by Tom Cherry · 6 years ago
  85. 74069d1 init: clean up logging initialization by Tom Cherry · 6 years ago
  86. acc31ce Add /mnt/product rw mount point for product partitions. by Bowgo Tsai · 6 years ago
  87. 39d124b init: Don't set ro.serialno when androidboot.serialno is not set by Chris Morin · 6 years ago
  88. 788fc82 init: Actually check the return value for calls during first stage init by Tom Cherry · 6 years ago
  89. 1385725 init: switch out keychord id with std::vector match of chords by Mark Salyzyn · 6 years ago
  90. 06aeb41 init: turn keychords into a standalone class by Mark Salyzyn · 6 years ago
  91. eca2507 init: refactor keychord for testing by Mark Salyzyn · 6 years ago
  92. 6c6ec72 init: separate out epoll into a class by Mark Salyzyn · 9 years ago
  93. 4880d44 Merge changes from topic "interface_builtins" by Steven Moreland · 6 years ago
  94. 6227e34 init: ServiceList FindInterface by Steven Moreland · 6 years ago
  95. 353bf1f init: switch from /dev/keychord to /dev/input/ by Mark Salyzyn · 6 years ago
  96. 8ae7375 init: use std::function for epoll handling by Tom Cherry · 6 years ago
  97. 4640149 Merge "Add /mnt/vendor rw mount point for vendor partitions." by Tri Vo · 6 years ago
  98. 8f38048 init: add sigstop option for debugging services from their start by Tom Cherry · 6 years ago
  99. 0b66969 Add /mnt/vendor rw mount point for vendor partitions. by Tri Vo · 6 years ago
  100. 1325ec8 init: use signalfd to catch SIGCHLD by Ryan Prichard · 6 years ago