index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
service.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
init: add support of multiple class names
Wei Wang
2017-03-27
1
-24
/
+43
*
init: Remove superfluous error check
Tom Cherry
2017-03-23
1
-8
/
+3
*
Add 'ro.cpuset.default' system property for default cpusets.
Alex Vakulenko
2017-03-21
1
-0
/
+22
*
There's no longer a limit to property names.
Elliott Hughes
2017-02-28
1
-7
/
+5
*
Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."
James Hawkins
2017-02-14
1
-2
/
+0
*
bootstat: Refactor init/utils/boot_clock into base/chrono_utils.
James Hawkins
2017-02-13
1
-0
/
+2
*
Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime."
James Hawkins
2017-02-08
1
-2
/
+0
*
bootstat: Remove custom uptime parser in favor of elapsedRealtime.
James Hawkins
2017-02-07
1
-0
/
+2
*
init: clean up exec command
Wei Wang
2017-02-03
1
-1
/
+1
*
init/service.cpp: fix access check for console
Adrian Salido
2017-01-03
1
-3
/
+6
*
capabilities: Check ambient caps, last valid runtime cap.
Jorge Lucangeli Obes
2016-12-16
1
-2
/
+17
*
init/service.cpp: fix FD leak for services with consoles
Nick Kralevich
2016-12-10
1
-2
/
+2
*
init: service file command only opens existing files
Mark Salyzyn
2016-12-05
1
-1
/
+1
*
Replace the "coldboot" timeout with a property.
Elliott Hughes
2016-12-03
1
-7
/
+4
*
Merge "init start time tracking."
Elliott Hughes
2016-11-14
1
-22
/
+25
|
\
|
*
init start time tracking.
Elliott Hughes
2016-11-12
1
-22
/
+25
*
|
fix swapped min / max in priority parsing
Keun-young Park
2016-11-11
1
-2
/
+2
|
/
*
init: service file keyword
Mark Salyzyn
2016-11-03
1
-49
/
+44
*
init: Add support for ambient capabilities.
Jorge Lucangeli Obes
2016-11-01
1
-7
/
+40
*
init: Put init in group AID_READPROC
Nick Kralevich
2016-10-29
1
-4
/
+2
*
init: allow '.' and '@' in service names
Iliyan Malchev
2016-10-26
1
-9
/
+1
*
init: account for "init.svc." prefix in IsValidName
Iliyan Malchev
2016-10-24
1
-1
/
+1
*
Move off std::sto* function which abort on failure.
Elliott Hughes
2016-10-13
1
-15
/
+15
*
Modify log level for service and ueventd
Wei Wang
2016-10-04
1
-5
/
+5
*
Allow setting oom_score_adj for services spawned from init
Marco Nelissen
2016-09-01
1
-2
/
+24
*
Have init kill the process group.
Elliott Hughes
2016-08-02
1
-5
/
+9
*
Fix clang-tidy performance warnings in syste/core.
Chih-Hung Hsieh
2016-08-01
1
-1
/
+1
*
Improve init Service logging.
Elliott Hughes
2016-07-25
1
-9
/
+10
*
Refactor Service::Start method.
Jorge Lucangeli Obes
2016-07-11
1
-100
/
+110
*
Rename "Handle(r)" to "Parse(r)" in Android init.
Jorge Lucangeli Obes
2016-06-29
1
-43
/
+43
*
init: Add option to run a service in a new PID/mount namespace.
Jorge Lucangeli Obes
2016-06-29
1
-11
/
+90
*
Move init to libbase logging.
Elliott Hughes
2016-06-27
1
-56
/
+46
*
init: report createProcessGroup failure.
Elliott Hughes
2016-06-15
1
-16
/
+22
*
Merge "init: expand arguments of services when they start"
Tom Cherry
2016-06-08
1
-4
/
+12
|
\
|
*
init: expand arguments of services when they start
Tom Cherry
2016-06-07
1
-4
/
+12
*
|
Add process priority to service definition.
Vitalii Tomkiv
2016-06-08
1
-2
/
+26
|
/
*
use process groups for processes started by init
Collin Mulliner
2016-06-06
1
-3
/
+6
*
Remove undocumented functionality from init.
Elliott Hughes
2016-04-13
1
-16
/
+1
*
Multiple consoles
Viorel Suman
2016-03-21
1
-9
/
+16
*
Revert "Enable multiple consoles"
Viorel Suman
2016-03-21
1
-8
/
+5
*
Enable multiple consoles
Viorel Suman
2016-03-17
1
-5
/
+8
*
init: fix writepid wrong pid written in file(s)
Anestis Bechtsoudis
2016-02-05
1
-1
/
+1
*
init: Allows shutting down cleanly.
Bertrand SIMONNET
2016-01-08
1
-2
/
+61
*
Remove property_area_initialized
Tom Cherry
2015-12-07
1
-5
/
+0
*
Merge "Remove ANDROID_PROPERTY_WORKSPACE"
Tom Cherry
2015-12-08
1
-7
/
+0
|
\
|
*
Remove ANDROID_PROPERTY_WORKSPACE
Tom Cherry
2015-12-04
1
-7
/
+0
*
|
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-2
/
+2
|
/
*
init: Use classes for parsing and clean up memory allocations
Tom Cherry
2015-09-01
1
-175
/
+192
*
Add missing includes.
Dan Albert
2015-08-11
1
-0
/
+1
*
Create Service and ServiceManager classes
Tom Cherry
2015-08-07
1
-0
/
+804