summaryrefslogtreecommitdiffstats
path: root/mtdutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-241-16/+9
|\
* | Update to AOSP 8.0 baseEthan Yonker2017-09-082-152/+6
|\|
| * Remove obsolete MTD support.Elliott Hughes2016-06-106-988/+0
* | mtdutils: Fix mounting partitions by-nameMichael Bestas2017-05-152-3/+25
* | Fix updater binary for 7.0Ethan Yonker2016-08-312-0/+16
* | Update to 7.0Ethan Yonker2016-08-242-5/+6
|\|
| * Suppress some compiler warnings due to signedness.Tao Bao2015-09-241-4/+4
| * recovery: Switch to clangTao Bao2015-06-031-0/+2
| * Check all lseek calls succeed.Elliott Hughes2015-04-303-38/+26
* | mtdutils: add include to fix implicit function warningHashcode2015-10-131-0/+1
* | Revert "Use getmntent when accessing /proc/mounts."that2015-10-101-14/+75
* | Merge up to AOSP marshmallow-releaseEthan Yonker2015-10-094-102/+44
|\ \
| * | Check all lseek calls succeed.Elliott Hughes2015-04-303-38/+26
| |/
| * Always use strerror to report errno in recovery.Elliott Hughes2015-03-231-4/+4
| * Use getmntent when accessing /proc/mounts.Yabin Cui2015-01-021-75/+14
* | Clean up make flash utility make filesEthan Yonker2014-11-171-3/+2
* | Merge in lollipop and attempt to fix merge conflictsEthan Yonker2014-11-061-0/+3
|\|
| * remove pixelflinger from recoveryDoug Zongker2014-03-111-0/+3
* | Build block TWRP with RECOVERY_VARIANTMatt Mower2014-09-031-2/+2
* | mtdutils: fix rk3xhack filterHumberto Borba2014-07-051-2/+2
* | Changes in rk30hackKra1o52014-06-305-20/+20
* | Enable rk30xx hackJ. Carlos Romero2014-04-151-0/+2
* | Fix merge conflicts and update for 4.4 kitkatDees Troy2013-11-021-13/+14
|\|
| * recovery: move log output to stdoutDoug Zongker2013-07-091-13/+13
* | Update to latest AOSP masterDees_Troy2013-09-041-2/+2
|\|
| * Add liblogYing Wang2013-04-101-1/+1
* | Move all AOSP code out of recovery binaryDees_Troy2013-04-041-0/+15
* | mtdutils: add bml_over_mtd target for aries/p1 buildsjt11342013-02-221-0/+23
* | Work around MEMERASE ioctl for rk3066 compatibilitySergey 'Jin' Bostandzhyan2013-01-055-0/+136
* | Fix compiling for x86 targetsHiemanshu Sharma2012-11-211-2/+0
* | TWRP-ify AOSP codeDees_Troy2012-09-055-36/+1024
|/
* Fixed warnings in libmtdutilsEdwin Vane2012-08-211-4/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* turn recovery into a C++ binaryDoug Zongker2011-10-312-0/+16
* Remove the simulator target from all makefiles.Jeff Brown2011-07-121-4/+0
* Fix x86 build.Ying Wang2011-02-091-2/+0
* Free allocated struct after freeing fieldChristian Lindeberg2011-01-191-1/+1
* fix comparison of ECC stats before and after mtd readsDoug Zongker2010-11-031-0/+2
* close update package before installing; allow remountDoug Zongker2010-09-153-1/+11
* add the ability to seek to a raw location while reading MTD partitionDoug Zongker2010-09-152-0/+8
* stop treating all-zero blocks as badDoug Zongker2010-09-121-8/+1
* block is bad if ioctl() returns nonzeroDoug Zongker2010-09-101-2/+5
* make offsets in firmware update header not point to bad blocksDoug Zongker2010-01-132-4/+43
* use MEMGETBADBLOCK to look for bad blocks when reading MTD partitionsDoug Zongker2009-12-151-5/+12
* only build flash_image for engDoug Zongker2009-07-241-0/+1
* skip over all-zero blocks when reading MTD partitionDoug Zongker2009-07-011-1/+12
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-046-0/+972
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-046-972/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-181-0/+2
* Initial ContributionThe Android Open Source Project2008-10-216-0/+970