index
:
Project-1CE/system_core
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
/
signal_handler.cpp
Age
Commit message (
Expand
)
Author
2017-09-07
init: Allow clean system shutdown upon SIGTERM
Luis Hector Chavez
2017-08-01
init: rename ServiceManager to ServiceList and clean it up
Tom Cherry
2017-08-01
init: move reaping from ServiceManager to signal_handler.cpp
Tom Cherry
2017-06-23
init: create android::init:: namespace
Tom Cherry
2017-06-22
init: cleanup some string usage
Tom Cherry
2017-04-06
init: more header cleanup
Tom Cherry
2017-03-28
init: remove unused cutils includes
Tom Cherry
2016-12-03
Replace the "coldboot" timeout with a property.
Elliott Hughes
2016-06-27
Move init to libbase logging.
Elliott Hughes
2016-01-08
init: Allows shutting down cleanly.
Bertrand SIMONNET
2015-12-04
Track rename of base/ to android-base/.
Elliott Hughes
2015-08-07
Create Service and ServiceManager classes
Tom Cherry
2015-07-30
init: Create classes for Action and Command
Tom Cherry
2015-07-24
init: expand_props for onrestart commands.
Yabin Cui
2015-04-24
Switch init to epoll.
Elliott Hughes
2015-04-24
Clean up init signal handling a little.
Elliott Hughes
2015-03-28
Log more timing information from init.
Elliott Hughes
2015-02-25
Implement exec.
Elliott Hughes
2015-02-04
Use TEMP_FAILURE_RETRY, always build bootchart.cpp.
Elliott Hughes
2015-02-04
Build init as C++.
Elliott Hughes