Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
fda1bb9e11244d263364fcaa47375348aaba5bcf
fda1bb9
am ba95be58: init: Fix memory corruption when sanitizing platform paths
by Christopher R. Palmer
· 10 years ago
ba95be5
init: Fix memory corruption when sanitizing platform paths
by Christopher R. Palmer
· 11 years ago
ec8e7e2
am 7208a015: Merge "Mutex: add timedLock() method"
by Jesse Hall
· 10 years ago
7208a01
Merge "Mutex: add timedLock() method"
by Jesse Hall
· 10 years ago
601424a
Mutex: add timedLock() method
by Jesse Hall
· 10 years ago
28175b0
am fdb3da59: Merge "Use getmntent when accessing /proc/mounts."
by Yabin Cui
· 10 years ago
fdb3da5
Merge "Use getmntent when accessing /proc/mounts."
by Yabin Cui
· 10 years ago
e8f0971
am 4f8fa5ba: Merge "Fix disable-verity when the underlying block device is RO"
by Sami Tolvanen
· 10 years ago
4f8fa5b
Merge "Fix disable-verity when the underlying block device is RO"
by Sami Tolvanen
· 10 years ago
d6bd9bf
Use getmntent when accessing /proc/mounts.
by Yabin Cui
· 10 years ago
13449cd
Fix disable-verity when the underlying block device is RO
by Sami Tolvanen
· 10 years ago
aeeaee5
am e892279b: Merge "liblog: Add log_time += operator"
by Mark Salyzyn
· 10 years ago
e892279
Merge "liblog: Add log_time += operator"
by Mark Salyzyn
· 10 years ago
decd929
liblog: Add log_time += operator
by Mark Salyzyn
· 10 years ago
9c359a3
am 69159ba0: Merge "Fix missing #includes in system/core."
by Elliott Hughes
· 10 years ago
69159ba
Merge "Fix missing #includes in system/core."
by Elliott Hughes
· 10 years ago
0badbd6
Fix missing #includes in system/core.
by Elliott Hughes
· 10 years ago
7010c4a
am 2978ad4c: Merge "Remove two obsolete files."
by Elliott Hughes
· 10 years ago
2978ad4
Merge "Remove two obsolete files."
by Elliott Hughes
· 10 years ago
2215309
Remove two obsolete files.
by Elliott Hughes
· 10 years ago
b01c52a
am d106305f: Merge "Lose getenforce and setenforce to toybox."
by Elliott Hughes
· 10 years ago
d106305
Merge "Lose getenforce and setenforce to toybox."
by Elliott Hughes
· 10 years ago
2e67705
Lose getenforce and setenforce to toybox.
by Elliott Hughes
· 10 years ago
4138f9d
am dbe49757: Merge "Lose netstat to toybox."
by Elliott Hughes
· 10 years ago
dbe4975
Merge "Lose netstat to toybox."
by Elliott Hughes
· 10 years ago
7e3879e
Lose netstat to toybox.
by Elliott Hughes
· 10 years ago
6d70f46
am 4d1d2cae: Merge "#include <arpa/inet.h> for htonl."
by Elliott Hughes
· 10 years ago
4d1d2ca
Merge "#include <arpa/inet.h> for htonl."
by Elliott Hughes
· 10 years ago
c184d56
#include <arpa/inet.h> for htonl.
by Elliott Hughes
· 10 years ago
921e4e1
am d06e8921: Merge "Disable clang optimization that has segmentation fault."
by Chih-Hung Hsieh
· 10 years ago
d06e892
Merge "Disable clang optimization that has segmentation fault."
by Chih-Hung Hsieh
· 10 years ago
c83d3a3
Disable clang optimization that has segmentation fault.
by Chih-Hung Hsieh
· 10 years ago
9332f9c
am 12677383: Merge "Lose mv to toybox."
by Elliott Hughes
· 10 years ago
1267738
Merge "Lose mv to toybox."
by Elliott Hughes
· 10 years ago
a264cca
Lose mv to toybox.
by Elliott Hughes
· 10 years ago
37dc409
am 300a85e5: Merge "Lose rm to toybox."
by Elliott Hughes
· 10 years ago
300a85e
Merge "Lose rm to toybox."
by Elliott Hughes
· 10 years ago
1d0c3fb
am cc825ae7: Merge "Lose cp to toybox."
by Elliott Hughes
· 10 years ago
dc74ad2
am 700a9570: Merge "Lose ln to toybox."
by Elliott Hughes
· 10 years ago
fdab0f5
Lose rm to toybox.
by Elliott Hughes
· 10 years ago
cc825ae
Merge "Lose cp to toybox."
by Elliott Hughes
· 10 years ago
b3fa826
Lose cp to toybox.
by Elliott Hughes
· 10 years ago
700a957
Merge "Lose ln to toybox."
by Elliott Hughes
· 10 years ago
4592237
am a7e6dbd3: Merge "Lose rmdir to toybox."
by Elliott Hughes
· 10 years ago
ae96efc
Lose ln to toybox.
by Elliott Hughes
· 10 years ago
9e69ee9
am 8dc9777b: Merge "Lose mkdir to toybox."
by Elliott Hughes
· 10 years ago
a7e6dbd
Merge "Lose rmdir to toybox."
by Elliott Hughes
· 10 years ago
ff60f7c
Lose rmdir to toybox.
by Elliott Hughes
· 10 years ago
8dc9777
Merge "Lose mkdir to toybox."
by Elliott Hughes
· 10 years ago
de4fd83
Lose mkdir to toybox.
by Elliott Hughes
· 10 years ago
d57e0d5
am 8641daee: Merge "Lose chcon to toybox."
by Elliott Hughes
· 10 years ago
8641dae
Merge "Lose chcon to toybox."
by Elliott Hughes
· 10 years ago
2f5d6d3
Lose chcon to toybox.
by Elliott Hughes
· 10 years ago
f8328e7
am 0e74cfb6: Merge "Fix references to HAVE_PRCTL."
by Elliott Hughes
· 10 years ago
0e74cfb
Merge "Fix references to HAVE_PRCTL."
by Elliott Hughes
· 10 years ago
292ccd3
Fix references to HAVE_PRCTL.
by Elliott Hughes
· 10 years ago
27484f2
am fae953eb: Merge "HAVE_ANDROID_OS implies that you have <pthread.h> and <sched.h>."
by Elliott Hughes
· 10 years ago
fae953e
Merge "HAVE_ANDROID_OS implies that you have <pthread.h> and <sched.h>."
by Elliott Hughes
· 10 years ago
6acf3d7
HAVE_ANDROID_OS implies that you have <pthread.h> and <sched.h>.
by Elliott Hughes
· 10 years ago
3be2d3d
am 48d7489e: Merge "Fix build with clang"
by Chih-hung Hsieh
· 10 years ago
48d7489
Merge "Fix build with clang"
by Chih-hung Hsieh
· 10 years ago
2bd4124
Fix build with clang
by Bernhard Rosenkränzer
· 10 years ago
ac2bf29
am 53432b46: Merge "fix memory leak in copy_remote_dir_local"
by Riley Andrews
· 10 years ago
53432b4
Merge "fix memory leak in copy_remote_dir_local"
by Riley Andrews
· 10 years ago
4d04d24
fix memory leak in copy_remote_dir_local
by Riley Andrews
· 10 years ago
dd2fe64
am 1f5cad5b: Merge "Cleanup libsparse Android.mk"
by Elliott Hughes
· 10 years ago
4a8a723
am 0ccde5f9: Merge "Cleanup fastbootd Android.mk"
by Elliott Hughes
· 10 years ago
18d81c6
am 48a941ce: Merge "Cleanup libbacktrace Android.mk"
by Elliott Hughes
· 10 years ago
1f5cad5
Merge "Cleanup libsparse Android.mk"
by Elliott Hughes
· 10 years ago
0ccde5f
Merge "Cleanup fastbootd Android.mk"
by Elliott Hughes
· 10 years ago
48a941c
Merge "Cleanup libbacktrace Android.mk"
by Elliott Hughes
· 10 years ago
5f0c32c
Cleanup fastbootd Android.mk
by Trevor Drake
· 10 years ago
5e4d0a5
Cleanup libbacktrace Android.mk
by Trevor Drake
· 10 years ago
a840300
Cleanup libsparse Android.mk
by Trevor Drake
· 10 years ago
f404c64
am ffe4d9cd: Merge "toybox has md5sum, so lose toolbox\'s md5."
by Elliott Hughes
· 10 years ago
ffe4d9c
Merge "toybox has md5sum, so lose toolbox's md5."
by Elliott Hughes
· 10 years ago
014ab46
toybox has md5sum, so lose toolbox's md5.
by Elliott Hughes
· 10 years ago
977b841
am da4f30c5: Merge "Remove incompatible Unicode compatibility types."
by Dan Albert
· 10 years ago
3e49bbc
am efd482f5: Merge "Lose mknod to toybox."
by Elliott Hughes
· 10 years ago
da4f30c
Merge "Remove incompatible Unicode compatibility types."
by Dan Albert
· 10 years ago
efd482f
Merge "Lose mknod to toybox."
by Elliott Hughes
· 10 years ago
71cf21f
Lose mknod to toybox.
by Elliott Hughes
· 10 years ago
e1d5ce1
am d1090ea0: Merge "Make crasher smash-stack work."
by Yabin Cui
· 10 years ago
d1090ea
Merge "Make crasher smash-stack work."
by Yabin Cui
· 10 years ago
2331b95
Make crasher smash-stack work.
by Yabin Cui
· 10 years ago
4f5fdde
am fc383879: Merge "Remove toolbox hd."
by Elliott Hughes
· 10 years ago
fc38387
Merge "Remove toolbox hd."
by Elliott Hughes
· 10 years ago
c6251d8
Remove toolbox hd.
by Elliott Hughes
· 10 years ago
9449bd6
am 8386e134: Merge "Fix clang compiler warning."
by Chih-Hung Hsieh
· 10 years ago
8386e13
Merge "Fix clang compiler warning."
by Chih-Hung Hsieh
· 10 years ago
8313ddd
am 81784ae8: Merge "Lose chmod to toybox."
by Elliott Hughes
· 10 years ago
81784ae
Merge "Lose chmod to toybox."
by Elliott Hughes
· 10 years ago
59970e7
Fix clang compiler warning.
by Chih-Hung Hsieh
· 10 years ago
98c80a0
Lose chmod to toybox.
by Elliott Hughes
· 10 years ago
d3653c9
am 3570072c: Merge "Use full qualified name in macros."
by Chih-Hung Hsieh
· 10 years ago
3570072
Merge "Use full qualified name in macros."
by Chih-Hung Hsieh
· 10 years ago
c777f21
Use full qualified name in macros.
by Chih-Hung Hsieh
· 10 years ago
6984e6d
am de180fc2: Merge "Remove unused local variable."
by Chih-Hung Hsieh
· 10 years ago
4108bcc
am 4fca5918: audio: add usage "virtual source" to audio attributes.
by Eric Laurent
· 10 years ago
de180fc
Merge "Remove unused local variable."
by Chih-Hung Hsieh
· 10 years ago
Next »