summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* liblog: set -WerrorMark Salyzyn2014-05-0710-93/+62
| | | | | | | - Deal with some -Wunused issues - Cleanup UNUSED to __unused transition Change-Id: Icd33808d4c974625f4fd0a126a90a2b4c90c8314
* Merge "Revert "System: Fastboot: warning fixit, misc bugs and cleanup.""Alexander Levitskiy2014-05-074-60/+60
|\
| * Revert "System: Fastboot: warning fixit, misc bugs and cleanup."Alexander Levitskiy2014-05-074-60/+60
| | | | | | | | | | | | This reverts commit 782111b3bc5d372afc8d66ab6023e834b7c23b88. Change-Id: Ib66400dfaeef7f01e6461a57b9f09be08de2f1fe
* | Merge changes Idfd1a114,If725a1cb,I61211165,If9a05ccbMark Salyzyn2014-05-0713-49/+39
|\ \ | | | | | | | | | | | | | | | | | | | | | * changes: adb: turn on -Werror netcfg: turn on -Werror mkbootimg: turn on -Werror gpttool: turn on -Werror
| * | adb: turn on -WerrorMark Salyzyn2014-05-057-25/+20
| | | | | | | | | | | | | | | | | | - Deal with some -Wunused issues Change-Id: Idfd1a114e68ae637978b52fde5144d0dca0ec79f
| * | netcfg: turn on -WerrorMark Salyzyn2014-05-052-9/+5
| | | | | | | | | | | | | | | | | | - resolve unused variable reference Change-Id: If725a1cb0ee645c6e379c9ce21ab8c40bc4cd554
| * | mkbootimg: turn on -WerrorMark Salyzyn2014-05-052-6/+7
| | | | | | | | | | | | | | | | | | - Deal with signedness issues Change-Id: I61211165eb4ce0fa9a2edeebb3f97fb0ffc62d34
| * | gpttool: turn on -WerrorMark Salyzyn2014-05-052-9/+7
| | | | | | | | | | | | | | | | | | - Deal with some -Wunused issues Change-Id: If9a05ccbda862bbd401df0f5d5a1837abedd9b83
* | | Merge "Remove unused LOCAL_LDLIBS."Ying Wang2014-05-077-25/+1
|\ \ \
| * | | Remove unused LOCAL_LDLIBS.Ying Wang2014-05-077-25/+1
| | | | | | | | | | | | | | | | Change-Id: I42aeb7668183e7a06207ee063f6eee4d37d66c6e
* | | | Merge "Use bionic's <linux/fuse.h>."Elliott Hughes2014-05-072-594/+15
|\ \ \ \
| * | | | Use bionic's <linux/fuse.h>.Elliott Hughes2014-05-072-594/+15
| |/ / / | | | | | | | | | | | | | | | | | | | | No need for an out-of-date copy of a uapi header. Change-Id: Iec68c6ceb2bceca1ceef0c57e0b45a89a139e292
* | | | Merge "Fix mips debuggerd <corkscrew/ptrace.h> build breakage."Elliott Hughes2014-05-071-4/+2
|\ \ \ \
| * | | | Fix mips debuggerd <corkscrew/ptrace.h> build breakage.Elliott Hughes2014-05-071-4/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | The uapi headers have everything we need, and the corkscrew header files have been removed. Change-Id: I274b44463638112f1ab290926094c094c9253586
* | | | Merge "System: Fastboot: warning fixit, misc bugs and cleanup."Sasha Levitskiy2014-05-074-60/+60
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | System: Fastboot: warning fixit, misc bugs and cleanup.Sasha Levitskiy2014-05-074-60/+60
|/ / | | | | | | | | Change-Id: Ib8517a852977962de3f05c879ba7dce89bcef644 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* | Merge "Remove the dead corkscrew header files too."Elliott Hughes2014-05-075-424/+0
|\ \
| * | Remove the dead corkscrew header files too.Elliott Hughes2014-05-075-424/+0
|/ / | | | | | | Change-Id: I0dd5cf3966994db19d98f60805211ed39099465a
* | Merge "Switch to the new bionic fatal logging interface."Elliott Hughes2014-05-072-12/+14
|\ \
| * | Switch to the new bionic fatal logging interface.Elliott Hughes2014-05-062-12/+14
| | | | | | | | | | | | | | | | | | | | | This is more general and will work for anyone's custom logging code, as long as they use ANDROID_LOG_FATAL priority. Change-Id: Iaf7fc0858fce04f3af407882a58ee5a827d50ddd
* | | Merge "fastboot: support for overriding format fs-type and size"JP Abgrall2014-05-075-23/+74
|\ \ \
| * | | fastboot: support for overriding format fs-type and sizeJP Abgrall2014-05-065-23/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes allows overriding the fs-type and size that are normally returned by the booloader. This is in preparation for supporting other FSes. Change-Id: I8d141a0d4d14df9fe84d3b131484e9696fcd8870 Signed-off-by: JP Abgrall <jpa@google.com>
* | | | Merge "logd: logcat: Add persist.logd.size group of properties"Mark Salyzyn2014-05-063-4/+81
|\ \ \ \
| * | | | logd: logcat: Add persist.logd.size group of propertiesMark Salyzyn2014-05-063-4/+81
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - logd Add persist.logd.size (global), persist.logd.size.<logid> - logcat report a more flexible multiplier in -g command. Bug: 14563261 Bug: 14469172 Change-Id: Ie389caa14ad3ae3d4a3a3cc463425bb9dbc5e483
* | | | Merge "logd: default off by-UID spam filter"Mark Salyzyn2014-05-061-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | logd: default off by-UID spam filterMark Salyzyn2014-05-061-2/+2
|/ / / | | | | | | | | | | | | Bug: 14469172 Change-Id: I37c8dbcea0490afb994cbe6f033591fea1c58bc8
* | | Merge changes Ibff1f74e,Ic82595cf,If4e01cabJP Abgrall2014-05-066-212/+155
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: fastboot: Added tos as an optional image fastboot: Fixed optional entries fastboot: allow format on devices with small buffers
| * | | fastboot: Added tos as an optional imageDaniel Rosenberg2014-05-061-2/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: Ibff1f74ee4a949501ceae0b897f896067f022763 Signed-off-by: Daniel Rosenberg <drosen@google.com>
| * | | fastboot: Fixed optional entriesDaniel Rosenberg2014-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, if an image was listed as optional, but was not found, flashall would fail. Now it will proceed if optional images are not present. Change-Id: Ic82595cf0cd6ddce4c676de590f03f1a95f32040 Signed-off-by: Daniel Rosenberg <drosen@google.com>
| * | | fastboot: allow format on devices with small buffersDmitry Grinberg2014-05-066-209/+149
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Formatting large partitions on devices with small transfer buffers did not work before since format used a strange path through the code to send data. It now uses the normal path. Also cleaned up a bit. FS code now lives in a separate file and the custom path for format is gone. Change-Id: If4e01cabc2e250b7c02ca7ce8c268e51d49e1529
* | | Merge "Fix 64-bit host build."Ying Wang2014-05-062-6/+6
|\ \ \
| * | | Fix 64-bit host build.Ying Wang2014-05-062-6/+6
|/ / / | | | | | | | | | | | | Bug: 13751317 Change-Id: I8ba4fc9918fba0975eb61ec37a8a16b02acfa864
* | | Merge "Fastboot: fix fastboot timeout issue of Windows host side"JP Abgrall2014-05-061-3/+3
|\ \ \ | |/ / |/| |
| * | Fastboot: fix fastboot timeout issue of Windows host sideJiebing Li2014-04-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally fastboot follows the procedure that host sends a command to device and device sends back response after the command is executed. But sometimes device spends too long time to execute the command so that timeout error occurs before host receives the response. This patch fixes the issue by aligning with the solution of ADB. ADB commit id: 1c4b760a5d41de3196572d50d1404e453174cf9a Change-Id: I50e6bf428ea38219b64cca6ab82db22af28e0264 Author: Jiebing Li <jiebing.li@intel.com> Signed-off-by: Bo Huang <bo.b.huang@intel.com>
* | | Merge "Log stack even if tombstone cannot be created."Christopher Ferris2014-05-051-10/+17
|\ \ \
| * | | Log stack even if tombstone cannot be created.Christopher Ferris2014-05-051-10/+17
| | | | | | | | | | | | | | | | | | | | Bug: 14498701 Change-Id: I62c271bef2f73166eeb91d3fa3ce1e1b724a081f
* | | | Merge "Add Silvermont architecture cache sizes"Elliott Hughes2014-05-051-2/+9
|\ \ \ \
| * | | | Add Silvermont architecture cache sizesHenrik Smiding2014-04-181-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds Silvermont specific cache sizes for memset16/32 SSE optimization. Change-Id: Ib5ea086d57544e74ac384ee1ef516b8511392f70 Signed-off-by: Henrik Smiding <henrik.smiding@intel.com>
* | | | | Merge "libcutils: win_sdk build issues"Mark Salyzyn2014-05-053-5/+14
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | libcutils: win_sdk build issuesMark Salyzyn2014-05-053-5/+14
|/ / / | | | | | | | | | Change-Id: Ic431166f686aebfd0ee00ad3224b95237ff7a0de
* | | Merge "mkbootimg: fix padding calculation for 2ndstage loader"Colin Cross2014-05-031-1/+1
|\ \ \
| * | | mkbootimg: fix padding calculation for 2ndstage loaderAndrew Boie2014-04-241-1/+1
| | |/ | |/| | | | | | | | | | Change-Id: I8db844cbc52896e51886b725fb86fd1b0fa57899 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
* | | Merge "init: add 'enable <service>' to negate "service <service>... disabled""JP Abgrall2014-05-036-2/+33
|\ \ \
| * | | init: add 'enable <service>' to negate "service <service>... disabled"JP Abgrall2014-05-036-2/+33
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enable <servicename> Turns a disabled service into an enabled one as if the service did not specify disabled in the rc file. It will also start the service if needed. Bug: 14472973 Change-Id: Id0b49cc687a2bc74f6f92e066c617724cc94908d Signed-off-by: JP Abgrall <jpa@google.com>
* | | Merge "logd: build breakage in git_master-nova @ 1151709"Mark Salyzyn2014-05-021-1/+1
|\ \ \
| * | | logd: build breakage in git_master-nova @ 1151709Mark Salyzyn2014-05-021-1/+1
|/ / / | | | | | | | | | Change-Id: Ic7920d1b0930155c20a896720a79af62f8acacc1
* | | Merge "liblog: logcat: Move library print test into gTest"Mark Salyzyn2014-05-023-92/+70
|\ \ \
| * | | liblog: logcat: Move library print test into gTestMark Salyzyn2014-05-023-92/+70
| | | | | | | | | | | | | | | | Change-Id: Icd33808d4c974625f4fd0a126a90a2b4c90c8315
* | | | Merge "logd: turn on -Werror"Mark Salyzyn2014-05-023-5/+2
|\| | |
| * | | logd: turn on -WerrorMark Salyzyn2014-05-023-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Deal with some -Wunused / -Wunused-variable issues Change-Id: Ic86cd7b0680868ad0536198b71a34cb19134fc21