1. f854045 Merge "init: fix copy/paste mistake" by Treehugger Robot · 7 years ago
  2. 94f3bcd init: fix copy/paste mistake by Tom Cherry · 7 years ago
  3. 8c00e42 Skip unnecessary sleep during shutdown by Wei Wang · 7 years ago
  4. 89bcc85 init: use Result<T> for the parsing functions by Tom Cherry · 7 years ago
  5. 557946e init: use Result<T> for builtin functions by Tom Cherry · 7 years ago
  6. 11a3aee init: introduce Result<T> for return values and error handling by Tom Cherry · 7 years ago
  7. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 7 years ago
  8. f95338f Merge "init: fix format issue" by Treehugger Robot · 7 years ago
  9. 1f87cd1 init: fix format issue by Tom Cherry · 7 years ago
  10. 542aae4 init: Add readahead built-in command by Wei Wang · 7 years ago
  11. 2a978d3 init: move property_service.cpp to libinit by Tom Cherry · 7 years ago
  12. 45a9d67 init: statically link libselinux to init_tests by Tom Cherry · 7 years ago
  13. 57ef66b ueventd: add test to ensure selabel_lookup() is thread safe by Tom Cherry · 7 years ago
  14. 7c4609c init: more unique_fd, less goto by Tom Cherry · 7 years ago
  15. 7037991 init: use unique_fd in builtins.cpp by Tom Cherry · 7 years ago
  16. 2a2a8d9 Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe by Tom Cherry · 7 years ago
  17. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 7 years ago
  18. eeee831 init: move reaping from ServiceManager to signal_handler.cpp by Tom Cherry · 7 years ago
  19. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 7 years ago
  20. eb3fa92 Merge "init: fix process restarting" by Tom Cherry · 7 years ago
  21. d269e3a init: fix process restarting by Tom Cherry · 7 years ago
  22. 6fa0884 Merge "Allow the use of a custom Android DT directory" by Bo Hu · 7 years ago
  23. 379123f Merge "init: remove Parser singleton and related cleanup" by Tom Cherry · 7 years ago
  24. c01022a Allow the use of a custom Android DT directory by Yu Ning · 7 years ago
  25. 67dee62 init: remove Parser singleton and related cleanup by Tom Cherry · 7 years ago
  26. 8e7942c Merge "init: shutdown services in the opposite order that they started" by Tom Cherry · 7 years ago
  27. a724360 init: fix type of 2nd argument passed to prctl by Ben Fennema · 7 years ago
  28. 5938379 init: shutdown services in the opposite order that they started by Tom Cherry · 7 years ago
  29. 2ffd65e init: only use signed-integer-overflow sanitizer by Tom Cherry · 7 years ago
  30. 80ec81c Merge "Remove LOCAL_CLANG and clang: true" by Treehugger Robot · 7 years ago
  31. 43567e3 Merge "Do not umount roofs even if it is R/W." by Treehugger Robot · 7 years ago
  32. 9f1980e Merge "init: add support for global seccomp boot option" by Treehugger Robot · 7 years ago
  33. a01c27e Do not umount roofs even if it is R/W. by Wei Wang · 7 years ago
  34. cd15fc7 Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 7 years ago
  35. af1a9bf init: add support for global seccomp boot option by Steve Muckle · 7 years ago
  36. 1be2212 init: Fire shutdown trigger for thermal shutdown by Wei Wang · 7 years ago
  37. 5d17d04 init: use delegating constructor for Service by Tom Cherry · 7 years ago
  38. 176827e Merge changes from topic 'mke2fs_2' by Treehugger Robot · 7 years ago
  39. 0045697 init: require e2fsdroid and mke2fs when building init by Jin Qian · 7 years ago
  40. 278b15c init: rename mke2fs tools with _static suffix by Jin Qian · 7 years ago
  41. d5b36f3 Merge "init: Do full shutdown even for thermal shutdown" by Treehugger Robot · 7 years ago
  42. 9aaf66b Merge "ueventd: fixup ueventd_test.cpp" by Tom Cherry · 7 years ago
  43. 3017387 init: Do full shutdown even for thermal shutdown by Keun-young Park · 7 years ago
  44. 2ef572b ueventd: fixup ueventd_test.cpp by Tom Cherry · 7 years ago
  45. c13a2da Merge "dump stack before kill all" by Keun-young Park · 7 years ago
  46. c59b822 dump stack before kill all by Keun-young Park · 7 years ago
  47. b84666c Merge "Add memcg related configs to init." by Robert Benea · 7 years ago
  48. d485226 Add memcg related configs to init. by Robert Benea · 7 years ago
  49. a022ea4 Merge "uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp" by Treehugger Robot · 7 years ago
  50. dd6a85c uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp by Quang Luong · 7 years ago
  51. 6e12b38 Do not umount /vendor, /system, and /oem even if they are R/W. by Keun-young Park · 7 years ago
  52. c2e181c ueventd: add tests for setegid()/setfscreatecon() and threads by Tom Cherry · 7 years ago
  53. ede0d53 Move Timer from init to libbase by Tom Cherry · 7 years ago
  54. 6a9d567 Merge "init: add info logs in first stage mount if we have to poll" by Treehugger Robot · 7 years ago
  55. 0f4fb54 Merge "ueventd: don't double fork firmware handlers" by Tom Cherry · 7 years ago
  56. b3915d1 Merge "add "shutdown critical" to service" by Treehugger Robot · 7 years ago
  57. c1bc424 Merge "init: Support custom shutdown actions" by Treehugger Robot · 7 years ago
  58. 0f296e0 ueventd: don't double fork firmware handlers by Tom Cherry · 7 years ago
  59. f3ae82f Merge "ueventd: remove character device symlinks (/dev/usb/*)" by Tom Cherry · 7 years ago
  60. a51c40c Merge "init: reap zombies only after kill(-pid, ...)" by Tom Cherry · 7 years ago
  61. cccb34f add "shutdown critical" to service by Keun-young Park · 7 years ago
  62. eeab491 init: Support custom shutdown actions by Wei Wang · 7 years ago
  63. 322e176 init: add info logs in first stage mount if we have to poll by Tom Cherry · 7 years ago
  64. 33391da Remove unnecessary SELinux dependencies by Nick Kralevich · 7 years ago
  65. f596551 init: Read previous state of securebits before modifying by Luis Hector Chavez · 7 years ago
  66. 8d13d80 init: reap zombies only after kill(-pid, ...) by Tom Cherry · 7 years ago
  67. 7bb3602 init: Use ScopedCaps for cap_init() by Luis Hector Chavez · 7 years ago
  68. 519e5f0 init: Reland "Terminate gracefully when CAP_SYS_BOOT is absent" by Luis Hector Chavez · 7 years ago
  69. c22f938 Revert "init: Terminate gracefully when CAP_SYS_BOOT is absent" by Guang Zhu · 7 years ago
  70. 683ebc8 init: Terminate gracefully when CAP_SYS_BOOT is absent by Luis Hector Chavez · 7 years ago
  71. b4dd881 ueventd: remove character device symlinks (/dev/usb/*) by Tom Cherry · 7 years ago
  72. c70bf58 Merge "AVB: allow no metadata in the generic system.img for project Treble" by Treehugger Robot · 7 years ago
  73. 60f19a0 AVB: allow no metadata in the generic system.img for project Treble by Bowgo Tsai · 7 years ago
  74. 81f5d3e init: create android::init:: namespace by Tom Cherry · 7 years ago
  75. 1c3a53f init: cleanup some string usage by Tom Cherry · 7 years ago
  76. 4cbedee Revert "Revert "init: poll in first stage mount if required devices are not found"" by Sandeep Patil · 7 years ago
  77. cd2ba0d Revert "Revert "ueventd: remove PlatformDeviceList"" by Sandeep Patil · 7 years ago
  78. 95366e9 fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabled by Sandeep Patil · 7 years ago
  79. 516ff99 Revert "ueventd: remove PlatformDeviceList" by Tom Cherry · 7 years ago
  80. d6fccea Revert "init: poll in first stage mount if required devices are not found" by Tom Cherry · 7 years ago
  81. ccf0d39 init: poll in first stage mount if required devices are not found by Tom Cherry · 7 years ago
  82. 137ee51 Merge "ueventd: remove PlatformDeviceList" by Tom Cherry · 7 years ago
  83. c94ce7b ueventd: remove PlatformDeviceList by Tom Cherry · 7 years ago
  84. 2787894 Merge "Move restorecon() of /sys from init to ueventd." by Tom Cherry · 7 years ago
  85. d2fd54e Move restorecon() of /sys from init to ueventd. by Tom Cherry · 7 years ago
  86. 6269690 init: Run restorecon_recursive asynchronously by Tom Marshall · 7 years ago
  87. 243ab9c Merge "Revert workaround of clang-tidy segmentation fault." by Treehugger Robot · 7 years ago
  88. fbbb3bd Merge "init: move killing of process groups to libprocessgroup" by Tom Cherry · 7 years ago
  89. 47bd757 Revert workaround of clang-tidy segmentation fault. by Chih-Hung Hsieh · 7 years ago
  90. 06ed613 first stage mount: removing the restriction of mount points by Bowgo Tsai · 7 years ago
  91. 70a5ed4 init: move killing of process groups to libprocessgroup by Tom Cherry · 7 years ago
  92. c583305 ueventd: parallelize uevent handling by Tom Cherry · 7 years ago
  93. 1369379 init: allow ':' in property names by Tom Cherry · 7 years ago
  94. ed506f7 ueventd: Break devices.cpp into discrete classes by Tom Cherry · 7 years ago
  95. 14fc013 init: start move to Android.bp by Tom Cherry · 7 years ago
  96. 64e3f88 Merge "init should #include <sys/sysmacros.h>" by Treehugger Robot · 7 years ago
  97. 7264bee add ueventd to shutdown critial process by Keun-young Park · 7 years ago
  98. 51056c4 init should #include <sys/sysmacros.h> by Elliott Hughes · 7 years ago
  99. 81824eb Merge "Add libkeyutils." by Elliott Hughes · 7 years ago
  100. d761dd7 Merge "Work around clang-tidy segmentation fault." by Treehugger Robot · 7 years ago