summaryrefslogtreecommitdiffstats
path: root/init/devices.cpp
Commit message (Expand)AuthorAgeFilesLines
* ueventd: support by-name symlinks for virtual block devicesJeremy Compostella2017-03-071-0/+31
* Check setegid() return valuesTom Cherry2017-02-231-2/+7
* init: refactor to allow successive device_init callsSandeep Patil2017-02-221-7/+13
* init: early_mount: add support to mount non-verity partitions earlySandeep Patil2017-02-131-3/+21
* init: remove the existing early_mount codeSandeep Patil2017-02-091-63/+2
* init: refactor: add support for doing early coldbootSandeep Patil2017-02-091-39/+74
* ueventd: make selinux labeling optional for device creationSandeep Patil2017-02-081-7/+11
* Replace the "coldboot" timeout with a property.Elliott Hughes2016-12-031-2/+2
* Add flags to restorecon_recursive to traverse filesystemsPaul Lawrence2016-11-161-1/+1
* Merge "init: fix memory leaks"Treehugger Robot2016-11-161-2/+7
|\
| * init: fix memory leaksTing-Yuan Huang2016-11-151-2/+7
* | Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for.Elliott Hughes2016-11-141-1/+2
* | Switch ueventd to sendfile(2).Elliott Hughes2016-11-141-110/+58
|/
* Modify log level for service and ueventdWei Wang2016-10-041-1/+1
* Use android::base::Readlink in init.Elliott Hughes2016-08-311-13/+32
* Mount /vendor and /odm earlyHung-ying Tyan2016-08-171-16/+85
* ueventd: Remove verbose restorecon_recursive: messageDmitry Shmidt2016-07-281-1/+1
* Move init to libbase logging.Elliott Hughes2016-06-271-38/+33
* ueventd: only relabel devices if there's a deltaWilliam Roberts2016-06-031-1/+15
* init: support matching sysfs class paths in ueventd.rcRob Herring2016-05-131-14/+23
* init: rework fixup_sys_perms to use perm_path_matchesRob Herring2016-05-111-43/+30
* ueventd: relabel block devices nodes when processing subsequent add eventsMihai Serban2016-04-281-6/+15
* Address const issues in preparation for libcxx rebase.Dan Austin2016-03-281-2/+2
* system/core: Cleanup direct calls to opendir by containing in aJames Hawkins2016-02-181-3/+4
* init: Fix load_firmware errorBiao Lu2016-02-011-12/+5
* am a27dca0f: am 60c5a460: Merge "Remove calls to is_selinux_enabled()"Nick Kralevich2015-06-131-10/+5
|\
| * Remove calls to is_selinux_enabled()Nick Kralevich2015-06-121-10/+5
* | am 92b82635: am 10936d1f: Merge "init: consider all platform devices for find...Tom Cherry2015-04-241-10/+0
|\|
| * init: consider all platform devices for find_platform_deviceTom Cherry2015-04-231-10/+0
* | resolved conflicts for merge of 79f33846 to lmp-mr1-dev-plus-aospEd Tam2015-04-131-1/+1
|/
* Further cleanup of the logic in device_init.Elliott Hughes2015-03-281-11/+11
* Fix clang build by removing unused locals.Elliott Hughes2015-03-281-9/+3
* Log more timing information from init.Elliott Hughes2015-03-281-14/+4
* Always use strerror to report errno.Elliott Hughes2015-03-201-1/+1
* init: refactor firmware loading locations into tableDaniel Rosenberg2015-03-201-44/+32
* Move sprintf to snprintf.Yabin Cui2015-02-171-1/+1
* Clean up reading and writing in init.Elliott Hughes2015-02-061-9/+2
* Stop using #if for conditional compilation.Elliott Hughes2015-02-041-22/+12
* Build init as C++.Elliott Hughes2015-02-041-0/+1061