- 30 Jun, 2016 2 commits
-
-
Treehugger Robot authored
-
Elliott Hughes authored
And move off the bionic __nonnull macro, which I'm removing. Change-Id: I40b4424f4fd7bd8076e0eee3ec35de36c3ded8de
-
- 29 Jun, 2016 2 commits
-
-
Treehugger Robot authored
-
Chih-Hung Hsieh authored
Bug: 28341362 Change-Id: I4c3ab0ad0f62f8f3a6f3b30771010533a2739381 Test: build with clang-tidy
-
- 17 Jun, 2016 2 commits
-
-
Treehugger Robot authored
-
Elliott Hughes authored
Distinguish our "services.cpp" more clearly from the regular adbd "services.cpp", and remove a few useless includes of "sysdeps.h". Change-Id: Ided4945a3ac5916133322ca7e95fa51add9abaa4
-
- 15 Jun, 2016 5 commits
-
-
Treehugger Robot authored
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: Iec1492dfaf2ceae6f4d8618dd725d07316ee960b
-
Elliott Hughes authored
Change-Id: Ib97440bc0542003b84c45cb05f194ba20104dad6
-
Elliott Hughes authored
-
- 14 Jun, 2016 1 commit
-
-
Tao Bao authored
-
- 11 Jun, 2016 2 commits
-
-
Tao Bao authored
-
- 10 Jun, 2016 4 commits
-
-
Elliott Hughes authored
Bug: http://b/29250988 Change-Id: Ia97ba9082a165c37f74d6e1c3f71a367adc59945
-
Elliott Hughes authored
-
Tao Bao authored
Move A/B-specific fields, effectively slot_suffix as in this CL, out of bootloader_message struct. Those A/B-specific fields are expected to be managed by the A/B-bootloader or boot control HAL, which shouldn't be cleared by recovery or uncrypt. Round up the bootloader_message struct to 2-KiB. Round up the bootloader_message_ab struct to 4-KiB. Bug: 29193360 Change-Id: I5740a612456da6d4d3b00e49a202d8f689d32690
-
Elliott Hughes authored
Bug: http://b/29250988 Change-Id: I61f8c6717b38de2242e4ea8e0913237c1ce5bfea
-
- 03 Jun, 2016 2 commits
- 01 Jun, 2016 6 commits
-
-
Tao Bao authored
-
Treehugger Robot authored
-
Adam Buchbinder authored
This fixes the following cppcheck reports: [imgdiff.cpp:197]: (error) Memory leak: img [imgdiff.cpp:386]: (error) Memory leak: img [imgdiff.cpp:656]: (error) Memory leak: data [imgdiff.cpp:664]: (error) Memory leak: data [imgdiff.cpp:668]: (error) Memory leak: data [imgdiff.cpp:668]: (error) Resource leak: f [imgdiff.cpp:820]: (error) Memory leak: bonus_data [imgdiff.cpp:824]: (error) Memory leak: bonus_data [imgdiff.cpp:824]: (error) Resource leak: f [imgdiff.cpp:847]: (error) Memory leak: bonus_data [imgdiff.cpp:851]: (error) Memory leak: bonus_data [imgdiff.cpp:856]: (error) Memory leak: bonus_data [imgdiff.cpp:860]: (error) Memory leak: bonus_data [imgdiff.cpp:227]: (error) Memory leak: temp_entries Change-Id: I06f878d0b677a25328e0deb84f65f3b7212e24b1 (cherry picked from commit 51dc9444bcf8d8900a521795e873d07f6cd445ef)
-
Tao Bao authored
-
- 31 May, 2016 2 commits
- 23 May, 2016 2 commits
-
-
Treehugger Robot authored
-
Jeremy Compostella authored
In rootfs context, the verity mode must be supplied by the bootloader to the kernel. This patch creates a new verity_corrupted field in the slot metadata structure to remind that this slot is corrupted from a dm-verity point of view. If the bootloader receives the "dm-verity device corrupted" reboot target, it should set this bit to 1. If this bit value is 1, the bootloader should set the veritymode to "eio". Change-Id: I9335a39d7d009200318c58c53a3139d542788a9b Signed-off-by:
Jeremy Compostella <jeremy.compostella@intel.com>
-
- 12 May, 2016 1 commit
-
-
Treehugger Robot authored
-
- 08 May, 2016 1 commit
-
-
Tao Bao authored
-
- 05 May, 2016 3 commits
-
-
Alistair Strachan authored
Remove O_SYNC from mzExtractRecursive() and PackageExtractFileFn(). These functions deal with extracting whole files from the update package onto a filesystem. If run on ext4 on a rotating disk, for example, the O_SYNC flag will cause serious performance problems and the extraction proecss can take over 30 minutes, with no obvious benefits. This API function already calls fsync(fd) after each file is extracted to ensure data and metadata is written to the underlying block device, so the O_SYNC calls should be superfluous and safely removable. This change does not affect the OTA patch paths or any modification of the bootloader partition or writes to other 'emmc' partitions. Signed-off-by:
Alistair Strachan <alistair.strachan@imgtec.com> Change-Id: I9cbb98a98e6278bf5c0d7efaae340773d1fbfcd2
-
Treehugger Robot authored
-
Jonathan Hamilton authored
Some ADF drivers do some amount of state cleanup when the ADF device node is closed, making and attempts to draw using it fail. This changes the minui ADF backend to keep the adf_device open until it is exited, fixing issues on such devices.
-
- 03 May, 2016 3 commits
-
-
Sen Jiang authored
external/bsdiff uses divsufsort which is much faster, and also include some bug fixes. Bug: 26982501 Test: ./imgdiff_test.sh Change-Id: I089a301c291ee55d79938c7a3ca6d509895440d1
-
Treehugger Robot authored
-
- 29 Apr, 2016 2 commits
-
-
Chih-hung Hsieh authored
-
Chih-Hung Hsieh authored
Bug: 28341362 Change-Id: I5b35ae16c069e7e9229e66963386f322bd808af1
-