summaryrefslogtreecommitdiff
path: root/init/builtins.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adds an init host lib for use in host_apex_verifier.Daniel Norman2022-03-211-49/+2
* OR_RETURN supports status_tJiyong Park2022-01-121-1/+1
* android::base::ResultError/Error are template classesJiyong Park2021-12-141-2/+3
* init: Add --only-if-running argument to restart command.David Anderson2021-12-031-3/+16
* init: Add a way to class_restart only enabled services.David Anderson2021-11-121-2/+26
* init: remove the class_{start,reset}_post_data commandsEric Biggers2021-11-111-38/+0
* init: remove FDE workaround from load_persist_propsEric Biggers2021-11-091-11/+0
* init: stop handling FDE-specific fs_mgr return codesEric Biggers2021-11-091-26/+1
* Versioning for apex init.rc filesRay Essick2021-10-111-5/+56
* Dump the root digest of hashtree for dm-verity partitionsTianjie2021-08-301-3/+5
* Move flattened APEX activation logic to apexd.Shikha Malhotra2021-08-051-13/+1
* Check if service is executed before APEX is readyKiyoung Kim2021-03-051-0/+8
* Introduce load_exports action.Artur Satayev2021-02-191-0/+33
* Set hashtree algorithm for verity partitionsTianjie2021-01-201-0/+5
* Use bootstrap linkerconfig from early initKiyoung Kim2020-12-021-1/+1
* init: add a copy_per_line built-in commandWei Wang2020-11-201-0/+19
* Only store result of mount_all that mounted userdataNikita Ioffe2020-09-081-3/+11
* Merge "Store userspace reboot info in /metadata"Gavin Corkery2020-08-261-0/+4
|\
| * Store userspace reboot info in /metadataGavin Corkery2020-08-211-0/+4
* | Set ro.crypto.type even on failurePaul Crowley2020-08-141-4/+0
* | init: start ueventd in the default mount namespaceJooyung Han2020-06-111-4/+21
|/
* Respect ro.boot.fstab_suffix in swapon_allAlistair Delva2020-06-081-3/+13
* Add ro.boot.fstab_suffix and modify mount_all to use itAlistair Delva2020-05-211-36/+41
* init: support wait timeout with more precisionMark Salyzyn2020-05-151-3/+5
* Revert "init: handle property service callbacks asynchronously"Tom Cherry2020-03-101-15/+0
* init: handle property service callbacks asynchronouslyTom Cherry2020-02-201-0/+15
* Merge "Don't log userspace_reboot.started/finished properties from init"Nikita Ioffe2020-02-101-12/+0
|\
| * Don't log userspace_reboot.started/finished properties from initNikita Ioffe2020-02-071-12/+0
* | Convert system/core to Result::ok()Bernie Innocenti2020-02-061-30/+30
|/
* Whitelist reboot reasons related to userspace reboot failureNikita Ioffe2020-01-231-1/+2
* Give x permission on apex data directories.Oli Lan2020-01-171-1/+1
* Don't reboot into recovery during userspace rebootNikita Ioffe2020-01-151-8/+17
* Change ownership of apex data directories to root.Oli Lan2020-01-031-3/+2
* Update linkerconfig to target out directoryKiyoung Kim2019-12-301-6/+1
* Generate linkerconfig per mount namespacesKiyoung Kim2019-12-201-0/+44
* Create DE_sys APEX data directories.Oli Lan2019-12-091-25/+68
* Merge "Remove service defined in an APEX during userspace reboot"Nikita Ioffe2019-12-061-1/+1
|\
| * Remove service defined in an APEX during userspace rebootNikita Ioffe2019-12-051-1/+1
* | init: Replace property_set() with android::base::SetProperty()Tom Cherry2019-12-041-15/+16
|/
* FscryptInstallKeyring: don't re-create keyring if it's already createdNikita Ioffe2019-12-041-3/+3
* Make userspace_reboot.in_progress sysprop-as-apiNikita Ioffe2019-11-151-1/+4
* Add sysprops for start & end of userspace rebootNikita Ioffe2019-11-141-0/+11
* init: make triggering shutdown from vendor_init betterTom Cherry2019-11-131-11/+4
* userspace reboot: don't re-install keyring when remounting userdataNikita Ioffe2019-11-081-6/+20
* Make encryption action an argument to mkdirPaul Crowley2019-11-051-49/+34
* Userspace reboot: Support remounting userdata for f2fsNikita Ioffe2019-10-251-0/+26
* init: trigger shutdown directly from builtinsTom Cherry2019-10-111-1/+8
* init: add reboot_on_failure service optionTom Cherry2019-09-131-15/+0
* Reland^2: "init: run property service in a thread"Tom Cherry2019-09-051-1/+24
* init: add exec_reboot_on_failure builtinTom Cherry2019-09-041-23/+46