summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Only Windows doesn't have <sys/uio.h>."Elliott Hughes2014-11-252-7/+10
|\
| * Only Windows doesn't have <sys/uio.h>.Elliott Hughes2014-11-252-7/+10
|/ | | | | | | This should probably be in libcutils instead, so code that needs to care about Windows can use readv/writev. Change-Id: I7c2ceec3f742cee0e44f69fd4c88459376bd0e08
* Merge "Only Win32 doesn't have writev."Elliott Hughes2014-11-251-2/+2
|\
| * Only Win32 doesn't have writev.Elliott Hughes2014-11-251-2/+2
| | | | | | | | Change-Id: I9b5328cea3c88a75135dcb0711cbb5471e8fa388
* | Merge "Libion: Remove unused variables"Andreas Gampe2014-11-252-2/+3
|\ \
| * | Libion: Remove unused variablesAndreas Gampe2014-11-252-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | For build-system CFLAGS clean-up, fix unused variables. Fix missing close of file descriptors. Explicitly exit after a fork. Change-Id: I76affbc8647c3a760ed3cacc7f3ada3f59e283b1
* | | Merge "Init: Remove unused variables"Andreas Gampe2014-11-256-30/+9
|\ \ \
| * | | Init: Remove unused variablesAndreas Gampe2014-11-246-30/+9
| |/ / | | | | | | | | | | | | | | | | | | | | | For build-system CFLAGS clean-up, fix unused variables. Use a #define instead of static variable in a header file. Change-Id: Id47bf38e51644b61a9f3ac1893a16553695f1aac
* | | Merge "Lmkd: Fix unused variables"Andreas Gampe2014-11-251-2/+0
|\ \ \ | |/ / |/| |
| * | Lmkd: Fix unused variablesAndreas Gampe2014-11-241-2/+0
|/ / | | | | | | | | | | For build-system CFLAGS clean-up, fix unused variables. Change-Id: I841192e92585814b8691d544cc48433b2ca1b3d3
* | Merge "Libsuspend: Remove unused variable"Andreas Gampe2014-11-251-1/+0
|\ \
| * | Libsuspend: Remove unused variableAndreas Gampe2014-11-241-1/+0
| | | | | | | | | | | | | | | | | | For build-system CFLAGS clean-up, remove unused variable. Change-Id: I34bd33fd24b02ee58b64029146c253c61651d45f
* | | Merge "Healthd: Remove unused variables"Andreas Gampe2014-11-253-8/+0
|\ \ \ | |_|/ |/| |
| * | Healthd: Remove unused variablesAndreas Gampe2014-11-243-8/+0
| |/ | | | | | | | | | | For build-system CFLAGS clean-up, remove unused variables. Change-Id: Ifc5884518bfdb744ea9823b98db544dbe59c20d2
* | Merge "Lose mkswap, swapoff, and swapon to toybox."Elliott Hughes2014-11-254-180/+0
|\ \
| * | Lose mkswap, swapoff, and swapon to toybox.Elliott Hughes2014-11-244-180/+0
|/ / | | | | | | Change-Id: Iedb371ad0f1f74822b3ff4bc1b7b1f9e6ecd300d
* | Merge "Lose printenv to toybox."Elliott Hughes2014-11-242-110/+0
|\ \
| * | Lose printenv to toybox.Elliott Hughes2014-11-242-110/+0
| | | | | | | | | | | | Change-Id: Icdc6766a7ef853bc846fe811fa2ad2284ed8a18f
* | | Merge "Use LOCAL_POST_INSTALL_CMD to simplify symlink creation."Ying Wang2014-11-241-20/+4
|\ \ \ | |/ / |/| |
| * | Use LOCAL_POST_INSTALL_CMD to simplify symlink creation.Ying Wang2014-11-241-20/+4
| | | | | | | | | | | | Change-Id: I67ad7248c26561d394e66901e90ef5814ec69fb3
* | | Merge "Lose sleep to toybox."Elliott Hughes2014-11-242-167/+0
|\ \ \
| * | | Lose sleep to toybox.Elliott Hughes2014-11-242-167/+0
|/ / / | | | | | | | | | | | | | | | No pun intended. Change-Id: Ic1d9c8fa9719a7749b4eeaeac20df313600c0b88
* | | Merge "Lose sync to toybox."Elliott Hughes2014-11-242-67/+0
|\ \ \ | |/ / |/| |
| * | Lose sync to toybox.Elliott Hughes2014-11-242-67/+0
|/ / | | | | | | Change-Id: I36c98135bb4ab1e2ca7137b7a83782fce5ac683a
* | Merge "Use LOCAL_POST_LINK_CMD to install toolbox symlinks"Ying Wang2014-11-241-16/+3
|\ \
| * | Use LOCAL_POST_LINK_CMD to install toolbox symlinksYing Wang2014-11-241-16/+3
| | | | | | | | | | | | | | | | | | | | | It's simpler; Also whenever toolbox is updated the symlinks get recreated. Change-Id: I03fb61a5e0f14fd4ed23680dd6db87eed5b46787
* | | Merge "Remove dead tools."Elliott Hughes2014-11-247-756/+0
|\ \ \
| * | | Remove dead tools.Elliott Hughes2014-11-247-756/+0
|/ / / | | | | | | | | | | | | | | | These have all been obsolete since we first moved to git! Change-Id: Ie5bfc1b30000930ef6a604b4313ff7af1b7c4573
* | | Merge "Remove long-dead readtty."Elliott Hughes2014-11-243-506/+0
|\ \ \
| * | | Remove long-dead readtty.Elliott Hughes2014-11-243-506/+0
| | | | | | | | | | | | | | | | Change-Id: I15ae14542214a3802d43892da0d03cfb33e63c96
* | | | Merge "Lose insmod/lsmod/rmmod to toybox."Elliott Hughes2014-11-244-163/+0
|\ \ \ \
| * | | | Lose insmod/lsmod/rmmod to toybox.Elliott Hughes2014-11-244-163/+0
| |/ / / | | | | | | | | | | | | Change-Id: Ia654cdca14a4fda958a406f5e6ccd0919ce88a8f
* | | | Merge "Remove unused variable"Chih-hung Hsieh2014-11-241-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unused variableBernhard Rosenkränzer2014-11-241-1/+0
|/ / / | | | | | | | | | | | | Change-Id: Ifba91dd93a9c8170f8837c413756554e117be894 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
* | | Merge "Libnetutils: Remove unused functions & variables"Andreas Gampe2014-11-244-12/+2
|\ \ \ | |/ / |/| |
| * | Libnetutils: Remove unused functions & variablesAndreas Gampe2014-11-244-12/+2
| |/ | | | | | | | | | | | | For build-system CFLAGS clean-up, remove unused functions and variables. Change-Id: I40a78d5a532dc32b53beb1cfc1b7645bab8add16
* | Merge "Liblog: Remove unused function"Andreas Gampe2014-11-241-9/+0
|\ \
| * | Liblog: Remove unused functionAndreas Gampe2014-11-241-9/+0
| |/ | | | | | | | | | | For build-system CFLAGS clean-up, remove unused function. Change-Id: I8c28c4bbbadaea6a5b32483e9e220794967bdd4e
* | Merge "fastboot: add parameter for unbuffered stderr/stdout"Elliott Hughes2014-11-241-1/+9
|\ \
| * | fastboot: add parameter for unbuffered stderr/stdoutFlorian Bäuerle2014-11-241-1/+9
| |/ | | | | | | | | | | | | | | 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>
* | Merge "Libziparchive: Remove unused variable"Andreas Gampe2014-11-241-1/+0
|\ \
| * | Libziparchive: Remove unused variableAndreas Gampe2014-11-241-1/+0
| |/ | | | | | | | | | | For build-system CFLAGS clean-up, remove unused variable. Change-Id: Icc33cf5d0a5fe9a77c277b100de01b70164cc351
* | Merge "Libcutils: Remove unused variable"Andreas Gampe2014-11-241-1/+0
|\ \
| * | Libcutils: Remove unused variableAndreas Gampe2014-11-241-1/+0
| |/ | | | | | | | | | | For build-system CFLAGS clean-up, remove unused variable. Change-Id: Iaf6dd7b84ee4ef4734a48b37a4d0ca8287ca5fb5
* | Merge "Libutils: Comment out unused constants"Andreas Gampe2014-11-241-2/+3
|\ \
| * | Libutils: Comment out unused constantsAndreas Gampe2014-11-241-2/+3
| |/ | | | | | | | | | | For build-system CFLAGS clean-up, "remove" unused variables. Change-Id: Ic96f066981cd96ca16af81ee3fdbc972507e8c81
* | Merge "sdcard: mount sdcard with the noexec option"Elliott Hughes2014-11-241-1/+1
|\ \
| * | sdcard: mount sdcard with the noexec optionDaisuke Okitsu2014-11-241-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "libadf: add tests for various failure modes"Greg Hackmann2014-11-241-14/+99
|\ \
| * | libadf: add tests for various failure modesGreg Hackmann2014-05-071-14/+99
| | | | | | | | | | | | | | | Change-Id: I1b13e84c6663cb73af2829bedd3514119a01764c Signed-off-by: Greg Hackmann <ghackmann@google.com>