summaryrefslogtreecommitdiff
path: root/init/ueventd.cpp
AgeCommit message (Expand)Author
2023-11-21Use vendor/etc/ueventd.rc on microdroidInseob Kim
2022-04-21ueventd: suggest move location for ueventd configSteven Moreland
2022-03-29ueventd: Allow legacy paths in API version 32.David Anderson
2021-06-07Merge "ueventd: the parallel restorecon dirs is configurable [1/1]"David Anderson
2021-06-02Warn loudly if using deprecated ueventd paths.David Anderson
2021-06-02ueventd: the parallel restorecon dirs is configurable [1/1]yuehu mi
2021-01-26ueventd: deprecate paths without /etc/Tom Cherry
2020-12-08ueventd: add the import option from the init parserTom Cherry
2020-07-07Boost init priority before main loopWei Wang
2020-04-10Cleanup some trivial TODOs.Tom Cherry
2019-11-08Move init and ueventd scripts from / to /system/etcTom Cherry
2019-09-12ueventd: allow using external firmware handlersTom Cherry
2019-09-09ueventd: make parallel restorecon functionality optionalTom Cherry
2019-08-28ueventd: parallelize restorecon /sysBongkyu Kim
2019-07-10init: fix clang-tidy performance issuesTom Cherry
2019-06-24Merge "init: use a property instead of file to communicate cold boot done"Tom Cherry
2019-06-18create libmodprobe, integrate into first_stage_initSteve Muckle
2019-06-10init: use a property instead of file to communicate cold boot doneTom Cherry
2019-05-29init: Refactor selinux.h/cppVic Yang
2019-01-30Add android::fs_mgr namespace for new Fstab codeTom Cherry
2018-12-06ueventd: allow configuring SO_RCVBUF(FORCE) for the ueventd socketTom Cherry
2018-10-15init: clarify some text/README about 'critical' servicesTom Cherry
2018-08-01ueventd: require opt-in for modalias handlingTom Cherry
2018-07-26ueventd: Add dynamic kernel module loadingAndrew F. Davis
2018-07-20init: clean up logging initializationTom Cherry
2018-07-18Fix loading ueventd.${ro.hardware}.rc.Sen Jiang
2018-07-13ueventd: let scripts provide firmware directoriesTom Cherry
2018-05-19Adds /dev/block/by-name/<partition> symlinksBowgo Tsai
2017-08-14init: use Result<T> for the parsing functionsTom Cherry
2017-08-11init: split security functions out of init.cppTom Cherry
2017-07-10Move Timer from init to libbaseTom Cherry
2017-07-05ueventd: don't double fork firmware handlersTom Cherry
2017-06-23init: create android::init:: namespaceTom Cherry
2017-06-22init: cleanup some string usageTom Cherry
2017-06-21Revert "Revert "init: poll in first stage mount if required devices are not f...Sandeep Patil
2017-06-21Revert "Revert "ueventd: remove PlatformDeviceList""Sandeep Patil
2017-06-21Revert "ueventd: remove PlatformDeviceList"Tom Cherry
2017-06-21Revert "init: poll in first stage mount if required devices are not found"Tom Cherry
2017-06-20init: poll in first stage mount if required devices are not foundTom Cherry
2017-06-20Merge "ueventd: remove PlatformDeviceList"Tom Cherry
2017-06-20ueventd: remove PlatformDeviceListTom Cherry
2017-06-20Move restorecon() of /sys from init to ueventd.Tom Cherry
2017-06-02ueventd: parallelize uevent handlingTom Cherry
2017-05-25ueventd: Break devices.cpp into discrete classesTom Cherry
2017-05-01ueventd: fix typo from previous patchsetTom Cherry
2017-04-25ueventd: replace ueventd_parser.cpp with init_parser.cppTom Cherry
2017-04-17ueventd: create classes for dev and sys permissionsTom Cherry
2017-04-06init: more header cleanupTom Cherry
2017-04-03Merge "Make ueventd error messages indicate where the error is in ueventd scr...Treehugger Robot
2017-04-03Make ueventd error messages indicate where the error is in ueventd scriptChristopher Desjardins