summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* init: add host side parser for initTom Cherry2018-02-281-0/+2
* init: replace panic() with LOG(FATAL)Tom Cherry2017-08-171-2/+0
* init: introduce Result<T> for return values and error handlingTom Cherry2017-08-141-3/+5
* init: split security functions out of init.cppTom Cherry2017-08-141-3/+3
* Allow the use of a custom Android DT directoryYu Ning2017-07-271-3/+4
* Move Timer from init to libbaseTom Cherry2017-07-101-20/+0
* init: create android::init:: namespaceTom Cherry2017-06-231-0/+6
* init: remove restorecon() from util.cppTom Cherry2017-05-081-1/+0
* init: add "+passcred" for socket to set SO_PASSCREDMark Salyzyn2017-05-081-2/+2
* init: do not log directly from read_file() and write_file()Tom Cherry2017-05-051-2/+2
* init: Check DecodeUid() result and use error stringTom Cherry2017-05-051-1/+1
* ueventd: do not reference init's sehandleTom Cherry2017-05-011-4/+5
* init: moving early mount logic into init_first_stage.cppBowgo Tsai2017-04-241-0/+6
* ueventd: convert mkdir_recursive() to std::stringTom Cherry2017-04-121-1/+1
* ueventd: Write tests for the get_*_symlinks() functionsTom Cherry2017-04-051-1/+0
* init: Use std::string for write_file()Tom Cherry2017-04-031-2/+2
* bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-03-301-22/+15
* remove emergency shutdown and improve init's reboot logicKeun-young Park2017-03-221-1/+0
* Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."James Hawkins2017-02-141-6/+20
* bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-02-131-20/+6
* Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime."James Hawkins2017-02-081-6/+20
* bootstat: Remove custom uptime parser in favor of elapsedRealtime.James Hawkins2017-02-071-20/+6
* boottime/init: Report ro.boottime.init* properties in milliseconds.James Hawkins2017-01-271-2/+2
* init: Make 'write_file' return bool to match 'read_file'.Jorge Lucangeli Obes2016-12-281-1/+1
* init: service file command only opens existing filesMark Salyzyn2016-12-051-2/+0
* Replace the "coldboot" timeout with a property.Elliott Hughes2016-12-031-2/+13
* Add flags to restorecon_recursive to traverse filesystemsPaul Lawrence2016-11-161-3/+1
* Only restorecon CE storage after unlocked.Jeff Sharkey2016-11-161-0/+1
* init start time tracking.Elliott Hughes2016-11-121-6/+17
* init: service file keywordMark Salyzyn2016-11-031-0/+2
* Use android::base::Readlink in init.Elliott Hughes2016-08-311-2/+0
* Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh2016-08-011-1/+1
* 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-2/+0
* Remove MTD cruft from init.Elliott Hughes2016-06-241-1/+0
* Fix misc-macro-parentheses warnings in system/core.Chih-Hung Hsieh2016-06-221-1/+1
* am 54c70ca1: Merge "init: Use classes for parsing and clean up memory allocat...Tom Cherry2015-09-011-0/+1
|\
| * init: Use classes for parsing and clean up memory allocationsTom Cherry2015-09-011-0/+1
* | am f75b5ff1: am fe39394e: Merge "init: Adding support to import directories"Lee Campbell2015-07-271-0/+1
|\|
| * init: Adding support to import directoriesLee Campbell2015-07-271-0/+1
| * load ro.recovery_id property from recovery partitionAndres Morales2015-05-081-0/+1
* | am 86aeb11e: Merge "load ro.recovery_id property from recovery partition" int...Andres Morales2015-05-081-0/+1
|\ \
| * | load ro.recovery_id property from recovery partitionAndres Morales2015-05-081-0/+1
| * | am ecf184c9: am 9c9280d8: Merge "init: get rid of the remaining double mounts"Nick Kralevich2015-04-251-1/+2
| |\ \
* | \ \ am a5aa7a11: am 55c2e1f4: Merge "Clean up init /proc/cmdline handling."Elliott Hughes2015-05-071-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Clean up init /proc/cmdline handling.Elliott Hughes2015-05-071-1/+2
| | |/ | |/|
* | | am ecf184c9: am 9c9280d8: Merge "init: get rid of the remaining double mounts"Nick Kralevich2015-04-261-1/+2
|\| | | |/ |/|
| * init: get rid of the remaining double mountsNick Kralevich2015-04-251-1/+2
* | resolved conflicts for merge of 79f33846 to lmp-mr1-dev-plus-aospEd Tam2015-04-131-1/+1
|\ \ | |/ |/|
| * fs_mgr: introduce fs_mgr_format to format wiped partitionsandroid-5.1.1_r5android-5.1.1_r12Chris Fries2015-04-101-1/+1