Elliott Hughes
bcece29c44
Merge "Lose sleep to toybox."
2014-11-24 23:27:16 +00:00
Elliott Hughes
493faf525c
Lose sleep to toybox.
...
No pun intended.
Change-Id: Ic1d9c8fa9719a7749b4eeaeac20df313600c0b88
2014-11-24 15:22:22 -08:00
Elliott Hughes
e494c513f9
Merge "Lose sync to toybox."
2014-11-24 23:02:34 +00:00
Elliott Hughes
47b3f9e29d
Lose sync to toybox.
...
Change-Id: I36c98135bb4ab1e2ca7137b7a83782fce5ac683a
2014-11-24 14:53:09 -08:00
Ying Wang
9f693b8f1e
Merge "Use LOCAL_POST_LINK_CMD to install toolbox symlinks"
2014-11-24 22:17:57 +00:00
Elliott Hughes
f3c8eb838d
Merge "Remove dead tools."
2014-11-24 22:15:31 +00:00
Ying Wang
7d45be0e4a
Use LOCAL_POST_LINK_CMD to install toolbox symlinks
...
It's simpler; Also whenever toolbox is updated the symlinks get
recreated.
Change-Id: I03fb61a5e0f14fd4ed23680dd6db87eed5b46787
2014-11-24 14:09:24 -08:00
Elliott Hughes
3024977037
Remove dead tools.
...
These have all been obsolete since we first moved to git!
Change-Id: Ie5bfc1b30000930ef6a604b4313ff7af1b7c4573
2014-11-24 14:03:28 -08:00
Elliott Hughes
8eb770d37c
Merge "Remove long-dead readtty."
2014-11-24 21:43:32 +00:00
Elliott Hughes
db38d10a48
Merge "Lose insmod/lsmod/rmmod to toybox."
2014-11-24 21:07:51 +00:00
Chih-hung Hsieh
e3d9a67505
Merge "Remove unused variable"
2014-11-24 20:11:44 +00:00
Bernhard Rosenkränzer
1eca6a91a1
Remove unused variable
...
Change-Id: Ifba91dd93a9c8170f8837c413756554e117be894
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2014-11-24 20:01:45 +00:00
Elliott Hughes
b120134bd1
Remove long-dead readtty.
...
Change-Id: I15ae14542214a3802d43892da0d03cfb33e63c96
2014-11-24 12:01:21 -08:00
Andreas Gampe
a4b846f0d3
Merge "Libnetutils: Remove unused functions & variables"
2014-11-24 19:37:31 +00:00
Elliott Hughes
b054178a15
Lose insmod/lsmod/rmmod to toybox.
...
Change-Id: Ia654cdca14a4fda958a406f5e6ccd0919ce88a8f
2014-11-24 11:34:14 -08:00
Andreas Gampe
1fc78d3d0b
Merge "Liblog: Remove unused function"
2014-11-24 18:44:27 +00:00
Andreas Gampe
a5d5d84773
Libnetutils: Remove unused functions & variables
...
For build-system CFLAGS clean-up, remove unused functions and
variables.
Change-Id: I40a78d5a532dc32b53beb1cfc1b7645bab8add16
2014-11-24 10:43:53 -08:00
Andreas Gampe
1f742864fa
Liblog: Remove unused function
...
For build-system CFLAGS clean-up, remove unused function.
Change-Id: I8c28c4bbbadaea6a5b32483e9e220794967bdd4e
2014-11-24 10:36:55 -08:00
Elliott Hughes
cb321921fe
Merge "fastboot: add parameter for unbuffered stderr/stdout"
2014-11-24 18:33:50 +00:00
Andreas Gampe
1f6be2b635
Merge "Libziparchive: Remove unused variable"
2014-11-24 18:11:56 +00:00
Andreas Gampe
374de72bbc
Merge "Libcutils: Remove unused variable"
2014-11-24 18:09:46 +00:00
Andreas Gampe
d0e6dc1ad1
Libziparchive: Remove unused variable
...
For build-system CFLAGS clean-up, remove unused variable.
Change-Id: Icc33cf5d0a5fe9a77c277b100de01b70164cc351
2014-11-24 10:09:06 -08:00
Andreas Gampe
50c15f980d
Libcutils: Remove unused variable
...
For build-system CFLAGS clean-up, remove unused variable.
Change-Id: Iaf6dd7b84ee4ef4734a48b37a4d0ca8287ca5fb5
2014-11-24 10:04:56 -08:00
Andreas Gampe
f96c7bd4b0
Merge "Libutils: Comment out unused constants"
2014-11-24 18:02:34 +00:00
Andreas Gampe
a53c815323
Libutils: Comment out unused constants
...
For build-system CFLAGS clean-up, "remove" unused variables.
Change-Id: Ic96f066981cd96ca16af81ee3fdbc972507e8c81
2014-11-24 09:43:10 -08:00
Florian Bäuerle
27ded4832d
fastboot: add parameter for unbuffered stderr/stdout
...
This is useful for writing Windows GUIs that want to parse the output of
fastboot before it exits.
Change-Id: Ic0171fe379fc4db7b65b1501e5f2e771ac7c62c4
Signed-off-by: Florian Bäuerle <florian.bae@gmail.com>
2014-11-24 18:12:22 +01:00
Elliott Hughes
744c4986a1
Merge "sdcard: mount sdcard with the noexec option"
2014-11-24 17:09:50 +00:00
Greg Hackmann
8eff1df1cb
Merge "libadf: add tests for various failure modes"
2014-11-24 15:56:07 +00:00
Greg Hackmann
7e2e325845
Merge "libadf: add tests"
2014-11-24 15:55:58 +00:00
Daisuke Okitsu
00690852b4
sdcard: mount sdcard with the noexec option
...
Vold mounts the sdcard with noexec, but the fuse deamon
mounts with exec, so it is still possible to execute
binaries:
/dev/fuse /storage/sdcard1 fuse rw,nosuid,nodev,relatime,
user_id=1023,group_id=1023,default_permissions,allow_other 0 0
/dev/block/vold/179:65 /mnt/media_rw/sdcard1 vfat rw,dirsync,
nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,
dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,
shortname=mixed,utf8,errors=remount-ro 0 0
With this change both vold and fuse mounts with noexec.
Change-Id: I66cbfc3a3a89a26958f83577f5e7a5e27f99184e
2014-11-24 09:52:14 +01:00
Elliott Hughes
7f187c5f95
Merge "Lose clear, false, and true to toybox."
2014-11-23 18:03:40 +00:00
Elliott Hughes
ed7959fe62
Lose clear, false, and true to toybox.
...
Change-Id: I125ea881e61b834b188d9a5411f3b6efe59b9bad
2014-11-22 22:58:42 -08:00
Elliott Hughes
456661e38c
Merge "Fix Mac build."
2014-11-22 15:34:47 +00:00
Elliott Hughes
8c275ffcba
Fix Mac build.
...
Change-Id: Iae697ae257cf4b1d675e2b758dd31d5a6a71ae4d
2014-11-22 07:25:02 -08:00
Elliott Hughes
0101b06fa6
Merge "Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN."
2014-11-22 07:51:19 +00:00
Elliott Hughes
eda16b98dc
Merge "Kill LOCAL_SOCKET_NAMESPACE."
2014-11-22 07:48:16 +00:00
Elliott Hughes
97ac0e1bb4
Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.
...
Change-Id: I9e25ac9d27e95b04fb8bf7a66c619af0139d8b8f
2014-11-21 23:10:45 -08:00
Elliott Hughes
9768d24fa0
Kill LOCAL_SOCKET_NAMESPACE.
...
Change-Id: I18928f89f66c37be310c45ff4c05a6d47ab84f66
2014-11-21 22:50:20 -08:00
Nick Kralevich
6fe92d1a3f
Merge "system/core: Remove AID_GRAPHICS from adb groups"
2014-11-22 02:14:05 +00:00
Ajay Dudani
8432ddc822
system/core: Remove AID_GRAPHICS from adb groups
...
Remove AID_GRAPHICS from adb access groups to limit framebuffer
access.
Change-Id: I7fc6dca8b02a45d67d1ecc4a4daf6c38741ffb94
2014-11-21 18:08:05 -08:00
Dan Albert
06352ccb29
Merge "Add a missing include."
2014-11-21 21:19:23 +00:00
Elliott Hughes
caed3d9fae
Merge "notify: dynamically allocate filename buffer"
2014-11-21 19:13:01 +00:00
Dan Albert
592d335055
Add a missing include.
...
Needed following the pthread.h/signal.h cleanup.
Change-Id: I9a43732eefdf49ecf769659dee1170626cf8fff9
2014-11-21 11:03:17 -08:00
Elliott Hughes
bc2168c9b0
Merge "Remove the adb usb vendor id whitelist."
2014-11-21 18:53:06 +00:00
Elliott Hughes
c66aed8a14
Remove the adb usb vendor id whitelist.
...
If there are bad vendors, we should blacklist them. Whitelisting the entire
world is crazy.
Change-Id: I1f4c27fd34fc420e2a3b4b2c8749198030db69f1
2014-11-21 10:44:10 -08:00
Elliott Hughes
97e1e17042
Merge "Disable vendor id filtering for OS X."
2014-11-21 18:42:28 +00:00
Elliott Hughes
0750f78659
Merge "Remove explict use of ASCII encoding"
2014-11-21 18:37:19 +00:00
Elliott Hughes
01d49e854f
Merge "adb: Add USB vendor ID for Ubiquiti Networks, Inc."
2014-11-21 17:44:06 +00:00
Al Sutton
2a4b5f9e80
Remove explict use of ASCII encoding
...
Replace the use of CFStringGetCString with kCFStringEncodingASCII specified
with CFStringGetFileSystemRepresentation which will ensure the correct
character encoding is used to conver the CFString into a NULL terminated
char array suitable for use with POSIX APIs.
Change-Id: Ibab1dc05c4f4db8604d329a493b4241992b8e69d
2014-11-21 15:56:59 +00:00
Al Sutton
8e01cc6e0b
Disable vendor id filtering for OS X.
...
Companion patch for change I2bf583a27f9a3f98ef006ea62b906a4f89960507.
Due to the use of USB class 0xff it's not possible to register a listener
which uses the OS methods for filtering notifications, so this patch
also introduces a check in the notification listener which checks the
class, subclass, and protocol for the interface each notification relates
to.
Change-Id: I380cc80f96addc5057660efb2179b35f9378886a
2014-11-21 14:14:58 +00:00