1. af1a9bf init: add support for global seccomp boot option by Steve Muckle · 9 years ago
  2. d5b36f3 Merge "init: Do full shutdown even for thermal shutdown" by Treehugger Robot · 9 years ago
  3. 9aaf66b Merge "ueventd: fixup ueventd_test.cpp" by Tom Cherry · 9 years ago
  4. 3017387 init: Do full shutdown even for thermal shutdown by Keun-young Park · 9 years ago
  5. 2ef572b ueventd: fixup ueventd_test.cpp by Tom Cherry · 9 years ago
  6. c13a2da Merge "dump stack before kill all" by Keun-young Park · 9 years ago
  7. c59b822 dump stack before kill all by Keun-young Park · 9 years ago
  8. b84666c Merge "Add memcg related configs to init." by Robert Benea · 9 years ago
  9. d485226 Add memcg related configs to init. by Robert Benea · 9 years ago
  10. a022ea4 Merge "uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp" by Treehugger Robot · 9 years ago
  11. dd6a85c uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp by Quang Luong · 9 years ago
  12. 6e12b38 Do not umount /vendor, /system, and /oem even if they are R/W. by Keun-young Park · 9 years ago
  13. c2e181c ueventd: add tests for setegid()/setfscreatecon() and threads by Tom Cherry · 9 years ago
  14. ede0d53 Move Timer from init to libbase by Tom Cherry · 9 years ago
  15. 6a9d567 Merge "init: add info logs in first stage mount if we have to poll" by Treehugger Robot · 9 years ago
  16. 0f4fb54 Merge "ueventd: don't double fork firmware handlers" by Tom Cherry · 9 years ago
  17. b3915d1 Merge "add "shutdown critical" to service" by Treehugger Robot · 9 years ago
  18. c1bc424 Merge "init: Support custom shutdown actions" by Treehugger Robot · 9 years ago
  19. 0f296e0 ueventd: don't double fork firmware handlers by Tom Cherry · 9 years ago
  20. f3ae82f Merge "ueventd: remove character device symlinks (/dev/usb/*)" by Tom Cherry · 9 years ago
  21. a51c40c Merge "init: reap zombies only after kill(-pid, ...)" by Tom Cherry · 9 years ago
  22. cccb34f add "shutdown critical" to service by Keun-young Park · 9 years ago
  23. eeab491 init: Support custom shutdown actions by Wei Wang · 9 years ago
  24. 322e176 init: add info logs in first stage mount if we have to poll by Tom Cherry · 9 years ago
  25. 33391da Remove unnecessary SELinux dependencies by Nick Kralevich · 9 years ago
  26. f596551 init: Read previous state of securebits before modifying by Luis Hector Chavez · 9 years ago
  27. 8d13d80 init: reap zombies only after kill(-pid, ...) by Tom Cherry · 9 years ago
  28. 7bb3602 init: Use ScopedCaps for cap_init() by Luis Hector Chavez · 9 years ago
  29. 519e5f0 init: Reland "Terminate gracefully when CAP_SYS_BOOT is absent" by Luis Hector Chavez · 9 years ago
  30. c22f938 Revert "init: Terminate gracefully when CAP_SYS_BOOT is absent" by Guang Zhu · 9 years ago
  31. 683ebc8 init: Terminate gracefully when CAP_SYS_BOOT is absent by Luis Hector Chavez · 9 years ago
  32. b4dd881 ueventd: remove character device symlinks (/dev/usb/*) by Tom Cherry · 9 years ago
  33. c70bf58 Merge "AVB: allow no metadata in the generic system.img for project Treble" by Treehugger Robot · 9 years ago
  34. 60f19a0 AVB: allow no metadata in the generic system.img for project Treble by Bowgo Tsai · 9 years ago
  35. 81f5d3e init: create android::init:: namespace by Tom Cherry · 9 years ago
  36. 1c3a53f init: cleanup some string usage by Tom Cherry · 9 years ago
  37. 4cbedee Revert "Revert "init: poll in first stage mount if required devices are not found"" by Sandeep Patil · 9 years ago
  38. cd2ba0d Revert "Revert "ueventd: remove PlatformDeviceList"" by Sandeep Patil · 9 years ago
  39. 95366e9 fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabled by Sandeep Patil · 9 years ago
  40. 516ff99 Revert "ueventd: remove PlatformDeviceList" by Tom Cherry · 9 years ago
  41. d6fccea Revert "init: poll in first stage mount if required devices are not found" by Tom Cherry · 9 years ago
  42. ccf0d39 init: poll in first stage mount if required devices are not found by Tom Cherry · 9 years ago
  43. 137ee51 Merge "ueventd: remove PlatformDeviceList" by Tom Cherry · 9 years ago
  44. c94ce7b ueventd: remove PlatformDeviceList by Tom Cherry · 9 years ago
  45. 2787894 Merge "Move restorecon() of /sys from init to ueventd." by Tom Cherry · 9 years ago
  46. d2fd54e Move restorecon() of /sys from init to ueventd. by Tom Cherry · 9 years ago
  47. 6269690 init: Run restorecon_recursive asynchronously by Tom Marshall · 9 years ago
  48. 243ab9c Merge "Revert workaround of clang-tidy segmentation fault." by Treehugger Robot · 9 years ago
  49. fbbb3bd Merge "init: move killing of process groups to libprocessgroup" by Tom Cherry · 9 years ago
  50. 47bd757 Revert workaround of clang-tidy segmentation fault. by Chih-Hung Hsieh · 9 years ago
  51. 06ed613 first stage mount: removing the restriction of mount points by Bowgo Tsai · 9 years ago
  52. 70a5ed4 init: move killing of process groups to libprocessgroup by Tom Cherry · 9 years ago
  53. c583305 ueventd: parallelize uevent handling by Tom Cherry · 9 years ago
  54. 1369379 init: allow ':' in property names by Tom Cherry · 9 years ago
  55. ed506f7 ueventd: Break devices.cpp into discrete classes by Tom Cherry · 9 years ago
  56. 14fc013 init: start move to Android.bp by Tom Cherry · 9 years ago
  57. 64e3f88 Merge "init should #include <sys/sysmacros.h>" by Treehugger Robot · 9 years ago
  58. 7264bee add ueventd to shutdown critial process by Keun-young Park · 9 years ago
  59. 51056c4 init should #include <sys/sysmacros.h> by Elliott Hughes · 9 years ago
  60. 81824eb Merge "Add libkeyutils." by Elliott Hughes · 9 years ago
  61. d761dd7 Merge "Work around clang-tidy segmentation fault." by Treehugger Robot · 9 years ago
  62. f8627ce Add libkeyutils. by Elliott Hughes · 9 years ago
  63. cdad92f Merge "first stage mount: removing the requirement of by-name prefix for AVB" by Treehugger Robot · 9 years ago
  64. 4963b42 Merge changes I172acf0f,I97b6e17a by Tom Cherry · 9 years ago
  65. 20651f6 first stage mount: removing the requirement of by-name prefix for AVB by Bowgo Tsai · 9 years ago
  66. 482f36c init: remove restorecon() from util.cpp by Tom Cherry · 9 years ago
  67. b066fcc init: add "+passcred" for socket to set SO_PASSCRED by Mark Salyzyn · 9 years ago
  68. 0dda322 Merge changes I46690d1c,I84c11aa5 by Tom Cherry · 9 years ago
  69. 2cbbe9f init: do not log directly from read_file() and write_file() by Tom Cherry · 9 years ago
  70. 517e1f1 init: Check DecodeUid() result and use error string by Tom Cherry · 9 years ago
  71. 7275802 Work around clang-tidy segmentation fault. by Chih-Hung Hsieh · 9 years ago
  72. 61559e4 Merge "init: cleanup exec_service documentation" by Treehugger Robot · 9 years ago
  73. 33838b1 init: change kill order and fix error reporting in KillProcessGroup() by Tom Cherry · 9 years ago
  74. 323d579 init: cleanup exec_service documentation by William Roberts · 9 years ago
  75. e2629c5 Merge "init: manually restorecon mke2fs tools on ramdisk" by Treehugger Robot · 9 years ago
  76. e1e3e20 Merge changes Ieb44fa8f,I01b26fe5 by Treehugger Robot · 9 years ago
  77. 2d019f8 init: manually restorecon mke2fs tools on ramdisk by Jin Qian · 9 years ago
  78. 4599627 init: setup keyring before ueventd starts by Mark Salyzyn · 9 years ago
  79. 5a86cb7 init: use do_exec() for init_user0 by Tom Cherry · 9 years ago
  80. 672dd97 Merge "ueventd: do not reference init's sehandle" by Tom Cherry · 9 years ago
  81. ea5fca4 init: fix first stage mount failure due to /dev/device-mapper not found by Bowgo Tsai · 9 years ago
  82. 7c3f147 Merge "init: add an initializer for keychord_id_" by Tom Cherry · 9 years ago
  83. e7656b7 ueventd: do not reference init's sehandle by Tom Cherry · 9 years ago
  84. 6a8314c Merge "ueventd: remove leftovers of the SELinux policy update mechanism" by Tom Cherry · 9 years ago
  85. 7da5485 init: add an initializer for keychord_id_ by Tom Cherry · 9 years ago
  86. f51c66b ueventd: fix typo from previous patchset by Tom Cherry · 9 years ago
  87. 6daf514 ueventd: remove leftovers of the SELinux policy update mechanism by Tom Cherry · 9 years ago
  88. 4de31e1 combine wait for exec log with service exit log by Keun-young Park · 9 years ago
  89. 59c74a3 Merge "init: fix last_reboot_reason string" by Treehugger Robot · 9 years ago
  90. 47d15ed Merge "set default shutdown timeout to 6 secs" by Keun-young Park · 9 years ago
  91. 84d43c8 Merge "do not start shutdown animation from init" by Treehugger Robot · 9 years ago
  92. 7feab68 set default shutdown timeout to 6 secs by Keun-young Park · 9 years ago
  93. 8cde090 Merge "add additional dump for timeout" by Keun-young Park · 9 years ago
  94. b0a14f8 Merge changes Ibe91fd2d,I59e2bd9e by Treehugger Robot · 9 years ago
  95. 1663e97 add additional dump for timeout by Keun-young Park · 9 years ago
  96. 47336ce init: fix last_reboot_reason string by Tom Cherry · 9 years ago
  97. 6f7ef2f init: remove 'computing context for service'... message by Tom Cherry · 9 years ago
  98. 86e31a8 init: use full command for exec services' names by Tom Cherry · 9 years ago
  99. 8df35dc Merge "init: fix first stage mount failure when two fstab entries have verity_loc" by Treehugger Robot · 9 years ago
  100. d9ebf06 Merge "init: rename 'Trigger' to 'Event' and convert to std::variant" by Tom Cherry · 9 years ago