summaryrefslogtreecommitdiffstats
path: root/init/builtins.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set property for metadata encryption on first bootPaul Crowley2018-04-181-0/+1
* Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery."Paul Crowley2018-04-171-13/+33
* Merge "Revert "If enablefilecrypto or init_user0 fails, reboot into recovery.""Treehugger Robot2018-03-021-24/+11
|\
| * Revert "If enablefilecrypto or init_user0 fails, reboot into recovery."Paul Crowley2018-03-011-24/+11
* | init: add host side parser for initTom Cherry2018-02-281-2/+4
* | Merge "If enablefilecrypto or init_user0 fails, reboot into recovery."Treehugger Robot2018-02-151-11/+24
|\|
| * If enablefilecrypto or init_user0 fails, reboot into recovery.Paul Crowley2018-02-151-11/+24
* | Move ActionManager to its own fileTom Cherry2018-02-141-1/+1
* | Merge "init: add TODO for mount operations."Treehugger Robot2018-02-051-0/+4
|\ \
| * | init: add TODO for mount operations.Tom Cherry2018-02-051-0/+4
| |/
* / Use vold's mount with metadata encryption service.Paul Crowley2018-02-011-4/+6
|/
* Make vendor_init check SELinux before setting propertiesTom Cherry2018-01-221-3/+1
* Run restorecon after init creates a symlink or writes to a file.Joel Galenson2017-11-291-1/+20
* Merge "init: wait_for_prop shouldn't run in a subcontext"Tom Cherry2017-10-191-1/+1
|\
| * init: wait_for_prop shouldn't run in a subcontextTom Cherry2017-10-181-1/+1
* | Merge "init: log failures if a service cannot start during class_start"Tom Cherry2017-10-031-1/+8
|\|
| * init: log failures if a service cannot start during class_startTom Cherry2017-10-031-1/+8
* | Merge "init: run vendor commands in a separate SELinux context"Tom Cherry2017-10-021-97/+100
|\|
| * init: run vendor commands in a separate SELinux contextTom Cherry2017-09-291-97/+100
* | Merge "init: add exec_background command"Tom Cherry2017-09-181-0/+14
|\|
| * Merge "init: add exec_background command"Tom Cherry2017-09-181-0/+14
| |\
| | * init: add exec_background commandTom Cherry2017-09-181-0/+14
* | | Merge "init: fix crash when reboot is triggered by a builtin"Tom Cherry2017-09-151-2/+2
|\| |
| * | init: fix crash when reboot is triggered by a builtinTom Cherry2017-09-151-2/+2
| |/
* | Merge "init: Allow clean system shutdown upon SIGTERM"Luis Hector Chavez2017-09-071-1/+0
|\|
| * init: Allow clean system shutdown upon SIGTERMLuis Hector Chavez2017-09-071-1/+0
* | Merge "init: add option to read file fully on readahead"Wei Wang2017-09-021-17/+42
|\|
| * init: add option to read file fully on readaheadWei Wang2017-09-011-17/+42
* | Merge "init: support setting rlimits per service"Tom Cherry2017-08-281-13/+4
|\|
| * init: support setting rlimits per serviceTom Cherry2017-08-281-13/+4
* | Merge changes I316c13e3,I4d99744d,Id9614b72,I7c98a0b7Tom Cherry2017-08-231-8/+17
|\|
| * init: enable error reporting of builtin functionsTom Cherry2017-08-231-0/+5
| * init: log Service failures via Result<T>Tom Cherry2017-08-231-6/+10
| * init: cleanup environment handlingTom Cherry2017-08-231-2/+2
| * init: use Result<T> for builtin functionsTom Cherry2017-08-141-233/+240
| * init: introduce Result<T> for return values and error handlingTom Cherry2017-08-141-31/+27
| * init: split security functions out of init.cppTom Cherry2017-08-141-25/+12
* | init: use Result<T> for builtin functionsTom Cherry2017-08-141-235/+244
* | init: introduce Result<T> for return values and error handlingTom Cherry2017-08-141-31/+27
* | Merge "init: split security functions out of init.cpp" into oc-dev-plus-aospTom Cherry2017-08-141-25/+12
|\ \
| * \ Merge "init: split security functions out of init.cpp" into oc-dev-plus-aospTom Cherry2017-08-141-25/+12
| |\ \ | | |/ | |/|
| | * init: split security functions out of init.cppTom Cherry2017-08-111-25/+12
* | | Merge "init: Add readahead built-in command" am: 12bd22badf am: 826bc7b507Wei Wang2017-08-111-1/+63
|\| |
| * | init: Add readahead built-in commandWei Wang2017-08-111-1/+63
| |/
* | Merge "init: use unique_fd in builtins.cpp" am: c34afb1cd5 am: 76756aa1ddTom Cherry2017-08-021-60/+38
|\|
| * init: use unique_fd in builtins.cppTom Cherry2017-08-011-60/+38
* | Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe am: 2a2a8d9ec0 am: b1c18af247Tom Cherry2017-08-011-20/+40
|\|
| * init: rename ServiceManager to ServiceList and clean it upTom Cherry2017-08-011-20/+21
| * init: move exec operations out of ServiceManagerTom Cherry2017-08-011-2/+21
* | Merge "init: remove Parser singleton and related cleanup" am: 379123f9ab am: ...Tom Cherry2017-07-281-13/+7
|\|