summaryrefslogtreecommitdiffstats
path: root/init/service.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I172acf0f,I97b6e17aTom Cherry2017-05-091-13/+26
|\
| * init: change kill order and fix error reporting in KillProcessGroup()Tom Cherry2017-05-041-13/+26
* | init: add "+passcred" for socket to set SO_PASSCREDMark Salyzyn2017-05-081-1/+3
* | init: Check DecodeUid() result and use error stringTom Cherry2017-05-051-8/+49
|/
* init: add an initializer for keychord_id_Tom Cherry2017-05-011-0/+2
* combine wait for exec log with service exit logKeun-young Park2017-04-281-9/+9
* init: remove 'computing context for service'... messageTom Cherry2017-04-251-1/+0
* init: use full command for exec services' namesTom Cherry2017-04-251-1/+3
* ueventd: replace ueventd_parser.cpp with init_parser.cppTom Cherry2017-04-251-6/+1
* init: create init_tests.cppTom Cherry2017-04-211-6/+6
* init: clean up the SectionParser interface and Parser classTom Cherry2017-04-211-10/+10
* init: fix errno handling on KillProcessGroupWilliam Roberts2017-04-191-1/+1
* init: Stop combining actionsTom Cherry2017-04-191-6/+8
* init: clean up more headersTom Cherry2017-04-071-0/+1
* init: more header cleanupTom Cherry2017-04-061-9/+3
* bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-03-301-0/+2
* send SIGTERM only onceKeun-young Park2017-03-291-1/+7
* Merge changes from topic 'exec-start-update-verifier'Treehugger Robot2017-03-291-9/+58
|\
| * init: add exec_start commandTom Cherry2017-03-271-9/+58
* | init: replace property_get with its android::base equivalentTom Cherry2017-03-291-1/+2
* | init: add support of multiple class namesWei Wang2017-03-271-24/+43
|/
* init: Remove superfluous error checkTom Cherry2017-03-231-8/+3
* Add 'ro.cpuset.default' system property for default cpusets.Alex Vakulenko2017-03-211-0/+22
* There's no longer a limit to property names.Elliott Hughes2017-02-281-7/+5
* Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."James Hawkins2017-02-141-2/+0
* bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-02-131-0/+2
* Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime."James Hawkins2017-02-081-2/+0
* bootstat: Remove custom uptime parser in favor of elapsedRealtime.James Hawkins2017-02-071-0/+2
* init: clean up exec commandWei Wang2017-02-031-1/+1
* init/service.cpp: fix access check for consoleAdrian Salido2017-01-031-3/+6
* capabilities: Check ambient caps, last valid runtime cap.Jorge Lucangeli Obes2016-12-161-2/+17
* init/service.cpp: fix FD leak for services with consolesNick Kralevich2016-12-101-2/+2
* init: service file command only opens existing filesMark Salyzyn2016-12-051-1/+1
* Replace the "coldboot" timeout with a property.Elliott Hughes2016-12-031-7/+4
* Merge "init start time tracking."Elliott Hughes2016-11-141-22/+25
|\
| * init start time tracking.Elliott Hughes2016-11-121-22/+25
* | fix swapped min / max in priority parsingKeun-young Park2016-11-111-2/+2
|/
* init: service file keywordMark Salyzyn2016-11-031-49/+44
* init: Add support for ambient capabilities.Jorge Lucangeli Obes2016-11-011-7/+40
* init: Put init in group AID_READPROCNick Kralevich2016-10-291-4/+2
* init: allow '.' and '@' in service namesIliyan Malchev2016-10-261-9/+1
* init: account for "init.svc." prefix in IsValidNameIliyan Malchev2016-10-241-1/+1
* Move off std::sto* function which abort on failure.Elliott Hughes2016-10-131-15/+15
* Modify log level for service and ueventdWei Wang2016-10-041-5/+5
* Allow setting oom_score_adj for services spawned from initMarco Nelissen2016-09-011-2/+24
* Have init kill the process group.Elliott Hughes2016-08-021-5/+9
* Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh2016-08-011-1/+1
* Improve init Service logging.Elliott Hughes2016-07-251-9/+10
* Refactor Service::Start method.Jorge Lucangeli Obes2016-07-111-100/+110
* Rename "Handle(r)" to "Parse(r)" in Android init.Jorge Lucangeli Obes2016-06-291-43/+43