summaryrefslogtreecommitdiffstats
path: root/init/ueventd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adds /dev/block/by-name/<partition> symlinksBowgo Tsai2018-05-191-1/+3
* init: use Result<T> for the parsing functionsTom Cherry2017-08-141-3/+3
* init: split security functions out of init.cppTom Cherry2017-08-111-3/+3
* Move Timer from init to libbaseTom Cherry2017-07-101-2/+3
* ueventd: don't double fork firmware handlersTom Cherry2017-07-051-0/+7
* init: create android::init:: namespaceTom Cherry2017-06-231-0/+6
* init: cleanup some string usageTom Cherry2017-06-221-1/+0
* Revert "Revert "init: poll in first stage mount if required devices are not f...Sandeep Patil2017-06-211-2/+3
* Revert "Revert "ueventd: remove PlatformDeviceList""Sandeep Patil2017-06-211-17/+1
* Revert "ueventd: remove PlatformDeviceList"Tom Cherry2017-06-211-1/+17
* Revert "init: poll in first stage mount if required devices are not found"Tom Cherry2017-06-211-3/+2
* init: poll in first stage mount if required devices are not foundTom Cherry2017-06-201-2/+3
* Merge "ueventd: remove PlatformDeviceList"Tom Cherry2017-06-201-17/+1
|\
| * ueventd: remove PlatformDeviceListTom Cherry2017-06-201-17/+1
* | Move restorecon() of /sys from init to ueventd.Tom Cherry2017-06-201-3/+1
|/
* ueventd: parallelize uevent handlingTom Cherry2017-06-021-20/+197
* ueventd: Break devices.cpp into discrete classesTom Cherry2017-05-251-33/+52
* ueventd: fix typo from previous patchsetTom Cherry2017-05-011-3/+0
* ueventd: replace ueventd_parser.cpp with init_parser.cppTom Cherry2017-04-251-63/+12
* ueventd: create classes for dev and sys permissionsTom Cherry2017-04-171-19/+4
* init: more header cleanupTom Cherry2017-04-061-5/+5
* Merge "Make ueventd error messages indicate where the error is in ueventd scr...Treehugger Robot2017-04-031-5/+5
|\
| * Make ueventd error messages indicate where the error is in ueventd scriptChristopher Desjardins2017-04-031-5/+5
* | init: replace property_get with its android::base equivalentTom Cherry2017-03-291-2/+2
|/
* ueventd: source ueventd configs from vendor and odmSandeep Patil2017-02-081-2/+11
* init: fix memory leaksTing-Yuan Huang2016-11-151-6/+9
* Make klog_fd thread-safe and make klog_init a no-op.Elliott Hughes2016-06-291-1/+0
* Move init to libbase logging.Elliott Hughes2016-06-271-8/+7
* Remove MTD cruft from init.Elliott Hughes2016-06-241-16/+7
* ueventd: convert to use pwd family of functionsWilliam Roberts2016-04-071-17/+10
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-1/+1
* init: Let property_get return std::string.Yabin Cui2015-07-241-3/+2
* Log more timing information from init.Elliott Hughes2015-03-281-29/+22
* Remove /proc/cpuinfo parsingRom Lemarchand2015-03-141-23/+3
* Stop using #if for conditional compilation.Elliott Hughes2015-02-041-5/+5
* Fix clang "ueventd.cpp:111:1: error: no return statement in function returnin...Elliott Hughes2015-02-041-0/+2
* Build init as C++.Elliott Hughes2015-02-041-0/+198