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
/
reboot.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
init: run vendor commands in a separate SELinux context
Tom Cherry
2017-09-29
1
-2
/
+1
*
init: shutdown,thermal shut off display immediately
Mark Salyzyn
2017-09-26
1
-0
/
+2
*
init: Allow clean system shutdown upon SIGTERM
Luis Hector Chavez
2017-09-07
1
-4
/
+2
*
Merge "init: log all failures of Service::Start()"
Tom Cherry
2017-08-28
1
-2
/
+9
|
\
|
*
init: log all failures of Service::Start()
Tom Cherry
2017-08-25
1
-2
/
+9
*
|
Switch /data/misc/reboot/last_reboot_reason to persistent property
Mark Salyzyn
2017-08-24
1
-16
/
+14
|
/
*
Merge "init: replace panic() with LOG(FATAL)"
Tom Cherry
2017-08-18
1
-3
/
+2
|
\
|
*
init: replace panic() with LOG(FATAL)
Tom Cherry
2017-08-17
1
-3
/
+2
*
|
Skip unnecessary sleep during shutdown
Wei Wang
2017-08-16
1
-15
/
+15
|
/
*
init: use Result<T> for builtin functions
Tom Cherry
2017-08-14
1
-1
/
+1
*
init: split security functions out of init.cpp
Tom Cherry
2017-08-14
1
-0
/
+1
*
init: rename ServiceManager to ServiceList and clean it up
Tom Cherry
2017-08-01
1
-17
/
+20
*
init: move reaping from ServiceManager to signal_handler.cpp
Tom Cherry
2017-08-01
1
-2
/
+3
*
init: move exec operations out of ServiceManager
Tom Cherry
2017-08-01
1
-4
/
+2
*
init: shutdown services in the opposite order that they started
Tom Cherry
2017-07-26
1
-3
/
+3
*
Do not umount roofs even if it is R/W.
Wei Wang
2017-07-25
1
-1
/
+2
*
init: Fire shutdown trigger for thermal shutdown
Wei Wang
2017-07-24
1
-3
/
+1
*
init: Do full shutdown even for thermal shutdown
Keun-young Park
2017-07-19
1
-20
/
+19
*
dump stack before kill all
Keun-young Park
2017-07-18
1
-3
/
+3
*
Do not umount /vendor, /system, and /oem even if they are R/W.
Keun-young Park
2017-07-17
1
-1
/
+6
*
Move Timer from init to libbase
Tom Cherry
2017-07-10
1
-19
/
+21
*
Merge "add "shutdown critical" to service"
Treehugger Robot
2017-07-06
1
-1
/
+3
|
\
|
*
add "shutdown critical" to service
Keun-young Park
2017-07-05
1
-1
/
+3
*
|
init: Support custom shutdown actions
Wei Wang
2017-07-05
1
-1
/
+24
|
/
*
Remove unnecessary SELinux dependencies
Nick Kralevich
2017-07-01
1
-1
/
+0
*
init: Reland "Terminate gracefully when CAP_SYS_BOOT is absent"
Luis Hector Chavez
2017-06-29
1
-0
/
+31
*
Revert "init: Terminate gracefully when CAP_SYS_BOOT is absent"
Guang Zhu
2017-06-28
1
-23
/
+0
*
init: Terminate gracefully when CAP_SYS_BOOT is absent
Luis Hector Chavez
2017-06-27
1
-0
/
+23
*
init: create android::init:: namespace
Tom Cherry
2017-06-23
1
-0
/
+6
*
add ueventd to shutdown critial process
Keun-young Park
2017-05-18
1
-1
/
+1
*
Merge "init: fix last_reboot_reason string"
Treehugger Robot
2017-04-27
1
-3
/
+1
|
\
|
*
init: fix last_reboot_reason string
Tom Cherry
2017-04-26
1
-3
/
+1
*
|
Merge "set default shutdown timeout to 6 secs"
Keun-young Park
2017-04-26
1
-2
/
+1
|
\
\
|
*
|
set default shutdown timeout to 6 secs
Keun-young Park
2017-04-26
1
-2
/
+1
*
|
|
Merge "do not start shutdown animation from init"
Treehugger Robot
2017-04-26
1
-9
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
do not start shutdown animation from init
Keun-young Park
2017-04-19
1
-9
/
+0
|
|
/
*
/
add additional dump for timeout
Keun-young Park
2017-04-26
1
-3
/
+7
|
/
*
init: handle sys.powerctl immediately
Tom Cherry
2017-04-17
1
-0
/
+51
*
reboot: fix owner and permissions of last_reboot_reason file
Todd Poynor
2017-04-13
1
-1
/
+3
*
poll umount completion from /proc/mounts
Keun-young Park
2017-04-10
1
-138
/
+115
*
init: more header cleanup
Tom Cherry
2017-04-06
1
-4
/
+4
*
add shutdown animation
Keun-young Park
2017-03-31
1
-18
/
+35
*
set zero shutdown timeout for eng build
Keun-young Park
2017-03-29
1
-1
/
+8
*
init: replace property_get with its android::base equivalent
Tom Cherry
2017-03-29
1
-7
/
+3
*
init: remove unused cutils includes
Tom Cherry
2017-03-28
1
-1
/
+0
*
update shutdown sequence and use shutdown_timeout to cover all wait
Keun-young Park
2017-03-27
1
-19
/
+26
*
add kill all for shutdown_timeout of 0
Keun-young Park
2017-03-23
1
-17
/
+24
*
add clear log for reboot start / end
Keun-young Park
2017-03-23
1
-0
/
+2
*
remove emergency shutdown and improve init's reboot logic
Keun-young Park
2017-03-22
1
-0
/
+413