summaryrefslogtreecommitdiffstats
path: root/init/reboot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Revert "do not start shutdown animation from init""Tom Cherry2019-01-221-2/+25
|\
| * Revert "do not start shutdown animation from init"Tom Cherry2019-01-081-2/+25
* | Merge "init: dump less debug logs when unmount timeout"Treehugger Robot2019-01-171-7/+6
|\ \
| * | init: dump less debug logs when unmount timeoutJonglin Lee2019-01-171-7/+6
| |/
* | Merge "zram: support zram_writeback"Jaegeuk Kim2019-01-171-0/+48
|\ \
| * | zram: support zram_writebackJaegeuk Kim2019-01-151-0/+48
| |/
* / reboot: only run fsck when detecting filesystem inconsistencyRandall Huang2019-01-161-2/+6
|/
* logical -> dynamic partitions.Yifan Hong2018-11-161-1/+1
* Merge "init: add [[nodiscard]] to Result"Tom Cherry2018-10-111-1/+3
|\
| * init: add [[nodiscard]] to ResultTom Cherry2018-10-111-1/+3
* | init: increase thermal shutdown timeout to 3sWei Wang2018-10-091-8/+7
|/
* Merge "fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen()"Treehugger Robot2018-10-031-1/+1
|\
| * fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen()Tom Cherry2018-10-031-1/+1
* | Support 'adb reboot fastboot' command conditionally.Hridya Valsaraju2018-09-251-0/+6
|/
* Merge "Add sideload, fastboot as reboot targets in init"Treehugger Robot2018-08-141-0/+14
|\
| * Add sideload, fastboot as reboot targets in initHridya Valsaraju2018-08-031-0/+14
* | Split init's source files init first stage and second stageTom Cherry2018-08-031-53/+10
|/
* init: Cleanly shut down subcontext processesLuis Hector Chavez2018-07-271-0/+1
* Revert "init: Reboot after timeout passes during reboot"Tom Cherry2018-03-191-74/+34
* init: add timers around sync() during shutdownTom Cherry2018-03-151-2/+12
* init: Reboot after timeout passes during rebootTom Cherry2018-02-231-36/+77
* Move ActionManager to its own fileTom Cherry2018-02-141-0/+1
* Init remove direct calls to light sys nodes.Steven Moreland2018-01-191-19/+9
* init: call umount unconditionallyWei Wang2017-10-231-6/+6
* init+bootstat: reduce last reboot reason to canonical aliasMark Salyzyn2017-10-101-2/+12
* init/reboot: call MNT_FORCE at the last umount(2)Jaegeuk Kim2017-10-041-6/+7
* init: run vendor commands in a separate SELinux contextTom Cherry2017-09-291-2/+1
* init: shutdown,thermal shut off display immediatelyMark Salyzyn2017-09-261-0/+2
* init: Allow clean system shutdown upon SIGTERMLuis Hector Chavez2017-09-071-4/+2
* Merge "init: log all failures of Service::Start()"Tom Cherry2017-08-281-2/+9
|\
| * init: log all failures of Service::Start()Tom Cherry2017-08-251-2/+9
* | Switch /data/misc/reboot/last_reboot_reason to persistent propertyMark Salyzyn2017-08-241-16/+14
|/
* Merge "init: replace panic() with LOG(FATAL)"Tom Cherry2017-08-181-3/+2
|\
| * init: replace panic() with LOG(FATAL)Tom Cherry2017-08-171-3/+2
* | Skip unnecessary sleep during shutdownWei Wang2017-08-161-15/+15
|/
* init: use Result<T> for builtin functionsTom Cherry2017-08-141-1/+1
* init: split security functions out of init.cppTom Cherry2017-08-141-0/+1
* init: rename ServiceManager to ServiceList and clean it upTom Cherry2017-08-011-17/+20
* init: move reaping from ServiceManager to signal_handler.cppTom Cherry2017-08-011-2/+3
* init: move exec operations out of ServiceManagerTom Cherry2017-08-011-4/+2
* init: shutdown services in the opposite order that they startedTom Cherry2017-07-261-3/+3
* Do not umount roofs even if it is R/W.Wei Wang2017-07-251-1/+2
* init: Fire shutdown trigger for thermal shutdownWei Wang2017-07-241-3/+1
* init: Do full shutdown even for thermal shutdownKeun-young Park2017-07-191-20/+19
* dump stack before kill allKeun-young Park2017-07-181-3/+3
* Do not umount /vendor, /system, and /oem even if they are R/W.Keun-young Park2017-07-171-1/+6
* Move Timer from init to libbaseTom Cherry2017-07-101-19/+21
* Merge "add "shutdown critical" to service"Treehugger Robot2017-07-061-1/+3
|\
| * add "shutdown critical" to serviceKeun-young Park2017-07-051-1/+3
* | init: Support custom shutdown actionsWei Wang2017-07-051-1/+24
|/