Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
eef4cd7d08db22a93503936b58f3ed372a383dad
/
init
eef4cd7
Add odm sepolicy support to selinux.cpp
by kaichieh
· 7 years ago
30bf4b7
Merge "init: fix signal handling and LOG(FATAL) in child processes"
by Tom Cherry
· 7 years ago
459aa1c
Merge "init: support setting rlimits per service"
by Treehugger Robot
· 7 years ago
9bde0dc
Merge "init: log all failures of Service::Start()"
by Tom Cherry
· 7 years ago
7ac013d
init: support setting rlimits per service
by Tom Cherry
· 7 years ago
1ca8324
init: fix signal handling and LOG(FATAL) in child processes
by Tom Cherry
· 7 years ago
1ea19eb
Clarify SELinux service error message
by Nick Kralevich
· 7 years ago
702ca9a
init: log all failures of Service::Start()
by Tom Cherry
· 7 years ago
b1d93a8
Merge "init: do not load persistent properties from temporary /data"
by Tom Cherry
· 7 years ago
73e6b49
Switch /data/misc/reboot/last_reboot_reason to persistent property
by Mark Salyzyn
· 7 years ago
9951b79
init: do not load persistent properties from temporary /data
by Tom Cherry
· 7 years ago
9a38df3
Merge "init: Fix -DUSER_MODE_LINUX compilation"
by Treehugger Robot
· 7 years ago
c3bc509
init: Fix -DUSER_MODE_LINUX compilation
by Dmitry Shmidt
· 7 years ago
68f2a46
init: enable error reporting of builtin functions
by Tom Cherry
· 7 years ago
76af7e6
init: log Service failures via Result<T>
by Tom Cherry
· 7 years ago
130e3d7
init: pass errors from one Result<T> to another better
by Tom Cherry
· 7 years ago
6de21f1
init: cleanup environment handling
by Tom Cherry
· 7 years ago
4cea121
init: add log to time spent in waiting for file
by Wei Wang
· 7 years ago
c41b838
Fix use-after-free of stack-allocated temporary string.
by Andreas Huber
· 7 years ago
a1a6826
Merge "init: only set ro.boottime.<service> properties once." am: fe0607575d
by Tom Cherry
· 7 years ago
fe06075
Merge "init: only set ro.boottime.<service> properties once."
by Tom Cherry
· 7 years ago
6698195
Merge "ueventd: fix subsystem list logic issues" am: edf03e23bb
by Tom Cherry
· 7 years ago
edf03e2
Merge "ueventd: fix subsystem list logic issues"
by Tom Cherry
· 7 years ago
fed3373
init: only set ro.boottime.<service> properties once.
by Tom Cherry
· 7 years ago
9c8d6dd
ueventd: fix subsystem list logic issues
by Tom Cherry
· 7 years ago
ce23258
Merge "init: replace panic() with LOG(FATAL)" am: 57a89f3ba0
by Tom Cherry
· 7 years ago
57a89f3
Merge "init: replace panic() with LOG(FATAL)"
by Tom Cherry
· 7 years ago
ad42b33
Merge "init: fix copy/paste mistake" am: f85404521e
by Tom Cherry
· 7 years ago
f854045
Merge "init: fix copy/paste mistake"
by Treehugger Robot
· 7 years ago
d8db7ab
init: replace panic() with LOG(FATAL)
by Tom Cherry
· 7 years ago
94f3bcd
init: fix copy/paste mistake
by Tom Cherry
· 7 years ago
57f94aa
Merge "Skip unnecessary sleep during shutdown" am: e3e4ec7c97
by Wei Wang
· 7 years ago
8c00e42
Skip unnecessary sleep during shutdown
by Wei Wang
· 7 years ago
db640d8
Merge changes I7f00c5f0,Idc18f331,I1e7d3a88 am: 334929b525
by Tom Cherry
· 7 years ago
89bcc85
init: use Result<T> for the parsing functions
by Tom Cherry
· 7 years ago
557946e
init: use Result<T> for builtin functions
by Tom Cherry
· 7 years ago
11a3aee
init: introduce Result<T> for return values and error handling
by Tom Cherry
· 7 years ago
c317009
init: split security functions out of init.cpp
by Tom Cherry
· 7 years ago
0c8d6d2
init: split security functions out of init.cpp
by Tom Cherry
· 7 years ago
a105100
Merge "init: fix format issue" am: f95338f634
by Tom Cherry
· 7 years ago
f95338f
Merge "init: fix format issue"
by Treehugger Robot
· 7 years ago
826bc7b
Merge "init: Add readahead built-in command" am: 12bd22badf
by Wei Wang
· 7 years ago
1f87cd1
init: fix format issue
by Tom Cherry
· 7 years ago
542aae4
init: Add readahead built-in command
by Wei Wang
· 7 years ago
fb9deac
Merge changes If1cffa85,I9011a959 am: 30bd51c61f
by Tom Cherry
· 7 years ago
2a978d3
init: move property_service.cpp to libinit
by Tom Cherry
· 7 years ago
45a9d67
init: statically link libselinux to init_tests
by Tom Cherry
· 7 years ago
3df3ec3
Merge "ueventd: add test to ensure selabel_lookup() is thread safe"
by Tom Cherry
· 7 years ago
57ef66b
ueventd: add test to ensure selabel_lookup() is thread safe
by Tom Cherry
· 8 years ago
0908ca7
Merge "init: more unique_fd, less goto" am: 401c9cb330
by Tom Cherry
· 7 years ago
7c4609c
init: more unique_fd, less goto
by Tom Cherry
· 7 years ago
76756aa
Merge "init: use unique_fd in builtins.cpp" am: c34afb1cd5
by Tom Cherry
· 7 years ago
7037991
init: use unique_fd in builtins.cpp
by Tom Cherry
· 7 years ago
b1c18af
Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe am: 2a2a8d9ec0
by Tom Cherry
· 7 years ago
2a2a8d9
Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe
by Tom Cherry
· 7 years ago
911b9b1
init: rename ServiceManager to ServiceList and clean it up
by Tom Cherry
· 7 years ago
eeee831
init: move reaping from ServiceManager to signal_handler.cpp
by Tom Cherry
· 7 years ago
3b81f2d
init: move exec operations out of ServiceManager
by Tom Cherry
· 7 years ago
2542281
Merge "init: fix process restarting" am: eb3fa92191
by Tom Cherry
· 7 years ago
eb3fa92
Merge "init: fix process restarting"
by Tom Cherry
· 7 years ago
d269e3a
init: fix process restarting
by Tom Cherry
· 7 years ago
8b2e0e0
Merge "Allow the use of a custom Android DT directory" am: 6fa0884188
by Bo Hu
· 7 years ago
6fa0884
Merge "Allow the use of a custom Android DT directory"
by Bo Hu
· 7 years ago
bf4afbb
Merge "init: remove Parser singleton and related cleanup" am: 379123f9ab
by Tom Cherry
· 7 years ago
379123f
Merge "init: remove Parser singleton and related cleanup"
by Tom Cherry
· 7 years ago
c01022a
Allow the use of a custom Android DT directory
by Yu Ning
· 7 years ago
67dee62
init: remove Parser singleton and related cleanup
by Tom Cherry
· 7 years ago
9f030d8
Merge "init: shutdown services in the opposite order that they started"
by Tom Cherry
· 7 years ago
8e7942c
Merge "init: shutdown services in the opposite order that they started"
by Tom Cherry
· 7 years ago
f01f4e9
Merge "init: fix type of 2nd argument passed to prctl" am: 1b506c54c2
by Ben Fennema
· 7 years ago
a724360
init: fix type of 2nd argument passed to prctl
by Ben Fennema
· 7 years ago
2eada2a
Merge "init: only use signed-integer-overflow sanitizer" am: a19f481c8c
by Tom Cherry
· 7 years ago
5938379
init: shutdown services in the opposite order that they started
by Tom Cherry
· 7 years ago
2ffd65e
init: only use signed-integer-overflow sanitizer
by Tom Cherry
· 7 years ago
f7b315c
Merge "Remove LOCAL_CLANG and clang: true" am: 80ec81cf4b
by Lennart Wieboldt
· 7 years ago
80ec81c
Merge "Remove LOCAL_CLANG and clang: true"
by Treehugger Robot
· 7 years ago
22782a7
Merge "Do not umount roofs even if it is R/W." am: 43567e39dc
by Wei Wang
· 7 years ago
43567e3
Merge "Do not umount roofs even if it is R/W."
by Treehugger Robot
· 7 years ago
5a79972
Merge "init: add support for global seccomp boot option" am: 9f1980e2fc
by Steve Muckle
· 7 years ago
9f1980e
Merge "init: add support for global seccomp boot option"
by Treehugger Robot
· 7 years ago
a01c27e
Do not umount roofs even if it is R/W.
by Wei Wang
· 7 years ago
cd15fc7
Remove LOCAL_CLANG and clang: true
by Lennart Wieboldt
· 7 years ago
b0a6129
Merge "init: Fire shutdown trigger for thermal shutdown" am: 603cae8b48
by Wei Wang
· 7 years ago
af1a9bf
init: add support for global seccomp boot option
by Steve Muckle
· 8 years ago
1be2212
init: Fire shutdown trigger for thermal shutdown
by Wei Wang
· 7 years ago
9549d68
Merge "init: use delegating constructor for Service" am: ce3b2de809
by Tom Cherry
· 7 years ago
5d17d04
init: use delegating constructor for Service
by Tom Cherry
· 7 years ago
3f531ac
Merge changes from topic 'mke2fs_2' am: 176827e166
by Jin Qian
· 7 years ago
176827e
Merge changes from topic 'mke2fs_2'
by Treehugger Robot
· 7 years ago
0045697
init: require e2fsdroid and mke2fs when building init
by Jin Qian
· 8 years ago
278b15c
init: rename mke2fs tools with _static suffix
by Jin Qian
· 8 years ago
a064892
Merge "init: Do full shutdown even for thermal shutdown" am: d5b36f38ef
by Keun-young Park
· 8 years ago
d5b36f3
Merge "init: Do full shutdown even for thermal shutdown"
by Treehugger Robot
· 8 years ago
34d4d57
Merge "ueventd: fixup ueventd_test.cpp" am: 9aaf66b61f
by Tom Cherry
· 8 years ago
9aaf66b
Merge "ueventd: fixup ueventd_test.cpp"
by Tom Cherry
· 8 years ago
3017387
init: Do full shutdown even for thermal shutdown
by Keun-young Park
· 8 years ago
2ef572b
ueventd: fixup ueventd_test.cpp
by Tom Cherry
· 8 years ago
4e24aa2
Merge "dump stack before kill all" am: c13a2da2f4
by Keun-young Park
· 8 years ago
c13a2da
Merge "dump stack before kill all"
by Keun-young Park
· 8 years ago
c59b822
dump stack before kill all
by Keun-young Park
· 8 years ago
Next »