summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* init: import init rc scripts from file systems after mount_allTom Cherry2015-08-211-0/+15
* init: Queue Triggers instead of ActionsTom Cherry2015-08-212-46/+87
* Add |opts| argument to android_fork_execvp_extYusuke Sato2015-08-191-2/+2
* perfboot.py: Add --end-tag optionYusuke Sato2015-08-181-2/+9
* Merge "init: add LOCAL_SANITIZE := integer"Nick Kralevich2015-08-161-0/+3
|\
| * init: add LOCAL_SANITIZE := integerNick Kralevich2015-08-151-0/+3
* | Merge "Revert "init: add LOCAL_SANITIZE := integer""Nick Kralevich2015-08-131-3/+0
|\|
| * Revert "init: add LOCAL_SANITIZE := integer"Nick Kralevich2015-08-131-3/+0
* | Merge "init: add LOCAL_SANITIZE := integer"Nick Kralevich2015-08-121-0/+3
|\|
| * init: add LOCAL_SANITIZE := integerNick Kralevich2015-08-111-0/+3
* | Merge "Add missing includes."Dan Albert2015-08-111-0/+1
|\ \ | |/ |/|
| * Add missing includes.Dan Albert2015-08-111-0/+1
* | init: replace strdup() in parse_config()Tom Cherry2015-08-101-1/+5
|/
* Merge "Create Service and ServiceManager classes"Tom Cherry2015-08-0711-1023/+1171
|\
| * Create Service and ServiceManager classesTom Cherry2015-08-0711-1023/+1171
* | Merge "Enable perfboot.py to install APKs before measurement."Yasuhiro Matsuda2015-08-051-0/+12
|\ \
| * | Enable perfboot.py to install APKs before measurement.Yasuhiro Matsuda2015-08-051-0/+12
* | | Fix incorrect exception handling in perfboot.pyYasuhiro Matsuda2015-08-051-1/+1
|/ /
* | Merge "Fix perfboot.py to exit by Ctrl+C."Yasuhiro Matsuda2015-08-041-0/+1
|\ \
| * | Fix perfboot.py to exit by Ctrl+C.Yasuhiro Matsuda2015-08-041-0/+1
* | | perfboot.py: check 2 more event logs by defaultYusuke Sato2015-08-041-0/+2
* | | perfboot.py: ignore tags not listed in /system/etc/event-log-tagsYusuke Sato2015-08-031-1/+18
* | | Merge "perfboot.py: warn if dm-verity is disabled"Yusuke Sato2015-08-031-0/+11
|\ \ \ | |_|/ |/| |
| * | perfboot.py: warn if dm-verity is disabledYusuke Sato2015-08-031-0/+11
* | | Merge "init: use std::vector<std::string> for argument passing"Tom Cherry2015-08-037-200/+186
|\ \ \
| * | | init: use std::vector<std::string> for argument passingTom Cherry2015-07-317-200/+186
| |/ /
* | | Merge "Stop calling fsck on shutdown by default"Yusuke Sato2015-07-311-7/+11
|\ \ \
| * | | Stop calling fsck on shutdown by defaultYusuke Sato2015-07-211-7/+11
* | | | init: Adding header guard to tokenizerLee Campbell2015-07-301-0/+5
| |/ / |/| |
* | | Merge "init: Create classes for Action and Command"Tom Cherry2015-07-309-390/+522
|\ \ \
| * | | init: Create classes for Action and CommandTom Cherry2015-07-309-390/+522
* | | | Merge "init: Add C++ tokenizer."Lee Campbell2015-07-304-0/+449
|\ \ \ \ | |_|_|/ |/| | |
| * | | init: Add C++ tokenizer.Lee Campbell2015-07-304-0/+449
| |/ /
* | | Merge "Introduce a mechanism to trace boot sequence."Yasuhiro Matsuda2015-07-301-0/+23
|\ \ \
| * | | Introduce a mechanism to trace boot sequence.Yasuhiro Matsuda2015-07-281-0/+23
| |/ /
* / / Add a script to record Android boot time.Yasuhiro Matsuda2015-07-301-0/+411
|/ /
* | init: Adding support to import directoriesLee Campbell2015-07-276-6/+51
* | init: expand_props for onrestart commands.Yabin Cui2015-07-243-9/+25
* | init: do expand_props before calling the builtins.Yabin Cui2015-07-245-145/+76
* | init: Let property_get return std::string.Yabin Cui2015-07-248-71/+39
* | init: use init's property expansion code for mount_allNan Liu2015-07-221-1/+7
* | init: Fix logging stutterMark Salyzyn2015-07-211-6/+7
* | init: Add additional logging levelsMark Salyzyn2015-07-211-0/+3
|/
* Merge "Use fsck.f2fs -a instead of -f for faster boot"Yusuke Sato2015-07-211-1/+70
|\
| * Use fsck.f2fs -a instead of -f for faster bootYusuke Sato2015-07-151-1/+70
* | Merge "init: Fix bootchart trigger for emulator"Elliott Hughes2015-07-161-2/+3
|\ \
| * | init: Fix bootchart trigger for emulatorYu Ning2015-07-151-2/+3
| |/
* / init: refuse to start process if domain transition not definedNick Kralevich2015-07-161-6/+10
|/
* init/util.cpp: don't return a negative unsigned valueNick Kralevich2015-06-182-11/+19
* init support for cgroups.Elliott Hughes2015-06-175-40/+71