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: run vendor commands in a separate SELinux context
Tom Cherry
2017-09-29
1
-6
/
+17
*
init: fix variable scope issue with ExpandArgs()
Tom Cherry
2017-09-11
1
-8
/
+10
*
Merge "init: support setting rlimits per service"
Treehugger Robot
2017-08-28
1
-0
/
+16
|
\
|
*
init: support setting rlimits per service
Tom Cherry
2017-08-28
1
-0
/
+16
*
|
Clarify SELinux service error message
Nick Kralevich
2017-08-25
1
-1
/
+5
|
/
*
init: log Service failures via Result<T>
Tom Cherry
2017-08-23
1
-32
/
+29
*
init: cleanup environment handling
Tom Cherry
2017-08-23
1
-12
/
+4
*
Merge "init: only set ro.boottime.<service> properties once."
Tom Cherry
2017-08-18
1
-1
/
+4
|
\
|
*
init: only set ro.boottime.<service> properties once.
Tom Cherry
2017-08-18
1
-1
/
+4
*
|
init: replace panic() with LOG(FATAL)
Tom Cherry
2017-08-17
1
-2
/
+1
|
/
*
init: use Result<T> for the parsing functions
Tom Cherry
2017-08-14
1
-108
/
+87
*
init: introduce Result<T> for return values and error handling
Tom Cherry
2017-08-14
1
-31
/
+36
*
init: rename ServiceManager to ServiceList and clean it up
Tom Cherry
2017-08-01
1
-62
/
+10
*
init: move reaping from ServiceManager to signal_handler.cpp
Tom Cherry
2017-08-01
1
-63
/
+0
*
init: move exec operations out of ServiceManager
Tom Cherry
2017-08-01
1
-69
/
+25
*
init: fix process restarting
Tom Cherry
2017-07-31
1
-25
/
+0
*
Merge "init: shutdown services in the opposite order that they started"
Tom Cherry
2017-07-27
1
-0
/
+18
|
\
|
*
init: shutdown services in the opposite order that they started
Tom Cherry
2017-07-26
1
-0
/
+18
*
|
init: fix type of 2nd argument passed to prctl
Ben Fennema
2017-07-27
1
-2
/
+2
|
/
*
init: use delegating constructor for Service
Tom Cherry
2017-07-21
1
-21
/
+1
*
Add memcg related configs to init.
Robert Benea
2017-07-18
1
-0
/
+54
*
Move Timer from init to libbase
Tom Cherry
2017-07-10
1
-3
/
+4
*
Merge "add "shutdown critical" to service"
Treehugger Robot
2017-07-06
1
-0
/
+9
|
\
|
*
add "shutdown critical" to service
Keun-young Park
2017-07-05
1
-0
/
+9
*
|
Merge "init: Support custom shutdown actions"
Treehugger Robot
2017-07-05
1
-0
/
+9
|
\
\
|
*
|
init: Support custom shutdown actions
Wei Wang
2017-07-05
1
-0
/
+9
|
|
/
*
|
Merge "init: reap zombies only after kill(-pid, ...)"
Tom Cherry
2017-07-05
1
-11
/
+20
|
\
\
|
|
/
|
/
|
|
*
init: reap zombies only after kill(-pid, ...)
Tom Cherry
2017-06-30
1
-11
/
+20
*
|
init: Read previous state of securebits before modifying
Luis Hector Chavez
2017-06-30
1
-2
/
+9
|
/
*
init: create android::init:: namespace
Tom Cherry
2017-06-23
1
-14
/
+19
*
init: cleanup some string usage
Tom Cherry
2017-06-22
1
-9
/
+8
*
init: Run restorecon_recursive asynchronously
Tom Marshall
2017-06-16
1
-0
/
+2
*
init: move killing of process groups to libprocessgroup
Tom Cherry
2017-06-07
1
-11
/
+0
*
Merge changes I172acf0f,I97b6e17a
Tom Cherry
2017-05-09
1
-13
/
+26
|
\
|
*
init: change kill order and fix error reporting in KillProcessGroup()
Tom Cherry
2017-05-04
1
-13
/
+26
*
|
init: add "+passcred" for socket to set SO_PASSCRED
Mark Salyzyn
2017-05-08
1
-1
/
+3
*
|
init: Check DecodeUid() result and use error string
Tom Cherry
2017-05-05
1
-8
/
+49
|
/
*
init: add an initializer for keychord_id_
Tom Cherry
2017-05-01
1
-0
/
+2
*
combine wait for exec log with service exit log
Keun-young Park
2017-04-28
1
-9
/
+9
*
init: remove 'computing context for service'... message
Tom Cherry
2017-04-25
1
-1
/
+0
*
init: use full command for exec services' names
Tom Cherry
2017-04-25
1
-1
/
+3
*
ueventd: replace ueventd_parser.cpp with init_parser.cpp
Tom Cherry
2017-04-25
1
-6
/
+1
*
init: create init_tests.cpp
Tom Cherry
2017-04-21
1
-6
/
+6
*
init: clean up the SectionParser interface and Parser class
Tom Cherry
2017-04-21
1
-10
/
+10
*
init: fix errno handling on KillProcessGroup
William Roberts
2017-04-19
1
-1
/
+1
*
init: Stop combining actions
Tom Cherry
2017-04-19
1
-6
/
+8
*
init: clean up more headers
Tom Cherry
2017-04-07
1
-0
/
+1
*
init: more header cleanup
Tom Cherry
2017-04-06
1
-9
/
+3
*
bootstat: Refactor init/utils/boot_clock into base/chrono_utils.
James Hawkins
2017-03-30
1
-0
/
+2
*
send SIGTERM only once
Keun-young Park
2017-03-29
1
-1
/
+7
[next]