summaryrefslogtreecommitdiffstats
path: root/init/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Timer from init to libbaseTom Cherry2017-07-101-2/+3
* init: Support custom shutdown actionsWei Wang2017-07-051-5/+16
* init: create android::init:: namespaceTom Cherry2017-06-231-1/+10
* init: cleanup some string usageTom Cherry2017-06-221-9/+8
* Move restorecon() of /sys from init to ueventd.Tom Cherry2017-06-201-1/+0
* ueventd: Break devices.cpp into discrete classesTom Cherry2017-05-251-1/+0
* Merge "Add libkeyutils."Elliott Hughes2017-05-131-6/+5
|\
| * Add libkeyutils.Elliott Hughes2017-05-101-6/+5
* | init: remove restorecon() from util.cppTom Cherry2017-05-091-16/+16
|/
* init: do not log directly from read_file() and write_file()Tom Cherry2017-05-051-1/+3
* Merge "init: manually restorecon mke2fs tools on ramdisk"Treehugger Robot2017-05-041-3/+6
|\
| * init: manually restorecon mke2fs tools on ramdiskJin Qian2017-05-031-3/+6
* | init: setup keyring before ueventd startsMark Salyzyn2017-05-031-0/+6
|/
* init: rename 'Trigger' to 'Event' and convert to std::variantTom Cherry2017-04-251-3/+3
* Merge "init: set ro.boot.avb_version in recovery mode"Treehugger Robot2017-04-251-0/+2
|\
| * init: set ro.boot.avb_version in recovery modeBowgo Tsai2017-04-241-0/+2
* | Merge "init: moving early mount logic into init_first_stage.cpp"Treehugger Robot2017-04-251-347/+5
|\|
| * init: moving early mount logic into init_first_stage.cppBowgo Tsai2017-04-241-347/+5
* | init: clean up the SectionParser interface and Parser classTom Cherry2017-04-211-8/+14
|/
* init: handle sys.powerctl immediatelyTom Cherry2017-04-171-2/+8
* Set libavb version into system property for Treble OTABowgo Tsai2017-04-151-2/+5
* ueventd: replace char* with std::string in struct ueventTom Cherry2017-04-141-8/+4
* init: support early_mount with vboot 2.0 (external/avb/libavb)Bowgo Tsai2017-04-141-50/+177
* Merge "crash_dump: during early boot, output to kmsg on userdebug."Josh Gao2017-04-101-0/+9
|\
| * crash_dump: during early boot, output to kmsg on userdebug.Josh Gao2017-04-061-0/+9
* | Merge "Reflect move of mapping file to /system."Treehugger Robot2017-04-071-5/+9
|\ \
| * | Reflect move of mapping file to /system.Dan Cashman2017-04-061-5/+9
| |/
* / init: more header cleanupTom Cherry2017-04-061-1/+3
|/
* bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-03-301-0/+2
* init: consolidate restorecon after selinux initialization in single functionSandeep Patil2017-03-291-16/+19
* Merge changes from topic 'exec-start-update-verifier'Treehugger Robot2017-03-291-21/+2
|\
| * init: add exec_start commandTom Cherry2017-03-271-21/+2
* | init: replace property_get with its android::base equivalentTom Cherry2017-03-291-7/+9
* | init: remove unused cutils includesTom Cherry2017-03-281-4/+0
|/
* init: Prevent spin loop while waiting for exec or propertyTom Cherry2017-03-231-10/+12
* init: reboot to bootloader on crash for development buildsTom Cherry2017-03-211-0/+29
* init: cleanup is_first_stage conditionalsTom Cherry2017-03-171-43/+46
* init: fix DumpState() loggingTom Cherry2017-03-131-0/+4
* Remove hard-coded policy version from secilc stepAlex Klyubin2017-03-091-8/+22
* Use precompiled sepolicy when availableAlex Klyubin2017-03-081-0/+54
* Log stderr of secilcAlex Klyubin2017-03-051-0/+46
* Track the move of split SELinux policy CIL filesAlex Klyubin2017-03-031-2/+3
* Merge "Use split SELinux policy at boot, if available"Treehugger Robot2017-03-021-4/+131
|\
| * Use split SELinux policy at boot, if availableAlex Klyubin2017-03-011-4/+131
* | init: skip early mount in recovery modeBowgo Tsai2017-03-021-0/+6
* | Merge "init: early_mount: removing hard-coded paths"Treehugger Robot2017-02-281-112/+114
|\ \ | |/ |/|
| * init: early_mount: removing hard-coded pathsBowgo Tsai2017-02-271-112/+114
* | Treblize init.rc locationJaekyun Seok2017-02-251-0/+8
|/
* early_mount: fs_mgr: move all fstab logic into fs_mgrSandeep Patil2017-02-231-95/+20
* init: early_mount: create device node for verity metadata partitionSandeep Patil2017-02-221-5/+27