Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
a3cecf13d8ea4ee879e17146d5980e566283a276
/
init
8aee029
Merge "init: fix memory leaks"
by Treehugger Robot
· 8 years ago
6bc086c
init: fix memory leaks
by Ting-Yuan Huang
· 8 years ago
1aa897b
Merge "Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for."
by Elliott Hughes
· 8 years ago
cf1e474
Merge "init: fix BuildTriggersString for empty string"
by Treehugger Robot
· 8 years ago
563e013
Merge "Revert "init: warn slow action""
by Treehugger Robot
· 8 years ago
b05a404
init: fix BuildTriggersString for empty string
by Wei Wang
· 8 years ago
1c5fa22
Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for.
by Elliott Hughes
· 8 years ago
f3eb7b3
Revert "init: warn slow action"
by Nick Desaulniers
· 8 years ago
a832bce
Merge "Switch ueventd to sendfile(2)."
by Elliott Hughes
· 8 years ago
158fc4e
Merge "init start time tracking."
by Elliott Hughes
· 8 years ago
6d5fd49
Switch ueventd to sendfile(2).
by Elliott Hughes
· 8 years ago
66e1439
init start time tracking.
by Elliott Hughes
· 8 years ago
7468765
fix swapped min / max in priority parsing
by Keun-young Park
· 8 years ago
8943b48
Merge "Implement Reboot bootloader via bootloader_message"
by Treehugger Robot
· 8 years ago
c4714af
init: warn slow action
by Wei Wang
· 8 years ago
e8ecf44
init: errno handling in create_file
by Mark Salyzyn
· 8 years ago
22bd374
Implement Reboot bootloader via bootloader_message
by Vineela Tummalapalli
· 8 years ago
30c7c81
init: service file keyword
by Mark Salyzyn
· 8 years ago
463f692
init: Add support for ambient capabilities.
by Jorge Lucangeli Obes
· 8 years ago
fd2b99b
Merge "init: Put init in group AID_READPROC"
by Treehugger Robot
· 8 years ago
f784e09
Merge "Fix log for early_mount"
by Treehugger Robot
· 8 years ago
a24cf37
init: Put init in group AID_READPROC
by Nick Kralevich
· 8 years ago
43df3da
Fix log for early_mount
by Wei Wang
· 8 years ago
2398246
Log when bootcharting ends.
by Elliott Hughes
· 8 years ago
fcd34df
init: allow '.' and '@' in service names
by Iliyan Malchev
· 9 years ago
fc6faf8
init: account for "init.svc." prefix in IsValidName
by Iliyan Malchev
· 9 years ago
78f9d26
init: use libbootloader_message.
by Yabin Cui
· 9 years ago
e9355bf
Move off std::sto* function which abort on failure.
by Elliott Hughes
· 8 years ago
f20f27d
Update the header path for ext4_utils.
by Tao Bao
· 9 years ago
3dfc7a1
Traverse /etc/init in a well-defined order
by Glenn Kasten
· 9 years ago
a4021c3
Modify log level for service and ueventd
by Wei Wang
· 9 years ago
7e417e4
Log failed load_properties_from_file calls.
by Elliott Hughes
· 9 years ago
9dc0c8d
Split fstab mount into 2 phases
by Wei Wang
· 9 years ago
05b731c
Merge "Use android::base::Readlink in init."
by Treehugger Robot
· 9 years ago
962e8f3
Allow setting oom_score_adj for services spawned from init
by Marco Nelissen
· 9 years ago
41d0788
Use android::base::Readlink in init.
by Elliott Hughes
· 9 years ago
3e87e2b
Add description of 'namespace' option.
by Jorge Lucangeli Obes
· 9 years ago
ec325e8
Merge "Most accept/accept4 calls in system/core don't actually want the remote address."
by Elliott Hughes
· 9 years ago
5aefd33
Most accept/accept4 calls in system/core don't actually want the remote address.
by Elliott Hughes
· 9 years ago
8fb7f05
Merge "Mount /vendor and /odm early" am: 35569e9d68
by Hung-ying Tyan
· 9 years ago
d816f96
Mount /vendor and /odm early
by Hung-ying Tyan
· 9 years ago
2d28927
Merge "libcrypto_utils: convert to Soong." am: c1a9a21ffe
by Josh Gao
· 9 years ago
68b243e
Merge "libcrypto_utils: convert to Soong."
by Josh Gao
· 9 years ago
3ed07f4
libcrypto_utils: convert to Soong.
by Josh Gao
· 9 years ago
6b19901
Move init's kernel logging into libbase. am: 7bc87a5a78
by Elliott Hughes
· 9 years ago
bdb3ea6
Move init's kernel logging into libbase.
by Elliott Hughes
· 9 years ago
22af052
Merge "Have init kill the process group." am: 9a5300fcb8
by Elliott Hughes
· 9 years ago
8c3fc67
Have init kill the process group.
by Elliott Hughes
· 9 years ago
b5239cd
Merge \"Fix clang-tidy performance warnings in syste/core.\" am: 4efbce14b5
by Chih-Hung Hsieh
· 9 years ago
ad0b1d3
Merge "Fix clang-tidy performance warnings in syste/core."
by Treehugger Robot
· 9 years ago
5802ff2
Fix clang-tidy performance warnings in syste/core.
by Chih-Hung Hsieh
· 9 years ago
0c03087
Merge \"Fix google-explicit-constructor warnings in system/core.\"
by Chih-Hung Hsieh
· 9 years ago
2b44d25
Merge "Fix google-explicit-constructor warnings in system/core."
by Chih-hung Hsieh
· 9 years ago
3ced246
Merge \"ueventd: Remove verbose restorecon_recursive: message\" am: 345754313e
by Dmitry Shmidt
· 9 years ago
3a75e21
ueventd: Remove verbose restorecon_recursive: message
by Dmitry Shmidt
· 9 years ago
e118f91
Merge \"Fix early init logging.\" am: 6d232ab4de
by Elliott Hughes
· 9 years ago
75f4fda
Merge "Fix early init logging."
by Treehugger Robot
· 9 years ago
5db7bc5
Fix google-explicit-constructor warnings in system/core.
by Chih-Hung Hsieh
· 9 years ago
cc21f2a
Fix early init logging.
by Elliott Hughes
· 9 years ago
2b09ddc
Merge \"Improve init Service logging.\" am: c1d9ac1f85
by Elliott Hughes
· 9 years ago
dd1a774
Improve init Service logging.
by Elliott Hughes
· 9 years ago
e89416f
Merge \"init: select usb gadget controller at run time\" am: 916f5e873e
by Amit Pundir
· 9 years ago
7d34e8a
init: select usb gadget controller at run time
by Amit Pundir
· 9 years ago
082cfc0
Merge \"Refactor Service::Start method.\" am: 82d2bcc21e
by Jorge Lucangeli Obes
· 9 years ago
48a9849
Merge "Refactor Service::Start method."
by Treehugger Robot
· 9 years ago
8737af0
Refactor Service::Start method.
by Jorge Lucangeli Obes
· 9 years ago
21ab2be
Merge \"Make klog_fd thread-safe and make klog_init a no-op.\" am: 588b770063
by Elliott Hughes
· 9 years ago
303a42b
Make klog_fd thread-safe and make klog_init a no-op.
by Elliott Hughes
· 9 years ago
2ee45ff
Merge \"Rename \"Handle(r)\" to \"Parse(r)\" in Android init.\" am: b0d062a497
by Jorge Lucangeli Obes
· 9 years ago
48a5205
Rename "Handle(r)" to "Parse(r)" in Android init.
by Jorge Lucangeli Obes
· 9 years ago
5f82a5c
Merge \"init: Add option to run a service in a new PID/mount namespace.\"
by Jorge Lucangeli Obes
· 9 years ago
f111233
init: Add option to run a service in a new PID/mount namespace.
by Jorge Lucangeli Obes
· 9 years ago
b52bf33
resolve merge conflicts of 54c1219 to stage-aosp-master
by Elliott Hughes
· 9 years ago
495d0be
Move init to libbase logging.
by Elliott Hughes
· 9 years ago
add3cf6
Merge \"Remove MTD cruft from init.\" am: 90db709a2f
by Elliott Hughes
· 9 years ago
93a50a3
Remove MTD cruft from init.
by Elliott Hughes
· 9 years ago
4de9f12
Merge \"Remove more obsolete MTD stuff.\" am: aa9f37185f
by Elliott Hughes
· 9 years ago
eb37157
Merge "Remove more obsolete MTD stuff."
by Treehugger Robot
· 9 years ago
63de69a
Remove more obsolete MTD stuff.
by Elliott Hughes
· 9 years ago
05d2ce3
resolve merge conflicts of 66277db to stage-aosp-master
by Hung-ying Tyan
· 9 years ago
fffbace
Merge "Add -f to insmod"
by Hung-ying Tyan
· 9 years ago
d68a1db
Add -f to insmod
by Hung-ying Tyan
· 9 years ago
70eeb88
Merge \"Fix misc-macro-parentheses warnings in system/core.\" am: 495541c5bb
by Chih-Hung Hsieh
· 9 years ago
ec99ba6
Fix misc-macro-parentheses warnings in system/core.
by Chih-Hung Hsieh
· 9 years ago
7bb9fff
Merge \"init: report createProcessGroup failure.\" am: 2d690a920f
by Elliott Hughes
· 9 years ago
7bd90ed
init: report createProcessGroup failure.
by Elliott Hughes
· 9 years ago
2a0b01f
Merge \\"ueventd: only relabel devices if there\\'s a delta\\" am: 95428817d6
by William Roberts
· 9 years ago
ce9a0d6
Merge "ueventd: only relabel devices if there's a delta"
by Treehugger Robot
· 9 years ago
78f9778
Merge \\"init: expand arguments of services when they start\\" am: 86cd314af3
by Tom Cherry
· 9 years ago
cafe76d
Merge "init: expand arguments of services when they start"
by Tom Cherry
· 9 years ago
7f67e1c
Merge \\"Add process priority to service definition.\\" am: 14b00baaae
by Vitalii Tomkiv
· 9 years ago
24e8ffa
Add process priority to service definition.
by Vitalii Tomkiv
· 9 years ago
b79e607
Manually fix automerger error on 4ab7548 am: a6f1c46fa0
by Mark Salyzyn
· 9 years ago
16497ef
init: expand arguments of services when they start
by Tom Cherry
· 9 years ago
19192e7
init: Add support for ${x.y:-default} expansion
by Mark Salyzyn
· 9 years ago
2848f76
resolve merge conflicts of cea1d04 to nyc-dev-plus-aosp
by Elliott Hughes
· 9 years ago
972664a
use process groups for processes started by init
by Collin Mulliner
· 9 years ago
730c7df
ueventd: only relabel devices if there's a delta
by William Roberts
· 9 years ago
083d6f2
resolve merge conflicts of e845c04 to nyc-dev-plus-aosp
by Chih-Hung Hsieh
· 9 years ago
3548d13
Fix misc-macro-parentheses warnings in init and other core modules.
by Chih-Hung Hsieh
· 9 years ago
Next »