summaryrefslogtreecommitdiffstats
path: root/init/builtins.cpp
Commit message (Expand)AuthorAgeFilesLines
* init: use read_file and write_file to implement do_copy builtinYongqin Liu2017-04-191-45/+5
* init: Use std::string for write_file()Tom Cherry2017-04-191-5/+3
* init: handle sys.powerctl immediatelyTom Cherry2017-04-181-49/+0
* fs_mgr: support AVB in fs_mgr_update_verity_state()Bowgo Tsai2017-04-141-4/+4
* Make init builtin command installkey respect property updatesJanis Danisevskis2017-03-311-2/+8
* Revert "init: use read_file and write_file to implement do_copy builtin"Wonsik Kim2017-03-301-5/+45
* init: replace property_get with its android::base equivalentTom Cherry2017-03-291-4/+4
* init: remove unused cutils includesTom Cherry2017-03-291-1/+0
* init: add exec_start commandTom Cherry2017-03-291-13/+8
* init: add class_restartSteven Moreland2017-03-271-0/+7
* Merge "init: use read_file and write_file to implement do_copy builtin"Treehugger Robot2017-03-241-55/+5
|\
| * init: use read_file and write_file to implement do_copy builtinYongqin Liu2017-03-241-54/+4
* | remove emergency shutdown and improve init's reboot logicKeun-young Park2017-03-221-168/+33
|/
* powerctl: add thermal-shutdown commandTodd Poynor2017-03-171-0/+3
* init: fix DumpState() loggingTom Cherry2017-03-131-0/+4
* add ro.boottime.init.mount_all.* for measuring mount timeKeun-young Park2017-03-031-0/+7
* Treblize init.rc locationJaekyun Seok2017-02-251-9/+12
* init: clean up exec commandWei Wang2017-02-031-2/+6
* init: add wait_for_prop builtin commandWei Wang2017-02-011-0/+24
* init: Make 'write_file' return bool to match 'read_file'.Jorge Lucangeli Obes2016-12-281-3/+3
* Ask the user before wiping if crypto policy fails.Paul Crowley2016-12-211-4/+10
* Merge "Improve init bootcharting."Elliott Hughes2016-12-161-1/+1
|\
| * Improve init bootcharting.Elliott Hughes2016-12-081-1/+1
* | init: Specify the data wipe reason.Tao Bao2016-12-141-1/+1
* | Merge "Replace the "coldboot" timeout with a property."Elliott Hughes2016-12-051-6/+4
|\|
| * Replace the "coldboot" timeout with a property.Elliott Hughes2016-12-031-6/+4
* | Merge "Add flags to restorecon_recursive to traverse filesystems"Paul Lawrence2016-11-171-14/+39
|\|
| * Merge "Add flags to restorecon_recursive to traverse filesystems"Treehugger Robot2016-11-171-14/+39
| |\
| | * Add flags to restorecon_recursive to traverse filesystemsPaul Lawrence2016-11-161-14/+39
| * | Merge changes from topic 'slow_log'Wei Wang2016-11-171-3/+3
| |\ \ | | |/ | |/|
| * | Only restorecon CE storage after unlocked.Jeff Sharkey2016-11-161-1/+5
* | | init: fix undefined behavior in ExecuteCommandWei Wang2016-11-171-3/+3
|\ \ \ | | |/ | |/|
| * | init: fix undefined behavior in ExecuteCommandWei Wang2016-11-161-3/+3
| |/
* | Merge "Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for."Elliott Hughes2016-11-151-7/+6
|\|
| * Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for.Elliott Hughes2016-11-141-7/+6
* | Merge "init start time tracking."Elliott Hughes2016-11-141-5/+5
|\|
| * Merge "init start time tracking."Elliott Hughes2016-11-141-5/+5
| |\
| | * init start time tracking.Elliott Hughes2016-11-121-5/+5
* | | Merge "Implement Reboot bootloader via bootloader_message"Vineela Tummalapalli2016-11-101-0/+9
|\| |
| * | Implement Reboot bootloader via bootloader_messageVineela Tummalapalli2016-11-081-0/+9
| |/
| * init: use libbootloader_message.Yabin Cui2016-10-181-1/+1
* | resolve merge conflicts of a4398c1 to stage-aosp-master am: 195669febcElliott Hughes2016-10-141-17/+22
|\|
| * Move off std::sto* function which abort on failure.Elliott Hughes2016-10-131-17/+22
* | Merge "Update the header path for ext4_utils." am: 5bc3ce85cf am: 148b85b050Tao Bao2016-10-101-2/+2
|\|
| * Update the header path for ext4_utils.Tao Bao2016-10-091-2/+2
| * Split fstab mount into 2 phasesWei Wang2016-09-061-20/+69
* | Split fstab mount into 2 phasesWei Wang2016-09-061-20/+69
* | Move init's kernel logging into libbase. am: 7bc87a5a78 am: e2a7eb17b5Elliott Hughes2016-08-051-13/+25
|\|
| * Move init's kernel logging into libbase.Elliott Hughes2016-08-051-13/+25
| |\
| | * Move init's kernel logging into libbase.Elliott Hughes2016-08-041-13/+25