1. eef4cd7 Add odm sepolicy support to selinux.cpp by kaichieh · 7 years ago
  2. 30bf4b7 Merge "init: fix signal handling and LOG(FATAL) in child processes" by Tom Cherry · 7 years ago
  3. 459aa1c Merge "init: support setting rlimits per service" by Treehugger Robot · 7 years ago
  4. 9bde0dc Merge "init: log all failures of Service::Start()" by Tom Cherry · 7 years ago
  5. 7ac013d init: support setting rlimits per service by Tom Cherry · 7 years ago
  6. 1ca8324 init: fix signal handling and LOG(FATAL) in child processes by Tom Cherry · 7 years ago
  7. 1ea19eb Clarify SELinux service error message by Nick Kralevich · 7 years ago
  8. 702ca9a init: log all failures of Service::Start() by Tom Cherry · 7 years ago
  9. b1d93a8 Merge "init: do not load persistent properties from temporary /data" by Tom Cherry · 7 years ago
  10. 73e6b49 Switch /data/misc/reboot/last_reboot_reason to persistent property by Mark Salyzyn · 7 years ago
  11. 9951b79 init: do not load persistent properties from temporary /data by Tom Cherry · 7 years ago
  12. 9a38df3 Merge "init: Fix -DUSER_MODE_LINUX compilation" by Treehugger Robot · 7 years ago
  13. c3bc509 init: Fix -DUSER_MODE_LINUX compilation by Dmitry Shmidt · 7 years ago
  14. 68f2a46 init: enable error reporting of builtin functions by Tom Cherry · 7 years ago
  15. 76af7e6 init: log Service failures via Result<T> by Tom Cherry · 7 years ago
  16. 130e3d7 init: pass errors from one Result<T> to another better by Tom Cherry · 7 years ago
  17. 6de21f1 init: cleanup environment handling by Tom Cherry · 7 years ago
  18. 4cea121 init: add log to time spent in waiting for file by Wei Wang · 7 years ago
  19. c41b838 Fix use-after-free of stack-allocated temporary string. by Andreas Huber · 7 years ago
  20. a1a6826 Merge "init: only set ro.boottime.<service> properties once." am: fe0607575d by Tom Cherry · 7 years ago
  21. fe06075 Merge "init: only set ro.boottime.<service> properties once." by Tom Cherry · 7 years ago
  22. 6698195 Merge "ueventd: fix subsystem list logic issues" am: edf03e23bb by Tom Cherry · 7 years ago
  23. edf03e2 Merge "ueventd: fix subsystem list logic issues" by Tom Cherry · 7 years ago
  24. fed3373 init: only set ro.boottime.<service> properties once. by Tom Cherry · 7 years ago
  25. 9c8d6dd ueventd: fix subsystem list logic issues by Tom Cherry · 7 years ago
  26. ce23258 Merge "init: replace panic() with LOG(FATAL)" am: 57a89f3ba0 by Tom Cherry · 7 years ago
  27. 57a89f3 Merge "init: replace panic() with LOG(FATAL)" by Tom Cherry · 7 years ago
  28. ad42b33 Merge "init: fix copy/paste mistake" am: f85404521e by Tom Cherry · 7 years ago
  29. f854045 Merge "init: fix copy/paste mistake" by Treehugger Robot · 7 years ago
  30. d8db7ab init: replace panic() with LOG(FATAL) by Tom Cherry · 7 years ago
  31. 94f3bcd init: fix copy/paste mistake by Tom Cherry · 7 years ago
  32. 57f94aa Merge "Skip unnecessary sleep during shutdown" am: e3e4ec7c97 by Wei Wang · 7 years ago
  33. 8c00e42 Skip unnecessary sleep during shutdown by Wei Wang · 7 years ago
  34. db640d8 Merge changes I7f00c5f0,Idc18f331,I1e7d3a88 am: 334929b525 by Tom Cherry · 7 years ago
  35. 89bcc85 init: use Result<T> for the parsing functions by Tom Cherry · 7 years ago
  36. 557946e init: use Result<T> for builtin functions by Tom Cherry · 7 years ago
  37. 11a3aee init: introduce Result<T> for return values and error handling by Tom Cherry · 7 years ago
  38. c317009 init: split security functions out of init.cpp by Tom Cherry · 7 years ago
  39. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 7 years ago
  40. a105100 Merge "init: fix format issue" am: f95338f634 by Tom Cherry · 7 years ago
  41. f95338f Merge "init: fix format issue" by Treehugger Robot · 7 years ago
  42. 826bc7b Merge "init: Add readahead built-in command" am: 12bd22badf by Wei Wang · 7 years ago
  43. 1f87cd1 init: fix format issue by Tom Cherry · 7 years ago
  44. 542aae4 init: Add readahead built-in command by Wei Wang · 7 years ago
  45. fb9deac Merge changes If1cffa85,I9011a959 am: 30bd51c61f by Tom Cherry · 7 years ago
  46. 2a978d3 init: move property_service.cpp to libinit by Tom Cherry · 7 years ago
  47. 45a9d67 init: statically link libselinux to init_tests by Tom Cherry · 7 years ago
  48. 3df3ec3 Merge "ueventd: add test to ensure selabel_lookup() is thread safe" by Tom Cherry · 7 years ago
  49. 57ef66b ueventd: add test to ensure selabel_lookup() is thread safe by Tom Cherry · 8 years ago
  50. 0908ca7 Merge "init: more unique_fd, less goto" am: 401c9cb330 by Tom Cherry · 7 years ago
  51. 7c4609c init: more unique_fd, less goto by Tom Cherry · 7 years ago
  52. 76756aa Merge "init: use unique_fd in builtins.cpp" am: c34afb1cd5 by Tom Cherry · 7 years ago
  53. 7037991 init: use unique_fd in builtins.cpp by Tom Cherry · 7 years ago
  54. b1c18af Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe am: 2a2a8d9ec0 by Tom Cherry · 7 years ago
  55. 2a2a8d9 Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe by Tom Cherry · 7 years ago
  56. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 7 years ago
  57. eeee831 init: move reaping from ServiceManager to signal_handler.cpp by Tom Cherry · 7 years ago
  58. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 7 years ago
  59. 2542281 Merge "init: fix process restarting" am: eb3fa92191 by Tom Cherry · 7 years ago
  60. eb3fa92 Merge "init: fix process restarting" by Tom Cherry · 7 years ago
  61. d269e3a init: fix process restarting by Tom Cherry · 7 years ago
  62. 8b2e0e0 Merge "Allow the use of a custom Android DT directory" am: 6fa0884188 by Bo Hu · 7 years ago
  63. 6fa0884 Merge "Allow the use of a custom Android DT directory" by Bo Hu · 7 years ago
  64. bf4afbb Merge "init: remove Parser singleton and related cleanup" am: 379123f9ab by Tom Cherry · 7 years ago
  65. 379123f Merge "init: remove Parser singleton and related cleanup" by Tom Cherry · 7 years ago
  66. c01022a Allow the use of a custom Android DT directory by Yu Ning · 7 years ago
  67. 67dee62 init: remove Parser singleton and related cleanup by Tom Cherry · 7 years ago
  68. 9f030d8 Merge "init: shutdown services in the opposite order that they started" by Tom Cherry · 7 years ago
  69. 8e7942c Merge "init: shutdown services in the opposite order that they started" by Tom Cherry · 7 years ago
  70. f01f4e9 Merge "init: fix type of 2nd argument passed to prctl" am: 1b506c54c2 by Ben Fennema · 7 years ago
  71. a724360 init: fix type of 2nd argument passed to prctl by Ben Fennema · 7 years ago
  72. 2eada2a Merge "init: only use signed-integer-overflow sanitizer" am: a19f481c8c by Tom Cherry · 7 years ago
  73. 5938379 init: shutdown services in the opposite order that they started by Tom Cherry · 7 years ago
  74. 2ffd65e init: only use signed-integer-overflow sanitizer by Tom Cherry · 7 years ago
  75. f7b315c Merge "Remove LOCAL_CLANG and clang: true" am: 80ec81cf4b by Lennart Wieboldt · 7 years ago
  76. 80ec81c Merge "Remove LOCAL_CLANG and clang: true" by Treehugger Robot · 7 years ago
  77. 22782a7 Merge "Do not umount roofs even if it is R/W." am: 43567e39dc by Wei Wang · 7 years ago
  78. 43567e3 Merge "Do not umount roofs even if it is R/W." by Treehugger Robot · 7 years ago
  79. 5a79972 Merge "init: add support for global seccomp boot option" am: 9f1980e2fc by Steve Muckle · 7 years ago
  80. 9f1980e Merge "init: add support for global seccomp boot option" by Treehugger Robot · 7 years ago
  81. a01c27e Do not umount roofs even if it is R/W. by Wei Wang · 7 years ago
  82. cd15fc7 Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 7 years ago
  83. b0a6129 Merge "init: Fire shutdown trigger for thermal shutdown" am: 603cae8b48 by Wei Wang · 7 years ago
  84. af1a9bf init: add support for global seccomp boot option by Steve Muckle · 8 years ago
  85. 1be2212 init: Fire shutdown trigger for thermal shutdown by Wei Wang · 7 years ago
  86. 9549d68 Merge "init: use delegating constructor for Service" am: ce3b2de809 by Tom Cherry · 7 years ago
  87. 5d17d04 init: use delegating constructor for Service by Tom Cherry · 7 years ago
  88. 3f531ac Merge changes from topic 'mke2fs_2' am: 176827e166 by Jin Qian · 7 years ago
  89. 176827e Merge changes from topic 'mke2fs_2' by Treehugger Robot · 7 years ago
  90. 0045697 init: require e2fsdroid and mke2fs when building init by Jin Qian · 8 years ago
  91. 278b15c init: rename mke2fs tools with _static suffix by Jin Qian · 8 years ago
  92. a064892 Merge "init: Do full shutdown even for thermal shutdown" am: d5b36f38ef by Keun-young Park · 8 years ago
  93. d5b36f3 Merge "init: Do full shutdown even for thermal shutdown" by Treehugger Robot · 8 years ago
  94. 34d4d57 Merge "ueventd: fixup ueventd_test.cpp" am: 9aaf66b61f by Tom Cherry · 8 years ago
  95. 9aaf66b Merge "ueventd: fixup ueventd_test.cpp" by Tom Cherry · 8 years ago
  96. 3017387 init: Do full shutdown even for thermal shutdown by Keun-young Park · 8 years ago
  97. 2ef572b ueventd: fixup ueventd_test.cpp by Tom Cherry · 8 years ago
  98. 4e24aa2 Merge "dump stack before kill all" am: c13a2da2f4 by Keun-young Park · 8 years ago
  99. c13a2da Merge "dump stack before kill all" by Keun-young Park · 8 years ago
  100. c59b822 dump stack before kill all by Keun-young Park · 8 years ago