1. 7da5485 init: add an initializer for keychord_id_ by Tom Cherry · 8 years ago
  2. 4de31e1 combine wait for exec log with service exit log by Keun-young Park · 8 years ago
  3. 6f7ef2f init: remove 'computing context for service'... message by Tom Cherry · 8 years ago
  4. 86e31a8 init: use full command for exec services' names by Tom Cherry · 8 years ago
  5. fe06205 ueventd: replace ueventd_parser.cpp with init_parser.cpp by Tom Cherry · 8 years ago
  6. ad54d09 init: create init_tests.cpp by Tom Cherry · 8 years ago
  7. 30a6f27 init: clean up the SectionParser interface and Parser class by Tom Cherry · 8 years ago
  8. e6ec266 init: fix errno handling on KillProcessGroup by William Roberts · 8 years ago
  9. 012c573 init: Stop combining actions by Tom Cherry · 8 years ago
  10. f57c0bf init: clean up more headers by Tom Cherry · 8 years ago
  11. 3f5eaae5 init: more header cleanup by Tom Cherry · 8 years ago
  12. e78ea77 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  13. acd55b3 send SIGTERM only once by Keun-young Park · 8 years ago
  14. 8772b36 Merge changes from topic 'exec-start-update-verifier' by Treehugger Robot · 8 years ago
  15. ccf2353 init: replace property_get with its android::base equivalent by Tom Cherry · 8 years ago
  16. b27004a init: add exec_start command by Tom Cherry · 8 years ago
  17. 641ff0a init: add support of multiple class names by Wei Wang · 8 years ago
  18. 9bdddd7 init: Remove superfluous error check by Tom Cherry · 8 years ago
  19. 0828676 Add 'ro.cpuset.default' system property for default cpusets. by Alex Vakulenko · 9 years ago
  20. b7788fd There's no longer a limit to property names. by Elliott Hughes · 8 years ago
  21. c8ac067 Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 8 years ago
  22. 7c92e48 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  23. 0e3167e Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime." by James Hawkins · 8 years ago
  24. 26f40c0 bootstat: Remove custom uptime parser in favor of elapsedRealtime. by James Hawkins · 8 years ago
  25. 2d0fdaa init: clean up exec command by Wei Wang · 8 years ago
  26. 24ef860 init/service.cpp: fix access check for console by Adrian Salido · 8 years ago
  27. f3f824e capabilities: Check ambient caps, last valid runtime cap. by Jorge Lucangeli Obes · 8 years ago
  28. 9596d2b init/service.cpp: fix FD leak for services with consoles by Nick Kralevich · 8 years ago
  29. 978fd0e init: service file command only opens existing files by Mark Salyzyn · 8 years ago
  30. 331cf2f Replace the "coldboot" timeout with a property. by Elliott Hughes · 8 years ago
  31. 601bf9e Merge "init start time tracking." by Elliott Hughes · 8 years ago
  32. 9605a94 init start time tracking. by Elliott Hughes · 8 years ago
  33. dd34ca4 fix swapped min / max in priority parsing by Keun-young Park · 8 years ago
  34. 62767fe init: service file keyword by Mark Salyzyn · 8 years ago
  35. 24b2913 init: Add support for ambient capabilities. by Jorge Lucangeli Obes · 8 years ago
  36. 80960d2 init: Put init in group AID_READPROC by Nick Kralevich · 8 years ago
  37. f655480 init: allow '.' and '@' in service names by Iliyan Malchev · 8 years ago
  38. 00860da init: account for "init.svc." prefix in IsValidName by Iliyan Malchev · 8 years ago
  39. da46b39 Move off std::sto* function which abort on failure. by Elliott Hughes · 8 years ago
  40. a285dac Modify log level for service and ueventd by Wei Wang · 8 years ago
  41. 310f670 Allow setting oom_score_adj for services spawned from init by Marco Nelissen · 8 years ago
  42. 1e73024 Have init kill the process group. by Elliott Hughes · 8 years ago
  43. 8f7b9e3 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 8 years ago
  44. e18e7e5 Improve init Service logging. by Elliott Hughes · 8 years ago
  45. 344d01f Refactor Service::Start method. by Jorge Lucangeli Obes · 8 years ago
  46. 177b27d Rename "Handle(r)" to "Parse(r)" in Android init. by Jorge Lucangeli Obes · 8 years ago
  47. 1b3fa3d init: Add option to run a service in a new PID/mount namespace. by Jorge Lucangeli Obes · 9 years ago
  48. f86b5a6 Move init to libbase logging. by Elliott Hughes · 8 years ago
  49. ad8e94e init: report createProcessGroup failure. by Elliott Hughes · 9 years ago
  50. 86cd314 Merge "init: expand arguments of services when they start" by Tom Cherry · 9 years ago
  51. 081705c Add process priority to service definition. by Vitalii Tomkiv · 9 years ago
  52. bac3536 init: expand arguments of services when they start by Tom Cherry · 9 years ago
  53. f7e79b9 use process groups for processes started by init by Collin Mulliner · 9 years ago
  54. bdeac39 Remove undocumented functionality from init. by Elliott Hughes · 9 years ago
  55. 70daa67 Multiple consoles by Viorel Suman · 9 years ago
  56. efc7275 Revert "Enable multiple consoles" by Viorel Suman · 9 years ago
  57. caafe5c Enable multiple consoles by Viorel Suman · 9 years ago
  58. b702b46 init: fix writepid wrong pid written in file(s) by Anestis Bechtsoudis · 9 years ago
  59. b7e03e8 init: Allows shutting down cleanly. by Bertrand SIMONNET · 9 years ago
  60. 1563d65 Remove property_area_initialized by Tom Cherry · 9 years ago
  61. c689984 Merge "Remove ANDROID_PROPERTY_WORKSPACE" by Tom Cherry · 9 years ago
  62. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  63. 265f525 Remove ANDROID_PROPERTY_WORKSPACE by Tom Cherry · 9 years ago
  64. b734990 init: Use classes for parsing and clean up memory allocations by Tom Cherry · 9 years ago
  65. af9ba4d Add missing includes. by Dan Albert · 9 years ago
  66. bac3299 Create Service and ServiceManager classes by Tom Cherry · 9 years ago