summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* init: enable error reporting of builtin functionsTom Cherry2017-08-232-1/+17
* init: log Service failures via Result<T>Tom Cherry2017-08-233-42/+43
* init: pass errors from one Result<T> to another betterTom Cherry2017-08-234-32/+163
* init: cleanup environment handlingTom Cherry2017-08-237-67/+11
* init: add log to time spent in waiting for fileWei Wang2017-08-221-4/+7
* Fix use-after-free of stack-allocated temporary string.Andreas Huber2017-08-211-1/+3
* Merge "init: only set ro.boottime.<service> properties once."Tom Cherry2017-08-181-1/+4
|\
| * Merge "init: only set ro.boottime.<service> properties once."Tom Cherry2017-08-181-1/+4
| |\
| | * init: only set ro.boottime.<service> properties once.Tom Cherry2017-08-181-1/+4
* | | Merge "ueventd: fix subsystem list logic issues"Tom Cherry2017-08-183-17/+16
|\| |
| * | Merge "ueventd: fix subsystem list logic issues"Tom Cherry2017-08-183-17/+16
| |\ \
| | * | ueventd: fix subsystem list logic issuesTom Cherry2017-08-183-17/+16
| | |/
* | | Merge "init: replace panic() with LOG(FATAL)"Tom Cherry2017-08-189-38/+42
|\| |
| * | Merge "init: replace panic() with LOG(FATAL)"Tom Cherry2017-08-189-38/+42
| |\ \
| | * | init: replace panic() with LOG(FATAL)Tom Cherry2017-08-179-38/+42
| | |/
* | | Merge "init: fix copy/paste mistake"Tom Cherry2017-08-181-2/+2
|\| |
| * | Merge "init: fix copy/paste mistake"Treehugger Robot2017-08-181-2/+2
| |\ \
| | * | init: fix copy/paste mistakeTom Cherry2017-08-171-2/+2
| | |/
* | | Merge "Skip unnecessary sleep during shutdown"Wei Wang2017-08-171-15/+15
|\| |
| * | Skip unnecessary sleep during shutdownWei Wang2017-08-161-15/+15
| |/
* | Merge changes I7f00c5f0,Idc18f331,I1e7d3a88Tom Cherry2017-08-1430-776/+1054
|\|
| * init: use Result<T> for the parsing functionsTom Cherry2017-08-1412-275/+227
| * init: use Result<T> for builtin functionsTom Cherry2017-08-1411-309/+313
| * init: introduce Result<T> for return values and error handlingTom Cherry2017-08-1413-207/+529
| * init: split security functions out of init.cppTom Cherry2017-08-1418-657/+814
* | init: split security functions out of init.cppTom Cherry2017-08-1418-688/+845
* | Merge "init: fix format issue"Tom Cherry2017-08-121-1/+1
|\|
| * Merge "init: fix format issue"Treehugger Robot2017-08-121-1/+1
| |\
| | * init: fix format issueTom Cherry2017-08-111-1/+1
* | | Merge "init: Add readahead built-in command"Wei Wang2017-08-112-1/+66
|\| |
| * | init: Add readahead built-in commandWei Wang2017-08-112-1/+66
| |/
* | Merge changes If1cffa85,I9011a959Tom Cherry2017-08-102-8/+10
|\|
| * init: move property_service.cpp to libinitTom Cherry2017-08-092-7/+6
| * init: statically link libselinux to init_testsTom Cherry2017-08-091-1/+4
* | Merge "ueventd: add test to ensure selabel_lookup() is thread safe"Tom Cherry2017-08-081-0/+82
|\|
| * ueventd: add test to ensure selabel_lookup() is thread safeTom Cherry2017-08-081-0/+82
* | Merge "init: more unique_fd, less goto"Tom Cherry2017-08-041-49/+29
|\|
| * init: more unique_fd, less gotoTom Cherry2017-08-041-49/+29
* | Merge "init: use unique_fd in builtins.cpp"Tom Cherry2017-08-021-60/+38
|\|
| * init: use unique_fd in builtins.cppTom Cherry2017-08-011-60/+38
* | Merge changes Ibd57c103,I81f1e8ac,Ia6e546feTom Cherry2017-08-0110-300/+239
|\|
| * Merge changes Ibd57c103,I81f1e8ac,Ia6e546feTom Cherry2017-08-0110-300/+239
| |\
| | * init: rename ServiceManager to ServiceList and clean it upTom Cherry2017-08-018-127/+91
| | * init: move reaping from ServiceManager to signal_handler.cppTom Cherry2017-08-015-72/+77
| | * init: move exec operations out of ServiceManagerTom Cherry2017-08-016-111/+81
* | | Merge "init: fix process restarting"Tom Cherry2017-08-013-40/+26
|\| |
| * | Merge "init: fix process restarting"Tom Cherry2017-08-013-40/+26
| |\|
| | * init: fix process restartingTom Cherry2017-07-313-40/+26
* | | Merge "Allow the use of a custom Android DT directory"Bo Hu2017-07-293-7/+31
|\| |
| * | Merge "Allow the use of a custom Android DT directory"Bo Hu2017-07-293-7/+31
| |\ \ | | |/ | |/|