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
/
util.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
init: make fatal reboot target configurable
Tom Cherry
2019-05-30
1
-0
/
+1
*
init: dump stack when aborting
Tom Cherry
2019-05-30
1
-7
/
+37
*
Proper mount namespace configuration for bionic
Jiyong Park
2019-01-30
1
-0
/
+4
*
init: delete code that sets ro.recovery_id
Tom Cherry
2019-01-29
1
-11
/
+0
*
init: move InitKernelLogging() to first stage init
Tom Cherry
2018-10-05
1
-0
/
+16
*
Move watchdogd out of init
Tom Cherry
2018-08-02
1
-1
/
+1
*
init: removed unused includes
Tom Cherry
2018-07-20
1
-3
/
+0
*
libbase: add host properties support.
Elliott Hughes
2018-05-24
1
-2
/
+1
*
init: add host side parser for init
Tom Cherry
2018-02-28
1
-1
/
+32
*
Run restorecon after init creates a symlink or writes to a file.
Joel Galenson
2017-11-29
1
-1
/
+18
*
init: add log to time spent in waiting for file
Wei Wang
2017-08-22
1
-4
/
+7
*
init: replace panic() with LOG(FATAL)
Tom Cherry
2017-08-17
1
-6
/
+0
*
init: introduce Result<T> for return values and error handling
Tom Cherry
2017-08-14
1
-40
/
+20
*
init: split security functions out of init.cpp
Tom Cherry
2017-08-14
1
-27
/
+22
*
Allow the use of a custom Android DT directory
Yu Ning
2017-07-28
1
-2
/
+25
*
Move Timer from init to libbase
Tom Cherry
2017-07-10
1
-5
/
+0
*
init: Support custom shutdown actions
Wei Wang
2017-07-05
1
-0
/
+1
*
init: create android::init:: namespace
Tom Cherry
2017-06-23
1
-0
/
+6
*
init: remove restorecon() from util.cpp
Tom Cherry
2017-05-09
1
-5
/
+0
*
init: add "+passcred" for socket to set SO_PASSCRED
Mark Salyzyn
2017-05-08
1
-3
/
+11
*
init: do not log directly from read_file() and write_file()
Tom Cherry
2017-05-05
1
-10
/
+18
*
init: Check DecodeUid() result and use error string
Tom Cherry
2017-05-05
1
-29
/
+23
*
ueventd: do not reference init's sehandle
Tom Cherry
2017-05-01
1
-10
/
+10
*
init: moving early mount logic into init_first_stage.cpp
Bowgo Tsai
2017-04-24
1
-0
/
+23
*
ueventd: convert mkdir_recursive() to std::string
Tom Cherry
2017-04-12
1
-29
/
+10
*
Merge "init: more header cleanup"
Treehugger Robot
2017-04-07
1
-14
/
+7
|
\
|
*
init: more header cleanup
Tom Cherry
2017-04-06
1
-14
/
+7
*
|
ueventd: Write tests for the get_*_symlinks() functions
Tom Cherry
2017-04-05
1
-21
/
+0
|
/
*
init: use read_file and write_file to implement do_copy builtin
Yongqin Liu
2017-04-04
1
-2
/
+2
*
init: Use std::string for write_file()
Tom Cherry
2017-04-03
1
-4
/
+5
*
Merge "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."
James Hawkins
2017-03-31
1
-7
/
+2
|
\
|
*
bootstat: Refactor init/utils/boot_clock into base/chrono_utils.
James Hawkins
2017-03-30
1
-7
/
+2
*
|
Merge "Revert "init: use read_file and write_file to implement do_copy builtin""
Wonsik Kim
2017-03-31
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Revert "init: use read_file and write_file to implement do_copy builtin"
Wonsik Kim
2017-03-31
1
-2
/
+2
*
|
init: replace property_get with its android::base equivalent
Tom Cherry
2017-03-29
1
-2
/
+2
*
|
Merge "init: use read_file and write_file to implement do_copy builtin"
Treehugger Robot
2017-03-24
1
-2
/
+2
|
\
|
|
*
init: use read_file and write_file to implement do_copy builtin
Yongqin Liu
2017-03-24
1
-2
/
+2
*
|
remove emergency shutdown and improve init's reboot logic
Keun-young Park
2017-03-22
1
-10
/
+2
|
/
*
init: Fix leaking fd and error print
Tom Cherry
2017-03-20
1
-7
/
+5
*
Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."
James Hawkins
2017-02-14
1
-12
/
+5
*
bootstat: Refactor init/utils/boot_clock into base/chrono_utils.
James Hawkins
2017-02-13
1
-5
/
+12
*
Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime."
James Hawkins
2017-02-08
1
-12
/
+5
*
bootstat: Remove custom uptime parser in favor of elapsedRealtime.
James Hawkins
2017-02-07
1
-5
/
+12
*
init: Make 'write_file' return bool to match 'read_file'.
Jorge Lucangeli Obes
2016-12-28
1
-5
/
+5
*
init: service file command only opens existing files
Mark Salyzyn
2016-12-05
1
-63
/
+0
*
Replace the "coldboot" timeout with a property.
Elliott Hughes
2016-12-03
1
-0
/
+21
*
Add flags to restorecon_recursive to traverse filesystems
Paul Lawrence
2016-11-16
1
-13
/
+2
*
Only restorecon CE storage after unlocked.
Jeff Sharkey
2016-11-16
1
-0
/
+6
*
Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for.
Elliott Hughes
2016-11-14
1
-1
/
+3
*
init start time tracking.
Elliott Hughes
2016-11-12
1
-18
/
+12
[next]