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
/
builtins.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
init: use read_file and write_file to implement do_copy builtin
Yongqin Liu
2017-04-19
1
-45
/
+5
*
init: Use std::string for write_file()
Tom Cherry
2017-04-19
1
-5
/
+3
*
init: handle sys.powerctl immediately
Tom Cherry
2017-04-18
1
-49
/
+0
*
fs_mgr: support AVB in fs_mgr_update_verity_state()
Bowgo Tsai
2017-04-14
1
-4
/
+4
*
Make init builtin command installkey respect property updates
Janis Danisevskis
2017-03-31
1
-2
/
+8
*
Revert "init: use read_file and write_file to implement do_copy builtin"
Wonsik Kim
2017-03-30
1
-5
/
+45
*
init: replace property_get with its android::base equivalent
Tom Cherry
2017-03-29
1
-4
/
+4
*
init: remove unused cutils includes
Tom Cherry
2017-03-29
1
-1
/
+0
*
init: add exec_start command
Tom Cherry
2017-03-29
1
-13
/
+8
*
init: add class_restart
Steven Moreland
2017-03-27
1
-0
/
+7
*
Merge "init: use read_file and write_file to implement do_copy builtin"
Treehugger Robot
2017-03-24
1
-55
/
+5
|
\
|
*
init: use read_file and write_file to implement do_copy builtin
Yongqin Liu
2017-03-24
1
-54
/
+4
*
|
remove emergency shutdown and improve init's reboot logic
Keun-young Park
2017-03-22
1
-168
/
+33
|
/
*
powerctl: add thermal-shutdown command
Todd Poynor
2017-03-17
1
-0
/
+3
*
init: fix DumpState() logging
Tom Cherry
2017-03-13
1
-0
/
+4
*
add ro.boottime.init.mount_all.* for measuring mount time
Keun-young Park
2017-03-03
1
-0
/
+7
*
Treblize init.rc location
Jaekyun Seok
2017-02-25
1
-9
/
+12
*
init: clean up exec command
Wei Wang
2017-02-03
1
-2
/
+6
*
init: add wait_for_prop builtin command
Wei Wang
2017-02-01
1
-0
/
+24
*
init: Make 'write_file' return bool to match 'read_file'.
Jorge Lucangeli Obes
2016-12-28
1
-3
/
+3
*
Ask the user before wiping if crypto policy fails.
Paul Crowley
2016-12-21
1
-4
/
+10
*
Merge "Improve init bootcharting."
Elliott Hughes
2016-12-16
1
-1
/
+1
|
\
|
*
Improve init bootcharting.
Elliott Hughes
2016-12-08
1
-1
/
+1
*
|
init: Specify the data wipe reason.
Tao Bao
2016-12-14
1
-1
/
+1
*
|
Merge "Replace the "coldboot" timeout with a property."
Elliott Hughes
2016-12-05
1
-6
/
+4
|
\
|
|
*
Replace the "coldboot" timeout with a property.
Elliott Hughes
2016-12-03
1
-6
/
+4
*
|
Merge "Add flags to restorecon_recursive to traverse filesystems"
Paul Lawrence
2016-11-17
1
-14
/
+39
|
\
|
|
*
Merge "Add flags to restorecon_recursive to traverse filesystems"
Treehugger Robot
2016-11-17
1
-14
/
+39
|
|
\
|
|
*
Add flags to restorecon_recursive to traverse filesystems
Paul Lawrence
2016-11-16
1
-14
/
+39
|
*
|
Merge changes from topic 'slow_log'
Wei Wang
2016-11-17
1
-3
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
Only restorecon CE storage after unlocked.
Jeff Sharkey
2016-11-16
1
-1
/
+5
*
|
|
init: fix undefined behavior in ExecuteCommand
Wei Wang
2016-11-17
1
-3
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
init: fix undefined behavior in ExecuteCommand
Wei Wang
2016-11-16
1
-3
/
+3
|
|
/
*
|
Merge "Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for."
Elliott Hughes
2016-11-15
1
-7
/
+6
|
\
|
|
*
Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for.
Elliott Hughes
2016-11-14
1
-7
/
+6
*
|
Merge "init start time tracking."
Elliott Hughes
2016-11-14
1
-5
/
+5
|
\
|
|
*
Merge "init start time tracking."
Elliott Hughes
2016-11-14
1
-5
/
+5
|
|
\
|
|
*
init start time tracking.
Elliott Hughes
2016-11-12
1
-5
/
+5
*
|
|
Merge "Implement Reboot bootloader via bootloader_message"
Vineela Tummalapalli
2016-11-10
1
-0
/
+9
|
\
|
|
|
*
|
Implement Reboot bootloader via bootloader_message
Vineela Tummalapalli
2016-11-08
1
-0
/
+9
|
|
/
|
*
init: use libbootloader_message.
Yabin Cui
2016-10-18
1
-1
/
+1
*
|
resolve merge conflicts of a4398c1 to stage-aosp-master am: 195669febc
Elliott Hughes
2016-10-14
1
-17
/
+22
|
\
|
|
*
Move off std::sto* function which abort on failure.
Elliott Hughes
2016-10-13
1
-17
/
+22
*
|
Merge "Update the header path for ext4_utils." am: 5bc3ce85cf am: 148b85b050
Tao Bao
2016-10-10
1
-2
/
+2
|
\
|
|
*
Update the header path for ext4_utils.
Tao Bao
2016-10-09
1
-2
/
+2
|
*
Split fstab mount into 2 phases
Wei Wang
2016-09-06
1
-20
/
+69
*
|
Split fstab mount into 2 phases
Wei Wang
2016-09-06
1
-20
/
+69
*
|
Move init's kernel logging into libbase. am: 7bc87a5a78 am: e2a7eb17b5
Elliott Hughes
2016-08-05
1
-13
/
+25
|
\
|
|
*
Move init's kernel logging into libbase.
Elliott Hughes
2016-08-05
1
-13
/
+25
|
|
\
|
|
*
Move init's kernel logging into libbase.
Elliott Hughes
2016-08-04
1
-13
/
+25
[next]