summaryrefslogtreecommitdiffstats
path: root/init/service.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* init: Add option to run a service in a new PID/mount namespace.Jorge Lucangeli Obes2016-06-291-11/+90
* Move init to libbase logging.Elliott Hughes2016-06-271-56/+46
* init: report createProcessGroup failure.Elliott Hughes2016-06-151-16/+22
* Merge "init: expand arguments of services when they start"Tom Cherry2016-06-081-4/+12
|\
| * init: expand arguments of services when they startTom Cherry2016-06-071-4/+12
* | Add process priority to service definition.Vitalii Tomkiv2016-06-081-2/+26
|/
* use process groups for processes started by initCollin Mulliner2016-06-061-3/+6
* Remove undocumented functionality from init.Elliott Hughes2016-04-131-16/+1
* Multiple consolesViorel Suman2016-03-211-9/+16
* Revert "Enable multiple consoles"Viorel Suman2016-03-211-8/+5
* Enable multiple consolesViorel Suman2016-03-171-5/+8
* init: fix writepid wrong pid written in file(s)Anestis Bechtsoudis2016-02-051-1/+1
* init: Allows shutting down cleanly.Bertrand SIMONNET2016-01-081-2/+61
* Remove property_area_initializedTom Cherry2015-12-071-5/+0
* Merge "Remove ANDROID_PROPERTY_WORKSPACE"Tom Cherry2015-12-081-7/+0
|\
| * Remove ANDROID_PROPERTY_WORKSPACETom Cherry2015-12-041-7/+0
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-041-2/+2
|/
* init: Use classes for parsing and clean up memory allocationsTom Cherry2015-09-011-175/+192
* Add missing includes.Dan Albert2015-08-111-0/+1
* Create Service and ServiceManager classesTom Cherry2015-08-071-0/+804