1. de6bd50 init: add host side parser for init by Tom Cherry · 8 years ago
  2. 851803d Merge "If enablefilecrypto or init_user0 fails, reboot into recovery." by Treehugger Robot · 8 years ago
  3. 959b055 If enablefilecrypto or init_user0 fails, reboot into recovery. by Paul Crowley · 8 years ago
  4. 9cbf570 Move all Action parsing into ActionParser by Tom Cherry · 8 years ago
  5. 579e682 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 8 years ago
  6. 94fb5b0 init: Drop inheritable capabilities when switching uids by Luis Hector Chavez · 8 years ago
  7. 6f5333a Allow a service to override another. by Steven Moreland · 8 years ago
  8. 5e1bea3 Move service name duplication lookup to EndSection by Steven Moreland · 8 years ago
  9. 7d0a5c3 EndSection returns Result<Success> by Steven Moreland · 8 years ago
  10. ee14225 Merge "Fix race condition between restart and stop/reset." by Tao Wu · 8 years ago
  11. 84b856d Fix race condition between restart and stop/reset. by Tao Wu · 8 years ago
  12. 876b13d Merge "Fix one race condition between start and stop." by Tao Wu · 8 years ago
  13. 990d43c Fix one race condition between start and stop. by Tao Wu · 8 years ago
  14. 4bfdcb3 init: fixed issues related to forking services by Joe Tanen · 8 years ago
  15. e055d73 init language extension for lazy HIDL services. by Steven Moreland · 8 years ago
  16. cb0f9bb init: run vendor commands in a separate SELinux context by Tom Cherry · 8 years ago
  17. 5e405ca init: fix variable scope issue with ExpandArgs() by Tom Cherry · 8 years ago
  18. 459aa1c Merge "init: support setting rlimits per service" by Treehugger Robot · 8 years ago
  19. 7ac013d init: support setting rlimits per service by Tom Cherry · 8 years ago
  20. 1ea19eb Clarify SELinux service error message by Nick Kralevich · 8 years ago
  21. 76af7e6 init: log Service failures via Result<T> by Tom Cherry · 8 years ago
  22. 6de21f1 init: cleanup environment handling by Tom Cherry · 8 years ago
  23. fe06075 Merge "init: only set ro.boottime.<service> properties once." by Tom Cherry · 8 years ago
  24. fed3373 init: only set ro.boottime.<service> properties once. by Tom Cherry · 8 years ago
  25. d8db7ab init: replace panic() with LOG(FATAL) by Tom Cherry · 8 years ago
  26. 89bcc85 init: use Result<T> for the parsing functions by Tom Cherry · 8 years ago
  27. 11a3aee init: introduce Result<T> for return values and error handling by Tom Cherry · 8 years ago
  28. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 8 years ago
  29. eeee831 init: move reaping from ServiceManager to signal_handler.cpp by Tom Cherry · 8 years ago
  30. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 8 years ago
  31. d269e3a init: fix process restarting by Tom Cherry · 8 years ago
  32. 8e7942c Merge "init: shutdown services in the opposite order that they started" by Tom Cherry · 8 years ago
  33. a724360 init: fix type of 2nd argument passed to prctl by Ben Fennema · 8 years ago
  34. 5938379 init: shutdown services in the opposite order that they started by Tom Cherry · 8 years ago
  35. 5d17d04 init: use delegating constructor for Service by Tom Cherry · 8 years ago
  36. d485226 Add memcg related configs to init. by Robert Benea · 8 years ago
  37. ede0d53 Move Timer from init to libbase by Tom Cherry · 8 years ago
  38. b3915d1 Merge "add "shutdown critical" to service" by Treehugger Robot · 8 years ago
  39. c1bc424 Merge "init: Support custom shutdown actions" by Treehugger Robot · 8 years ago
  40. a51c40c Merge "init: reap zombies only after kill(-pid, ...)" by Tom Cherry · 8 years ago
  41. cccb34f add "shutdown critical" to service by Keun-young Park · 8 years ago
  42. eeab491 init: Support custom shutdown actions by Wei Wang · 8 years ago
  43. f596551 init: Read previous state of securebits before modifying by Luis Hector Chavez · 8 years ago
  44. 8d13d80 init: reap zombies only after kill(-pid, ...) by Tom Cherry · 8 years ago
  45. 81f5d3e init: create android::init:: namespace by Tom Cherry · 8 years ago
  46. 1c3a53f init: cleanup some string usage by Tom Cherry · 8 years ago
  47. 6269690 init: Run restorecon_recursive asynchronously by Tom Marshall · 8 years ago
  48. 70a5ed4 init: move killing of process groups to libprocessgroup by Tom Cherry · 8 years ago
  49. 4963b42 Merge changes I172acf0f,I97b6e17a by Tom Cherry · 8 years ago
  50. b066fcc init: add "+passcred" for socket to set SO_PASSCRED by Mark Salyzyn · 8 years ago
  51. 517e1f1 init: Check DecodeUid() result and use error string by Tom Cherry · 8 years ago
  52. 33838b1 init: change kill order and fix error reporting in KillProcessGroup() by Tom Cherry · 8 years ago
  53. 7da5485 init: add an initializer for keychord_id_ by Tom Cherry · 8 years ago
  54. 4de31e1 combine wait for exec log with service exit log by Keun-young Park · 8 years ago
  55. 6f7ef2f init: remove 'computing context for service'... message by Tom Cherry · 8 years ago
  56. 86e31a8 init: use full command for exec services' names by Tom Cherry · 8 years ago
  57. fe06205 ueventd: replace ueventd_parser.cpp with init_parser.cpp by Tom Cherry · 8 years ago
  58. ad54d09 init: create init_tests.cpp by Tom Cherry · 8 years ago
  59. 30a6f27 init: clean up the SectionParser interface and Parser class by Tom Cherry · 8 years ago
  60. e6ec266 init: fix errno handling on KillProcessGroup by William Roberts · 8 years ago
  61. 012c573 init: Stop combining actions by Tom Cherry · 8 years ago
  62. f57c0bf init: clean up more headers by Tom Cherry · 8 years ago
  63. 3f5eaae5 init: more header cleanup by Tom Cherry · 8 years ago
  64. e78ea77 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  65. acd55b3 send SIGTERM only once by Keun-young Park · 8 years ago
  66. 8772b36 Merge changes from topic 'exec-start-update-verifier' by Treehugger Robot · 8 years ago
  67. ccf2353 init: replace property_get with its android::base equivalent by Tom Cherry · 8 years ago
  68. b27004a init: add exec_start command by Tom Cherry · 8 years ago
  69. 641ff0a init: add support of multiple class names by Wei Wang · 8 years ago
  70. 9bdddd7 init: Remove superfluous error check by Tom Cherry · 8 years ago
  71. 0828676 Add 'ro.cpuset.default' system property for default cpusets. by Alex Vakulenko · 9 years ago
  72. b7788fd There's no longer a limit to property names. by Elliott Hughes · 9 years ago
  73. c8ac067 Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 9 years ago
  74. 7c92e48 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 9 years ago
  75. 0e3167e Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime." by James Hawkins · 9 years ago
  76. 26f40c0 bootstat: Remove custom uptime parser in favor of elapsedRealtime. by James Hawkins · 9 years ago
  77. 2d0fdaa init: clean up exec command by Wei Wang · 9 years ago
  78. 24ef860 init/service.cpp: fix access check for console by Adrian Salido · 9 years ago
  79. f3f824e capabilities: Check ambient caps, last valid runtime cap. by Jorge Lucangeli Obes · 9 years ago
  80. 9596d2b init/service.cpp: fix FD leak for services with consoles by Nick Kralevich · 9 years ago
  81. 978fd0e init: service file command only opens existing files by Mark Salyzyn · 9 years ago
  82. 331cf2f Replace the "coldboot" timeout with a property. by Elliott Hughes · 9 years ago
  83. 601bf9e Merge "init start time tracking." by Elliott Hughes · 9 years ago
  84. 9605a94 init start time tracking. by Elliott Hughes · 9 years ago
  85. dd34ca4 fix swapped min / max in priority parsing by Keun-young Park · 9 years ago
  86. 62767fe init: service file keyword by Mark Salyzyn · 9 years ago
  87. 24b2913 init: Add support for ambient capabilities. by Jorge Lucangeli Obes · 9 years ago
  88. 80960d2 init: Put init in group AID_READPROC by Nick Kralevich · 9 years ago
  89. f655480 init: allow '.' and '@' in service names by Iliyan Malchev · 9 years ago
  90. 00860da init: account for "init.svc." prefix in IsValidName by Iliyan Malchev · 9 years ago
  91. da46b39 Move off std::sto* function which abort on failure. by Elliott Hughes · 9 years ago
  92. a285dac Modify log level for service and ueventd by Wei Wang · 9 years ago
  93. 310f670 Allow setting oom_score_adj for services spawned from init by Marco Nelissen · 9 years ago
  94. 1e73024 Have init kill the process group. by Elliott Hughes · 9 years ago
  95. 8f7b9e3 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 9 years ago
  96. e18e7e5 Improve init Service logging. by Elliott Hughes · 9 years ago
  97. 344d01f Refactor Service::Start method. by Jorge Lucangeli Obes · 9 years ago
  98. 177b27d Rename "Handle(r)" to "Parse(r)" in Android init. by Jorge Lucangeli Obes · 9 years ago
  99. 1b3fa3d init: Add option to run a service in a new PID/mount namespace. by Jorge Lucangeli Obes · 9 years ago
  100. f86b5a6 Move init to libbase logging. by Elliott Hughes · 9 years ago