summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ueventd: add a test for ueventd_parser.cppTom Cherry2018-07-171-2/+2
* ueventd: let scripts provide firmware directoriesTom Cherry2018-07-131-0/+52
* EndSection returns Result<Success>Steven Moreland2017-11-151-1/+3
* ueventd: fix subsystem list logic issuesTom Cherry2017-08-181-1/+1
* init: use Result<T> for the parsing functionsTom Cherry2017-08-141-38/+27
* init: create android::init:: namespaceTom Cherry2017-06-231-0/+6
* ueventd: Break devices.cpp into discrete classesTom Cherry2017-05-251-0/+145
* ueventd: replace ueventd_parser.cpp with init_parser.cppTom Cherry2017-04-251-241/+0
* init: more header cleanupTom Cherry2017-04-061-6/+6
* Make ueventd error messages indicate where the error is in ueventd scriptChristopher Desjardins2017-04-031-2/+2
* Fix misc-macro-parentheses warnings in init and other core modules.Chih-Hung Hsieh2016-05-181-1/+1
* init: Use classes for parsing and clean up memory allocationsTom Cherry2015-09-011-1/+0
* Fix insmod module sizeTom Cherry2015-05-121-3/+4
* Clean up reading and writing in init.Elliott Hughes2015-02-061-14/+9
* Stop using #if for conditional compilation.Elliott Hughes2015-02-041-1/+1
* Build init as C++.Elliott Hughes2015-02-041-0/+246