1. d78de69 Merge "init: clean up subcontext_test" by Tom Cherry · 7 years ago
  2. 273d595 Merge "init language extension for lazy HIDL services." by Treehugger Robot · 7 years ago
  3. d6f0800 init language extension for lazy HIDL services. by Steven Moreland · 8 years ago
  4. 13401ee init: add SelabelInitialize() for subcontext by Tom Cherry · 7 years ago
  5. 934ecc4 init: clean up subcontext_test by Tom Cherry · 7 years ago
  6. 03f6740 Merge "init: add extra std::move" by Treehugger Robot · 7 years ago
  7. 80a345d init: add extra std::move by Tom Cherry · 7 years ago
  8. 0ae97e4 init: wait_for_prop shouldn't run in a subcontext by Tom Cherry · 7 years ago
  9. 963b264 Only allow UTF8 encoded property values by Tom Cherry · 7 years ago
  10. 96cca93 Allow setting read-only properties with value length > 92 characters by Tom Cherry · 7 years ago
  11. 7efe911 init+bootstat: reduce last reboot reason to canonical alias by Mark Salyzyn · 7 years ago
  12. dbbfc08 Merge "Allow redeclaring typeattributes" by Jeffrey Vander Stoep · 7 years ago
  13. e4bcc21 Allow redeclaring typeattributes by Jeff Vander Stoep · 8 years ago
  14. e1cbcf4 init: use ro.init.subcontexts_enabled to enable subcontexts by Tom Cherry · 8 years ago
  15. e7225dc init/reboot: call MNT_FORCE at the last umount(2) by Jaegeuk Kim · 8 years ago
  16. 2bcb4d9 Merge "init: log failures if a service cannot start during class_start" by Treehugger Robot · 8 years ago
  17. ef68972 init: log failures if a service cannot start during class_start by Tom Cherry · 8 years ago
  18. b056e50 init: fix subcontext SELinux strings by Tom Cherry · 8 years ago
  19. 76a6d65 Merge "init: run vendor commands in a separate SELinux context" by Tom Cherry · 8 years ago
  20. 62f963a init: run vendor commands in a separate SELinux context by Tom Cherry · 8 years ago
  21. dea8a86 Merge "init: remove non-protobuf single persistent property file" by Tom Cherry · 8 years ago
  22. 37ad148 Merge "init: report shutdown,container for sigterm of init" by Mark Salyzyn · 8 years ago
  23. 44f756d init: remove non-protobuf single persistent property file by Tom Cherry · 8 years ago
  24. 8ebdc8d Merge "init: cleanup exit() uses" by Tom Cherry · 8 years ago
  25. fc9b38d init: report shutdown,container for sigterm of init by Mark Salyzyn · 8 years ago
  26. f1ee838 init: cleanup exit() uses by Tom Cherry · 8 years ago
  27. 06f3943 init: shutdown,thermal shut off display immediately by Mark Salyzyn · 8 years ago
  28. c13c26e init: fix typo by Tom Cherry · 8 years ago
  29. b6b7815 Merge "init: use protobuf for serialization of persistent properties" by Tom Cherry · 8 years ago
  30. 0ae6abb init: use protobuf for serialization of persistent properties by Tom Cherry · 8 years ago
  31. c57d34f Merge "init: add exec_background command" by Tom Cherry · 8 years ago
  32. 232c9c5 init: add exec_background command by Tom Cherry · 8 years ago
  33. 71df3d8 Merge "init: fix crash when reboot is triggered by a builtin" by Tom Cherry · 8 years ago
  34. e60f7d2 init: fix crash when reboot is triggered by a builtin by Tom Cherry · 8 years ago
  35. c62997a init: fix hiding of move constructors of Result<T> by Tom Cherry · 8 years ago
  36. f0a1479 Merge "init: fix variable scope issue with ExpandArgs()" by Tom Cherry · 8 years ago
  37. 41eb27e init: fix variable scope issue with ExpandArgs() by Tom Cherry · 8 years ago
  38. 0e4287c Merge "init: Allow clean system shutdown upon SIGTERM" by Treehugger Robot · 8 years ago
  39. 0be5b9e init: Allow clean system shutdown upon SIGTERM by Luis Hector Chavez · 8 years ago
  40. 483d19a Log pid for writes to sys.powerctl by Tom Cherry · 8 years ago
  41. 7a05007 Merge "Add odm sepolicy support to selinux.cpp" by Treehugger Robot · 8 years ago
  42. 47d6288 init: add option to read file fully on readahead by Wei Wang · 8 years ago
  43. d9efd8f Add odm sepolicy support to selinux.cpp by kaichieh · 8 years ago
  44. a2abaec Merge "use a single file for storing persistent properties" by Tom Cherry · 8 years ago
  45. 527515b use a single file for storing persistent properties by Tom Cherry · 8 years ago
  46. 03de1d8 Merge "init: fix signal handling and LOG(FATAL) in child processes" by Tom Cherry · 8 years ago
  47. e5030e6 Merge "init: support setting rlimits per service" by Treehugger Robot · 8 years ago
  48. 62072ae Merge "init: log all failures of Service::Start()" by Tom Cherry · 8 years ago
  49. e1008f3 init: support setting rlimits per service by Tom Cherry · 8 years ago
  50. 0d898bc init: fix signal handling and LOG(FATAL) in child processes by Tom Cherry · 8 years ago
  51. 16aac10 Clarify SELinux service error message by Nick Kralevich · 8 years ago
  52. 0ea3e15 init: log all failures of Service::Start() by Tom Cherry · 8 years ago
  53. 020793f Merge "init: do not load persistent properties from temporary /data" by Tom Cherry · 8 years ago
  54. c1b1de4 Switch /data/misc/reboot/last_reboot_reason to persistent property by Mark Salyzyn · 8 years ago
  55. 3465dc8 init: do not load persistent properties from temporary /data by Tom Cherry · 8 years ago
  56. 4c9773a Merge "init: Fix -DUSER_MODE_LINUX compilation" by Treehugger Robot · 8 years ago
  57. 551b494 init: Fix -DUSER_MODE_LINUX compilation by Dmitry Shmidt · 8 years ago
  58. 919b267 init: enable error reporting of builtin functions by Tom Cherry · 8 years ago
  59. c2c07ba init: log Service failures via Result<T> by Tom Cherry · 8 years ago
  60. a3f7516 init: pass errors from one Result<T> to another better by Tom Cherry · 8 years ago
  61. 7ea6a83 init: cleanup environment handling by Tom Cherry · 8 years ago
  62. 3787eee init: add log to time spent in waiting for file by Wei Wang · 8 years ago
  63. 9f81728 Fix use-after-free of stack-allocated temporary string. by Andreas Huber · 8 years ago
  64. 78e2560 Merge "init: only set ro.boottime.<service> properties once." am: fe0607575d by Tom Cherry · 8 years ago
  65. 2498f31 Merge "init: only set ro.boottime.<service> properties once." by Tom Cherry · 8 years ago
  66. fc70c4e Merge "ueventd: fix subsystem list logic issues" am: edf03e23bb by Tom Cherry · 8 years ago
  67. 1d432dd Merge "ueventd: fix subsystem list logic issues" by Tom Cherry · 8 years ago
  68. e24dd89 init: only set ro.boottime.<service> properties once. by Tom Cherry · 8 years ago
  69. 6ba1bee ueventd: fix subsystem list logic issues by Tom Cherry · 8 years ago
  70. 63af31f Merge "init: replace panic() with LOG(FATAL)" am: 57a89f3ba0 by Tom Cherry · 8 years ago
  71. a644398 Merge "init: replace panic() with LOG(FATAL)" by Tom Cherry · 8 years ago
  72. b0ed2e8 Merge "init: fix copy/paste mistake" am: f85404521e by Tom Cherry · 8 years ago
  73. 644db06 Merge "init: fix copy/paste mistake" by Treehugger Robot · 8 years ago
  74. a99341e init: replace panic() with LOG(FATAL) by Tom Cherry · 8 years ago
  75. 9860b3b init: fix copy/paste mistake by Tom Cherry · 8 years ago
  76. cf35269 Merge "Skip unnecessary sleep during shutdown" am: e3e4ec7c97 by Wei Wang · 8 years ago
  77. 3283ccc Skip unnecessary sleep during shutdown by Wei Wang · 8 years ago
  78. db38440 Merge changes I7f00c5f0,Idc18f331,I1e7d3a88 am: 334929b525 by Tom Cherry · 8 years ago
  79. 20be869 init: use Result<T> for the parsing functions by Tom Cherry · 8 years ago
  80. d26214b init: use Result<T> for builtin functions by Tom Cherry · 8 years ago
  81. 02fbfb2 init: introduce Result<T> for return values and error handling by Tom Cherry · 8 years ago
  82. adcff94 init: split security functions out of init.cpp by Tom Cherry · 8 years ago
  83. 6329155 init: split security functions out of init.cpp by Tom Cherry · 8 years ago
  84. 8338ce7 Merge "init: fix format issue" am: f95338f634 by Tom Cherry · 8 years ago
  85. f800d03 Merge "init: fix format issue" by Treehugger Robot · 8 years ago
  86. 8086f9d Merge "init: Add readahead built-in command" am: 12bd22badf by Wei Wang · 8 years ago
  87. abe046d init: fix format issue by Tom Cherry · 8 years ago
  88. 030550d init: Add readahead built-in command by Wei Wang · 8 years ago
  89. 7db43b5 Merge changes If1cffa85,I9011a959 am: 30bd51c61f by Tom Cherry · 8 years ago
  90. 3906fdb init: move property_service.cpp to libinit by Tom Cherry · 8 years ago
  91. 6c02a58 init: statically link libselinux to init_tests by Tom Cherry · 8 years ago
  92. d65aeda Merge "ueventd: add test to ensure selabel_lookup() is thread safe" by Tom Cherry · 8 years ago
  93. 630305f ueventd: add test to ensure selabel_lookup() is thread safe by Tom Cherry · 8 years ago
  94. 10eda21 Merge "init: more unique_fd, less goto" am: 401c9cb330 by Tom Cherry · 8 years ago
  95. 7016daf init: more unique_fd, less goto by Tom Cherry · 8 years ago
  96. 08f3fce Merge "init: use unique_fd in builtins.cpp" am: c34afb1cd5 by Tom Cherry · 8 years ago
  97. de960bb init: use unique_fd in builtins.cpp by Tom Cherry · 8 years ago
  98. 6a4f766 Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe am: 2a2a8d9ec0 by Tom Cherry · 8 years ago
  99. 56de892 Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe by Tom Cherry · 8 years ago
  100. 4661527 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 8 years ago