summaryrefslogtreecommitdiff
path: root/init/service_utils.cpp
AgeCommit message (Expand)Author
2020-07-28Cleanup for #inclusivefixit.Elliott Hughes
2020-06-11init: start ueventd in the default mount namespaceJooyung Han
2020-02-07Merge "Convert system/core to Result::ok()"Treehugger Robot
2020-02-06Convert system/core to Result::ok()Bernie Innocenti
2020-02-05init: use ErrnoErrorf() instead of ErrnoError() << StringPrintf()Tom Cherry
2019-09-24init: add stdio_to_kmsg optionTom Cherry
2019-09-19init: create sockets before forkingTom Cherry
2019-07-15init: clean up file / socket descriptor creationTom Cherry
2019-07-09Fix a few clang-tidy issues and add NOLINT for othersTom Cherry
2019-06-10init: replace Result<Success> with Result<void>Tom Cherry
2019-05-30init: Refactor service.h/cppVic Yang