| Commit message (Expand) | Author | Age | Files | Lines |
* | Set property for metadata encryption on first boot | Paul Crowley | 2018-04-18 | 1 | -0/+1 |
* | Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery." | Paul Crowley | 2018-04-17 | 1 | -13/+33 |
* | Merge "Revert "If enablefilecrypto or init_user0 fails, reboot into recovery."" | Treehugger Robot | 2018-03-02 | 1 | -24/+11 |
|\ |
|
| * | Revert "If enablefilecrypto or init_user0 fails, reboot into recovery." | Paul Crowley | 2018-03-01 | 1 | -24/+11 |
* | | init: add host side parser for init | Tom Cherry | 2018-02-28 | 1 | -2/+4 |
* | | Merge "If enablefilecrypto or init_user0 fails, reboot into recovery." | Treehugger Robot | 2018-02-15 | 1 | -11/+24 |
|\| |
|
| * | If enablefilecrypto or init_user0 fails, reboot into recovery. | Paul Crowley | 2018-02-15 | 1 | -11/+24 |
* | | Move ActionManager to its own file | Tom Cherry | 2018-02-14 | 1 | -1/+1 |
* | | Merge "init: add TODO for mount operations." | Treehugger Robot | 2018-02-05 | 1 | -0/+4 |
|\ \ |
|
| * | | init: add TODO for mount operations. | Tom Cherry | 2018-02-05 | 1 | -0/+4 |
| |/ |
|
* / | Use vold's mount with metadata encryption service. | Paul Crowley | 2018-02-01 | 1 | -4/+6 |
|/ |
|
* | Make vendor_init check SELinux before setting properties | Tom Cherry | 2018-01-22 | 1 | -3/+1 |
* | Run restorecon after init creates a symlink or writes to a file. | Joel Galenson | 2017-11-29 | 1 | -1/+20 |
* | Merge "init: wait_for_prop shouldn't run in a subcontext" | Tom Cherry | 2017-10-19 | 1 | -1/+1 |
|\ |
|
| * | init: wait_for_prop shouldn't run in a subcontext | Tom Cherry | 2017-10-18 | 1 | -1/+1 |
* | | Merge "init: log failures if a service cannot start during class_start" | Tom Cherry | 2017-10-03 | 1 | -1/+8 |
|\| |
|
| * | init: log failures if a service cannot start during class_start | Tom Cherry | 2017-10-03 | 1 | -1/+8 |
* | | Merge "init: run vendor commands in a separate SELinux context" | Tom Cherry | 2017-10-02 | 1 | -97/+100 |
|\| |
|
| * | init: run vendor commands in a separate SELinux context | Tom Cherry | 2017-09-29 | 1 | -97/+100 |
* | | Merge "init: add exec_background command" | Tom Cherry | 2017-09-18 | 1 | -0/+14 |
|\| |
|
| * | Merge "init: add exec_background command" | Tom Cherry | 2017-09-18 | 1 | -0/+14 |
| |\ |
|
| | * | init: add exec_background command | Tom Cherry | 2017-09-18 | 1 | -0/+14 |
* | | | Merge "init: fix crash when reboot is triggered by a builtin" | Tom Cherry | 2017-09-15 | 1 | -2/+2 |
|\| | |
|
| * | | init: fix crash when reboot is triggered by a builtin | Tom Cherry | 2017-09-15 | 1 | -2/+2 |
| |/ |
|
* | | Merge "init: Allow clean system shutdown upon SIGTERM" | Luis Hector Chavez | 2017-09-07 | 1 | -1/+0 |
|\| |
|
| * | init: Allow clean system shutdown upon SIGTERM | Luis Hector Chavez | 2017-09-07 | 1 | -1/+0 |
* | | Merge "init: add option to read file fully on readahead" | Wei Wang | 2017-09-02 | 1 | -17/+42 |
|\| |
|
| * | init: add option to read file fully on readahead | Wei Wang | 2017-09-01 | 1 | -17/+42 |
* | | Merge "init: support setting rlimits per service" | Tom Cherry | 2017-08-28 | 1 | -13/+4 |
|\| |
|
| * | init: support setting rlimits per service | Tom Cherry | 2017-08-28 | 1 | -13/+4 |
* | | Merge changes I316c13e3,I4d99744d,Id9614b72,I7c98a0b7 | Tom Cherry | 2017-08-23 | 1 | -8/+17 |
|\| |
|
| * | init: enable error reporting of builtin functions | Tom Cherry | 2017-08-23 | 1 | -0/+5 |
| * | init: log Service failures via Result<T> | Tom Cherry | 2017-08-23 | 1 | -6/+10 |
| * | init: cleanup environment handling | Tom Cherry | 2017-08-23 | 1 | -2/+2 |
| * | init: use Result<T> for builtin functions | Tom Cherry | 2017-08-14 | 1 | -233/+240 |
| * | init: introduce Result<T> for return values and error handling | Tom Cherry | 2017-08-14 | 1 | -31/+27 |
| * | init: split security functions out of init.cpp | Tom Cherry | 2017-08-14 | 1 | -25/+12 |
* | | init: use Result<T> for builtin functions | Tom Cherry | 2017-08-14 | 1 | -235/+244 |
* | | init: introduce Result<T> for return values and error handling | Tom Cherry | 2017-08-14 | 1 | -31/+27 |
* | | Merge "init: split security functions out of init.cpp" into oc-dev-plus-aosp | Tom Cherry | 2017-08-14 | 1 | -25/+12 |
|\ \ |
|
| * \ | Merge "init: split security functions out of init.cpp" into oc-dev-plus-aosp | Tom Cherry | 2017-08-14 | 1 | -25/+12 |
| |\ \
| | |/
| |/| |
|
| | * | init: split security functions out of init.cpp | Tom Cherry | 2017-08-11 | 1 | -25/+12 |
* | | | Merge "init: Add readahead built-in command" am: 12bd22badf am: 826bc7b507 | Wei Wang | 2017-08-11 | 1 | -1/+63 |
|\| | |
|
| * | | init: Add readahead built-in command | Wei Wang | 2017-08-11 | 1 | -1/+63 |
| |/ |
|
* | | Merge "init: use unique_fd in builtins.cpp" am: c34afb1cd5 am: 76756aa1dd | Tom Cherry | 2017-08-02 | 1 | -60/+38 |
|\| |
|
| * | init: use unique_fd in builtins.cpp | Tom Cherry | 2017-08-01 | 1 | -60/+38 |
* | | Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe am: 2a2a8d9ec0 am: b1c18af247 | Tom Cherry | 2017-08-01 | 1 | -20/+40 |
|\| |
|
| * | init: rename ServiceManager to ServiceList and clean it up | Tom Cherry | 2017-08-01 | 1 | -20/+21 |
| * | init: move exec operations out of ServiceManager | Tom Cherry | 2017-08-01 | 1 | -2/+21 |
* | | Merge "init: remove Parser singleton and related cleanup" am: 379123f9ab am: ... | Tom Cherry | 2017-07-28 | 1 | -13/+7 |
|\| |
|