Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
6808767d1ecd5cca1af6938110b2ee58bf93efd1
/
init
a0f91e8
init: split property context into platform & non-platform components
by Sandeep Patil
· 8 years ago
795798d
bionic and init don't need to share knowledge of property file locations.
by Elliott Hughes
· 8 years ago
d0ff90a
Merge "Allow failing app through seccomp policy"
by Treehugger Robot
· 8 years ago
7dde4fa
Merge "boottime/init: Report ro.boottime.init* properties in milliseconds."
by James Hawkins
· 8 years ago
e4ddaa4
Allow failing app through seccomp policy
by Paul Lawrence
· 8 years ago
27c0522
boottime/init: Report ro.boottime.init* properties in milliseconds.
by James Hawkins
· 8 years ago
73f6e44
Allow __NR_perf_event_open
by Paul Lawrence
· 8 years ago
7a5db4e
init: split property context into platform & non-platform components
by Sandeep Patil
· 8 years ago
31b2a9d
Allow __NR_pipe for 32-bit processes
by Paul Lawrence
· 8 years ago
0a3c239
Merge "fs_mgr: support using libavb to enable dm-verity"
by Treehugger Robot
· 8 years ago
ca2da60
Ensure property_set connection sockets are CLOEXEC.
by Robert Sesek
· 8 years ago
b51722b
fs_mgr: support using libavb to enable dm-verity
by bowgotsai
· 8 years ago
c9bb033
Revert "Revert "New protocol for property_service""
by Dimitry Ivanov
· 8 years ago
17767ca
Merge "Revert "New protocol for property_service""
by Dimitry Ivanov
· 8 years ago
70c4ecf
Revert "New protocol for property_service"
by Dimitry Ivanov
· 8 years ago
9fd1190
Merge "Allow tkill"
by Treehugger Robot
· 8 years ago
1b3350e
Merge "Allow restart_syscall"
by Treehugger Robot
· 8 years ago
571cd23
Merge "init: add ro.boot.init_rc"
by Treehugger Robot
· 8 years ago
2e253cb
Allow tkill
by Colin Cross
· 8 years ago
47afc6b
Allow restart_syscall
by Colin Cross
· 8 years ago
dee4bd2
New protocol for property_service
by Dimitry Ivanov
· 8 years ago
44f7e4f
Move the kptr_restrict setting from init.rc to init.cpp.
by Dave Weinstein
· 8 years ago
8dbab35
Merge "Load default/build props from each partition"
by Treehugger Robot
· 8 years ago
cfb8800
Merge "Enable seccomp in init with generated policy"
by Treehugger Robot
· 8 years ago
de21de7
Load default/build props from each partition
by Jaekyun Seok
· 8 years ago
8e81cd6
Merge "Revert "init: split property context into platform & non-platform components""
by Jorim Jaggi
· 8 years ago
328cb5d
Revert "init: split property context into platform & non-platform components"
by Jorim Jaggi
· 8 years ago
b8e5553
Merge "init: split property context into platform & non-platform components"
by Treehugger Robot
· 8 years ago
959aeb1
init: add ro.boot.init_rc
by Hung-ying Tyan
· 8 years ago
4c5c9db
Merge "Revert "init: add ro.boot.init_rc""
by Tao Bao
· 8 years ago
01519a2
Revert "init: add ro.boot.init_rc"
by Tao Bao
· 8 years ago
0cf5e36
Merge "init: add ro.boot.init_rc"
by Treehugger Robot
· 8 years ago
5d05d0e
Merge "Move to .md files for even trivial documentation."
by Treehugger Robot
· 8 years ago
15f0f50
Move to .md files for even trivial documentation.
by Elliott Hughes
· 8 years ago
b0c3959
Remove "_host" and "_static" suffix from libsparse definition.
by Alex Deymo
· 8 years ago
7e6d30e
init: add ro.boot.init_rc
by Hung-ying Tyan
· 8 years ago
705353a
Remove "_static" and "_host" suffix from libext4_utils.
by Alex Deymo
· 8 years ago
db929bf
Enable seccomp in init with generated policy
by Paul Lawrence
· 8 years ago
871c306
init: split property context into platform & non-platform components
by Sandeep Patil
· 8 years ago
4a3b03e
Merge "init/service.cpp: fix access check for console"
by Treehugger Robot
· 8 years ago
8adb4d9
Send property_service AVC messages to the kernel audit system
by Nick Kralevich
· 8 years ago
24ef860
init/service.cpp: fix access check for console
by Adrian Salido
· 8 years ago
77f0e9f
init: Make 'write_file' return bool to match 'read_file'.
by Jorge Lucangeli Obes
· 8 years ago
0b8b230
Ask the user before wiping if crypto policy fails.
by Paul Crowley
· 8 years ago
8766ecb
Merge "Move init bootcharting onto its own thread."
by Elliott Hughes
· 8 years ago
a26a987
Revert "Compile sepolicy on-device at early boot."
by Daniel Cashman
· 8 years ago
c249794
Move init bootcharting onto its own thread.
by Elliott Hughes
· 8 years ago
2fae5d6
Compile sepolicy on-device at early boot.
by dcashman
· 8 years ago
044b18c
Merge "capabilities: Check ambient caps, last valid runtime cap."
by Treehugger Robot
· 8 years ago
f3f824e
capabilities: Check ambient caps, last valid runtime cap.
by Jorge Lucangeli Obes
· 8 years ago
4ee7861
Merge "Improve init bootcharting."
by Elliott Hughes
· 8 years ago
d9b9ebb
Merge "init: Specify the data wipe reason."
by Treehugger Robot
· 8 years ago
fdf1a54
init: Specify the data wipe reason.
by Tao Bao
· 8 years ago
a95e9af
Merge "Remove obsolete __BRILLO__ ifdef."
by Treehugger Robot
· 8 years ago
405da69
Remove obsolete __BRILLO__ ifdef.
by Jorge Lucangeli Obes
· 8 years ago
41d0b6d
Convert missed ERROR() to LOG(ERROR).
by dcashman
· 8 years ago
99dae54
Fix include order.
by Elliott Hughes
· 8 years ago
baccc40
Set mmap_rnd_bits to maximum value.
by Daniel Cashman
· 9 years ago
9596d2b
init/service.cpp: fix FD leak for services with consoles
by Nick Kralevich
· 8 years ago
a3641af
Improve init bootcharting.
by Elliott Hughes
· 8 years ago
422a512
Merge "The "net.change" property is no longer needed." am: e209ed7c44
by Elliott Hughes
· 8 years ago
e209ed7
Merge "The "net.change" property is no longer needed."
by Treehugger Robot
· 8 years ago
1f22788
Merge "init: service file command only opens existing files" am: bd3f42016d
by Mark Salyzyn
· 8 years ago
4f91581
The "net.change" property is no longer needed.
by Elliott Hughes
· 8 years ago
978fd0e
init: service file command only opens existing files
by Mark Salyzyn
· 8 years ago
8cf9d66
Merge "Replace the "coldboot" timeout with a property." am: e218fc673f
by Elliott Hughes
· 8 years ago
331cf2f
Replace the "coldboot" timeout with a property.
by Elliott Hughes
· 8 years ago
c746ecb
Merge "init: don't wait if we have more work to do" am: 32ee9fc24a
by Wei Wang
· 8 years ago
16db434
init: don't wait if we have more work to do
by Wei Wang
· 8 years ago
6501607
Merge "init: Fix sync issue on property trigger." am: 80d2f01fbf
by Elliott Hughes
· 8 years ago
b104c50
init: Fix sync issue on property trigger.
by caozhiyuan
· 8 years ago
c509c36
Merge "Revert "init: Reworked how we wait for COLDBOOT_DONE"" am: a10bd47d60
by Elliott Hughes
· 8 years ago
6be1d97
Merge "init: Reworked how we wait for COLDBOOT_DONE" am: 57c31d0f17
by Billy Lau
· 8 years ago
a452660
Revert "init: Reworked how we wait for COLDBOOT_DONE"
by Elliott Hughes
· 8 years ago
d36115e
init: Reworked how we wait for COLDBOOT_DONE
by Billy Lau
· 8 years ago
4b1a329
Merge "Revert "Revert "init: create /dev/urandom, /dev/random in first stage."""
by Evgenii Stepanov
· 8 years ago
102daa3
Revert "Revert "init: create /dev/urandom, /dev/random in first stage.""
by Evgenii Stepanov
· 8 years ago
5514c50
Merge "init: move empty string check to InitTriggers" am: 9bf10ff61e
by Wei Wang
· 8 years ago
9bf10ff
Merge "init: move empty string check to InitTriggers"
by Wei Wang
· 8 years ago
ffa3689
Merge "Add flags to restorecon_recursive to traverse filesystems" am: 5fbd1cfd34
by Paul Lawrence
· 8 years ago
5fbd1cf
Merge "Add flags to restorecon_recursive to traverse filesystems"
by Treehugger Robot
· 8 years ago
809dee5
Merge "libcutils: move cutils/files.h to cutils/android_get_control_file.h"
by Mark Salyzyn
· 8 years ago
8c41e79
Merge "libcutils: move cutils/files.h to cutils/android_get_control_file.h"
by Mark Salyzyn
· 8 years ago
93df4e1
init: move empty string check to InitTriggers
by Wei Wang
· 8 years ago
279f3d5
init: fix undefined behavior in ExecuteCommand am: d67a4abc64
by Wei Wang
· 8 years ago
3567c7c
Revert "Revert "init: warn slow action"" am: 8b1d526a72
by Wei Wang
· 8 years ago
2369b1e
Merge changes from topic 'slow_log'
by Wei Wang
· 8 years ago
52bd37e
libcutils: move cutils/files.h to cutils/android_get_control_file.h
by Mark Salyzyn
· 8 years ago
d67a4ab
init: fix undefined behavior in ExecuteCommand
by Wei Wang
· 8 years ago
a8d8434
Add flags to restorecon_recursive to traverse filesystems
by Paul Lawrence
· 8 years ago
d1d3bdd
Only restorecon CE storage after unlocked.
by Jeff Sharkey
· 8 years ago
8b1d526
Revert "Revert "init: warn slow action""
by Wei Wang
· 8 years ago
1700a16
Merge "init: fix memory leaks" am: a73ba879b1
by Ting-Yuan Huang
· 8 years ago
a73ba87
Merge "init: fix memory leaks"
by Treehugger Robot
· 8 years ago
09bd41d
init: fix memory leaks
by Ting-Yuan Huang
· 8 years ago
3ee9807
Merge "Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for."
by Elliott Hughes
· 8 years ago
f3e731b
Merge "Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for."
by Elliott Hughes
· 8 years ago
4286801
Merge "init: fix BuildTriggersString for empty string" am: 9b1d5e15ef
by Wei Wang
· 8 years ago
9b1d5e1
Merge "init: fix BuildTriggersString for empty string"
by Treehugger Robot
· 8 years ago
ea51695
Merge "Revert "init: warn slow action"" am: 431c489568
by Nick Desaulniers
· 8 years ago
Next »