Nick Kralevich
cee683e290
builtins: remove setenforce command
...
Adding "setenforce 0" to init.rc isn't a supported way to turn off
SELinux, and doesn't work with AOSP SELinux policy. Remove the code
from init.
Change-Id: If8c8149560789c9a7ba518a0a100e6033bb68898
2015-03-11 17:48:45 -07:00
Elliott Hughes
0a92c8c479
Merge "Fix a printf format string (caught by clang but not GCC)."
2015-03-11 19:32:47 +00:00
Elliott Hughes
58c3bacc38
Fix a printf format string (caught by clang but not GCC).
...
Change-Id: I665756615eef74b05ef92f5865d910f29ead0695
2015-03-11 12:31:53 -07:00
Elliott Hughes
a4d98484a2
Merge "Implement exec."
2015-03-11 18:20:29 +00:00
Sami Tolvanen
9fabbbfb03
Merge "Do not call libcutils property_set in init through libfs_mgr"
2015-03-11 09:14:55 +00:00
Greg Hackmann
54352700c7
Merge "libadf: enable -Werror"
2015-03-11 00:00:34 +00:00
Greg Hackmann
bf36cc57c3
Merge "libadf: tests: fix signed/unsigned comparison warnings"
2015-03-10 23:59:45 +00:00
Greg Hackmann
e6b793c7b0
libadf: enable -Werror
...
Bug: 19606869
Change-Id: If2ea55732e71e8288641b6b34d229b367fd3fb3b
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2015-03-10 15:14:38 -07:00
Greg Hackmann
39b0c1c67d
libadf: tests: fix signed/unsigned comparison warnings
...
Bug: 19606869
Change-Id: I29cfa363b6640cc13973c1023d2f4ea1a97e3af2
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2015-03-10 15:14:38 -07:00
Dimitry Ivanov
ddd97cafb8
am b27bd948: Merge "Generate gnu hash for arm only"
...
* commit 'b27bd94896dcfd94940e65a2438dc6a337c03038':
Generate gnu hash for arm only
2015-03-10 16:56:42 +00:00
Dimitry Ivanov
b27bd94896
Merge "Generate gnu hash for arm only"
2015-03-10 16:51:37 +00:00
Goran Jakovljevic
3947d5da3f
Generate gnu hash for arm only
...
Fixes mips build failure caused by:
https://android-review.googlesource.com/#/c/139580/
As previously discussed [1], MIPS does not support GNU-style ELF hashes.
[1] https://android-review.googlesource.com/#/c/49282/2/tests/Android.mk
Change-Id: I757fef1d47663da3e414f5771dfc580ea7aa3732
2015-03-10 09:47:23 -07:00
Elliott Hughes
d3e877f81a
am ad571cdd: Merge "Add backtrace support for mips64."
...
* commit 'ad571cdd2ce8c85f92ed87e021c94569b24fc7c1':
Add backtrace support for mips64.
2015-03-10 15:03:41 +00:00
Elliott Hughes
1f90933450
am ed5b81c9: Merge "Fix LP32 build."
...
* commit 'ed5b81c9e59c0a6c618f43964a4a2639448c0686':
Fix LP32 build.
2015-03-10 15:03:41 +00:00
Elliott Hughes
8576aa055c
am 9cce837d: Merge "Increase output width for wchan and pc on 64 bit targets."
...
* commit '9cce837d025d05a07a3b91cf23337a7b688c3eb9':
Increase output width for wchan and pc on 64 bit targets.
2015-03-10 15:03:40 +00:00
Dmitriy Ivanov
4c37448f79
am 19833d24: Merge "Generate sysv hash for liblog"
...
* commit '19833d24887164fdfa7313bda533283f47acd205':
Generate sysv hash for liblog
2015-03-10 15:03:39 +00:00
Dan Albert
ee3e49cf73
am ad5ed361: Merge "Fix build from -Werror=maybe-uninitialized."
...
* commit 'ad5ed361a757494c0b308ec43cddc80ed9d8843f':
Fix build from -Werror=maybe-uninitialized.
2015-03-10 15:03:38 +00:00
Elliott Hughes
ad571cdd2c
Merge "Add backtrace support for mips64."
2015-03-10 04:26:33 +00:00
Elliott Hughes
ed5b81c9e5
Merge "Fix LP32 build."
2015-03-10 04:11:22 +00:00
Elliott Hughes
8ac94d3a54
Fix LP32 build.
...
Change-Id: I66e084330e7a32eac639d06187e780ffa0ad7b14
2015-03-09 21:10:10 -07:00
Elliott Hughes
9cce837d02
Merge "Increase output width for wchan and pc on 64 bit targets."
2015-03-10 03:33:53 +00:00
Chris Dearman
08b3466bc2
Increase output width for wchan and pc on 64 bit targets.
...
Also switch wchan to the textual form, since most of us
don't know kernel addresses off by heart.
Change-Id: I8e28d910034d8171c5b994189b16114f80f38d2f
2015-03-09 20:26:10 -07:00
Dmitriy Ivanov
19833d2488
Merge "Generate sysv hash for liblog"
2015-03-10 02:44:20 +00:00
Dan Albert
3f4113571f
am 5f2ccb0e: Merge "Move adb to C++."
...
* commit '5f2ccb0efd1331f0137e294bed7a076c472f0ed6':
Move adb to C++.
2015-03-10 02:10:00 +00:00
Douglas Leung
2ea9a32434
Add backtrace support for mips64.
...
Change-Id: I12ea2fcbe6780bb596f51988eae1ceafcec858df
2015-03-09 18:43:10 -07:00
Dan Albert
ad5ed361a7
Merge "Fix build from -Werror=maybe-uninitialized."
2015-03-10 01:32:00 +00:00
Dmitriy Ivanov
692c0e41e1
Generate sysv hash for liblog
...
Bug: 19059885
Change-Id: I6fff4372504e3ca0d870c5cafe6f19d412787923
2015-03-09 18:30:54 -07:00
Dan Albert
83ca56ac98
Fix build from -Werror=maybe-uninitialized.
...
This won't actually ever be uninitialized because the code will take a
failure path if the code that initializes it fails. The goto seems to
thwart this check though.
Not sure why this is only firing on userdebug builds yet. I'll look in
to it tomorrow.
Change-Id: Ie9d837d6baea255d2a4d169355b53dfd775eacce
2015-03-09 18:29:07 -07:00
Dan Albert
5f2ccb0efd
Merge "Move adb to C++."
2015-03-10 00:58:06 +00:00
Dan Albert
bac3474a82
Move adb to C++.
...
I keep trying to clean things up and needing std::strings. Might as
well just do this now.
usb_linux_client.c is going to stay as C because GCC isn't smart
enough to deal with the designated initializers it uses (though for
some reason it is in C mode).
The Darwin files are staying as C because I don't have a way to test
that they build.
The Windows files are staying as C because while I can actually build
for them, it's slow and painful.
Change-Id: I75367d29205a9049d34460032b3bb36384f43941
2015-03-09 14:06:11 -07:00
Dan Albert
ea998e0ef9
am 9b1fd969: Merge "Fix a writex transcription error."
...
* commit '9b1fd969a7b7f1c6f1ed19719f21d57001d3c461':
Fix a writex transcription error.
2015-03-09 20:35:54 +00:00
Dan Albert
9b1fd969a7
Merge "Fix a writex transcription error."
2015-03-09 20:29:07 +00:00
Dan Albert
f3519a8747
Fix a writex transcription error.
...
Change-Id: I71b11127d41ebac6caf68926089c5a3b99d8c21e
2015-03-09 13:22:02 -07:00
Dan Albert
8b09c27615
am 332c2881: Merge "Make the root/unroot test more robust."
...
* commit '332c2881305549450b162d854b139611d7bdc42f':
Make the root/unroot test more robust.
2015-03-09 18:20:44 +00:00
Dan Albert
332c288130
Merge "Make the root/unroot test more robust."
2015-03-09 18:15:05 +00:00
Dan Albert
857d7db69d
Make the root/unroot test more robust.
...
* Check the current adb user to choose the order of root/unroot.
* Re-root the device when finished.
Change-Id: I47a14b89e2c405bd63722e4d2043fcc629fb5e58
2015-03-09 10:45:50 -07:00
Mark Salyzyn
296bb2afec
am c50f767e: Merge "logd: build cleanup"
...
* commit 'c50f767e7ea83fbf3d7dc8477292bccc413427dc':
logd: build cleanup
2015-03-09 17:44:35 +00:00
Mark Salyzyn
c50f767e7e
Merge "logd: build cleanup"
2015-03-09 17:20:08 +00:00
Mark Salyzyn
95b467888c
logd: build cleanup
...
- Hard code the "auditd" event tag
Change-Id: I5f76fd286628be5c0ca819e8ed775648c0d2fa44
2015-03-09 10:02:51 -07:00
Mark Salyzyn
bba894af3f
logcat: fortify help on filterspec
...
Bug: 19620794
Change-Id: I572ffb62d39d884d5102b0846a95b1a8216f3d41
2015-03-09 09:57:25 -07:00
Elliott Hughes
1d9f784f35
am 0ffaa2b7: Merge "Fix __android_log_assert to abort."
...
* commit '0ffaa2b75acde02b0ea0e7985dd957c6bc3a2370':
Fix __android_log_assert to abort.
2015-03-09 15:21:46 +00:00
Elliott Hughes
0ffaa2b75a
Merge "Fix __android_log_assert to abort."
2015-03-09 15:14:52 +00:00
Elliott Hughes
965ec3e1d7
am 6385d626: Merge "Remove toolbox\'s obsolete \'wipe\' command."
...
* commit '6385d626a585017ec1fe4027f4faa79741f9d117':
Remove toolbox's obsolete 'wipe' command.
2015-03-07 19:24:25 +00:00
Elliott Hughes
02ff4b8feb
Fix __android_log_assert to abort.
...
If you rely on __builtin_trap, it's likely to use an illegal instruction,
which is a misleading way to abort. If we just call abort, it's more
immediately obvious that we've aborted.
Bug: 19644330
Change-Id: I63a962e4748aec7b019ea94b007593e478a3b61a
2015-03-07 11:21:37 -08:00
Elliott Hughes
6385d626a5
Merge "Remove toolbox's obsolete 'wipe' command."
2015-03-07 19:19:23 +00:00
Elliott Hughes
bfa9d6a3c4
Remove toolbox's obsolete 'wipe' command.
...
It hasn't worked in some time (it removes /data/dalvik-cache, which is
required by art), and if you're prepared to reboot (to let init put back
all the directories a working system needs) there are other ways to wipe
data (such as "fastboot format userdata reboot").
Bug: 19644330
Change-Id: Ib074ea21cc28409a506d66d75060bb4ad85539e2
2015-03-07 11:07:10 -08:00
Dmitriy Ivanov
418dd72eb7
am 137c819e: Merge "Remove some more gotos"
...
* commit '137c819e16b757478807d89c4ac40d0b9dad6737':
Remove some more gotos
2015-03-07 17:09:18 +00:00
Elliott Hughes
3f421e4d7a
am d73df6ab: Merge "Fix outdated comments in grab-bootchart.sh."
...
* commit 'd73df6abb684d04b0ddb3835013706ac4b6ac27b':
Fix outdated comments in grab-bootchart.sh.
2015-03-07 17:09:17 +00:00
Dmitriy Ivanov
9ae0abb2e6
am 3445cfe2: Merge "Reapply -Wold-style-cast"
...
* commit '3445cfe2b2461441d377aff0b00edd82fdf4f1ec':
Reapply -Wold-style-cast
2015-03-07 17:09:16 +00:00
Dmitriy Ivanov
137c819e16
Merge "Remove some more gotos"
2015-03-06 22:38:06 +00:00