Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
cd63cae6b206a067fab1afe78f7647f1f2cb1513
/
init
/
builtins.cpp
832f9f1
Revert "init: handle property service callbacks asynchronously"
by Tom Cherry
· 5 years ago
7205c62
init: handle property service callbacks asynchronously
by Tom Cherry
· 5 years ago
15e4f6f
Merge "Don't log userspace_reboot.started/finished properties from init"
by Nikita Ioffe
· 5 years ago
85ff4ab
Don't log userspace_reboot.started/finished properties from init
by Nikita Ioffe
· 5 years ago
cecebbb
Convert system/core to Result::ok()
by Bernie Innocenti
· 5 years ago
4a787d9
Whitelist reboot reasons related to userspace reboot failure
by Nikita Ioffe
· 5 years ago
90c523b
Give x permission on apex data directories.
by Oli Lan
· 5 years ago
05506f0
Don't reboot into recovery during userspace reboot
by Nikita Ioffe
· 5 years ago
dc51672
Change ownership of apex data directories to root.
by Oli Lan
· 6 years ago
3b2dbe9
Update linkerconfig to target out directory
by Kiyoung Kim
· 6 years ago
e4d3f21
Generate linkerconfig per mount namespaces
by Kiyoung Kim
· 6 years ago
13e51e7
Create DE_sys APEX data directories.
by Oli Lan
· 6 years ago
abd5046
Merge "Remove service defined in an APEX during userspace reboot"
by Nikita Ioffe
· 6 years ago
091c4d1
Remove service defined in an APEX during userspace reboot
by Nikita Ioffe
· 6 years ago
c88d8f9
init: Replace property_set() with android::base::SetProperty()
by Tom Cherry
· 6 years ago
1f40c94
FscryptInstallKeyring: don't re-create keyring if it's already created
by Nikita Ioffe
· 6 years ago
23dbd6d
Make userspace_reboot.in_progress sysprop-as-api
by Nikita Ioffe
· 6 years ago
c0df187
Add sysprops for start & end of userspace reboot
by Nikita Ioffe
· 6 years ago
18278d2
init: make triggering shutdown from vendor_init better
by Tom Cherry
· 6 years ago
63898aa
userspace reboot: don't re-install keyring when remounting userdata
by Nikita Ioffe
· 6 years ago
68258e8
Make encryption action an argument to mkdir
by Paul Crowley
· 6 years ago
12a3607
Userspace reboot: Support remounting userdata for f2fs
by Nikita Ioffe
· 6 years ago
0dbfea7
init: trigger shutdown directly from builtins
by Tom Cherry
· 6 years ago
60971e6
init: add reboot_on_failure service option
by Tom Cherry
· 6 years ago
1ab3dfc
Reland^2: "init: run property service in a thread"
by Tom Cherry
· 6 years ago
7896e7a
init: add exec_reboot_on_failure builtin
by Tom Cherry
· 6 years ago
4adbd29
Merge "Revert "Reland: "init: run property service in a thread"""
by Tom Cherry
· 6 years ago
3da2ba6
Revert "Reland: "init: run property service in a thread""
by Tom Cherry
· 6 years ago
34f2537
Merge "Reland: "init: run property service in a thread""
by Tom Cherry
· 6 years ago
309d6dd
Merge changes I1c1445ba,Ic0c8b163
by Paul Crowley
· 6 years ago
8efca4b
Reland: "init: run property service in a thread"
by Tom Cherry
· 6 years ago
e3cd3ba
Merge "Move fscrypt_init_extensions into system/core"
by Treehugger Robot
· 6 years ago
1b4e732
Straighten out do_mkdir
by Paul Crowley
· 6 years ago
285e5d6
Convert fscrypt_set_directory_policy to C++
by Paul Crowley
· 6 years ago
052f31c
Move fscrypt_init_extensions into system/core
by Paul Crowley
· 6 years ago
f451426
Revert "init: run property service in a thread"
by Tom Cherry
· 6 years ago
26f5e7d
init: run property service in a thread
by Tom Cherry
· 6 years ago
3707d32
Revert "init: Handle properties in the background of calling fs_mgr"
by Tom Cherry
· 6 years ago
e269a72
Merge "init: ignore ENOENT from fewer builtins"
by Tom Cherry
· 6 years ago
4772f1d
init: check the arguments of builtins during the build
by Tom Cherry
· 6 years ago
d17c379
init: ignore ENOENT from fewer builtins
by Tom Cherry
· 6 years ago
d52a5b3
init: simplify keyword_map
by Tom Cherry
· 6 years ago
728586f
Ignore class_{reset|start}_post_data on non-updatable APEX.
by Martijn Coenen
· 6 years ago
247ffbf
Fix a few clang-tidy issues and add NOLINT for others
by Tom Cherry
· 6 years ago
9c4fa66
init: fix to avoid loading apex *.rc files twice
by Jooyung Han
· 6 years ago
f1a044b
init: clean up host_init_stubs a bit
by Tom Cherry
· 6 years ago
172c83f
init: remove last init.cpp global
by Tom Cherry
· 6 years ago
2aeb1ad
Split out ServiceList and ServiceParser from service.cpp/.h
by Tom Cherry
· 6 years ago
71bdf28
init: Handle properties in the background of calling fs_mgr
by Tom Cherry
· 6 years ago
b3093ff
Merge "Read *.rc files from flattened APEX"
by Treehugger Robot
· 6 years ago
bbcbc2f
init: replace Result<Success> with Result<void>
by Tom Cherry
· 6 years ago
d2217b5
Read *.rc files from flattened APEX
by Jiyong Park
· 6 years ago
92c236e
init: Refactor selinux.h/cpp
by Vic Yang
· 6 years ago
3041a51
init: don't import rc files during mount_all after Q
by Tom Cherry
· 6 years ago
acc45aa
class_start_post_data also starts disabled services.
by Martijn Coenen
· 6 years ago
fc78be2
Merge "Support for stopping/starting post-data-mount class subsets."
by Martijn Coenen
· 6 years ago
70788f9
Support for stopping/starting post-data-mount class subsets.
by Martijn Coenen
· 6 years ago
f7545ce
Vboot1.0: remove code to read verity state in userspace
by Tom Cherry
· 6 years ago
990483d
init: do not fork before doing (u)mount_all()
by Tom Cherry
· 6 years ago
402633d
init: add umount_all builtin.
by Yifan Hong
· 6 years ago
7b4801a
Don't bind-mount bionic files
by Jiyong Park
· 6 years ago
dcbaf9f
Activate system APEXes early
by Jiyong Park
· 6 years ago
cf80b6d
Refactor fs_mgr_update_verity_state()
by Tom Cherry
· 6 years ago
54ea49b
Merge "Add android::fs_mgr namespace for new Fstab code"
by Tom Cherry
· 6 years ago
a3530e6
Add android::fs_mgr namespace for new Fstab code
by Tom Cherry
· 6 years ago
6866041
Proper mount namespace configuration for bionic
by Jiyong Park
· 6 years ago
8b73dfc
Revert "Bionic libs and the dynamic linker are bind mounted"
by Jiyong Park
· 6 years ago
b43440b
Merge "init: Add support for GSI installations in first-stage mount."
by David Anderson
· 6 years ago
0e330f1
init: Add support for GSI installations in first-stage mount.
by David Anderson
· 7 years ago
3b316ee
Load build sysprops early
by Jiyong Park
· 6 years ago
2599088
Bionic libs and the dynamic linker are bind mounted
by Jiyong Park
· 7 years ago
ca00b0e
Add conditional class starting
by Daniel Rosenberg
· 7 years ago
23319eb
Start using new C++ Fstab class widely
by Tom Cherry
· 7 years ago
02eff5c
Update fs_mgr_update_verity_state() for new C++ Fstab
by Tom Cherry
· 7 years ago
3055457
Convert fs_mgr_swapon_all() to use the new Fstab struct
by Tom Cherry
· 7 years ago
f169f72
Don't fail when no glob match
by Jiyong Park
· 7 years ago
80aa447
Add support for updatable services
by Jiyong Park
· 7 years ago
c240440
init parses *.rc files from APEXes
by Jiyong Park
· 7 years ago
f05da4a
init: use libfscrypt for file-based encryption setup
by Eric Biggers
· 7 years ago
d987264
init: add [[nodiscard]] to Result
by Tom Cherry
· 7 years ago
612d7a4
builtins: interface_{start, stop, restart}
by Steven Moreland
· 7 years ago
def2499
Merge "Set property for metadata encryption on first boot"
by Treehugger Robot
· 7 years ago
e383334
Set property for metadata encryption on first boot
by Paul Crowley
· 7 years ago
c73b215
Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery."
by Paul Crowley
· 7 years ago
b9ee9ab
Merge "Revert "If enablefilecrypto or init_user0 fails, reboot into recovery.""
by Treehugger Robot
· 7 years ago
e242a97
Revert "If enablefilecrypto or init_user0 fails, reboot into recovery."
by Paul Crowley
· 7 years ago
de6bd50
init: add host side parser for init
by Tom Cherry
· 7 years ago
851803d
Merge "If enablefilecrypto or init_user0 fails, reboot into recovery."
by Treehugger Robot
· 7 years ago
959b055
If enablefilecrypto or init_user0 fails, reboot into recovery.
by Paul Crowley
· 7 years ago
7fd3bc2
Move ActionManager to its own file
by Tom Cherry
· 7 years ago
94e9305
Merge "init: add TODO for mount operations."
by Treehugger Robot
· 7 years ago
880d566
init: add TODO for mount operations.
by Tom Cherry
· 7 years ago
c684696
Use vold's mount with metadata encryption service.
by Paul Crowley
· 7 years ago
3222848
Make vendor_init check SELinux before setting properties
by Tom Cherry
· 7 years ago
4b591f1
Run restorecon after init creates a symlink or writes to a file.
by Joel Galenson
· 8 years ago
cadc34f
Merge "init: wait_for_prop shouldn't run in a subcontext" am: 6e52973623
by Tom Cherry
· 8 years ago
fa3e52c
init: wait_for_prop shouldn't run in a subcontext
by Tom Cherry
· 8 years ago
5c00898
Merge "init: log failures if a service cannot start during class_start"
by Tom Cherry
· 8 years ago
20acdef
init: log failures if a service cannot start during class_start
by Tom Cherry
· 8 years ago
821cb5e
Merge "init: run vendor commands in a separate SELinux context" am: 8e09b0b953
by Tom Cherry
· 8 years ago
Next »