aboutsummaryrefslogtreecommitdiffstats
path: root/mtdutils/mtdutils.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress some compiler warnings due to signedness.Tao Bao2015-11-071-4/+4
* mtdutils: Fix mounting partitions by-nameMichael Bestas2015-11-071-1/+7
* Check all lseek calls succeed.Elliott Hughes2015-04-291-32/+22
* Always use strerror to report errno in recovery.Elliott Hughes2015-03-231-4/+4
* recovery: move log output to stdoutDoug Zongker2013-07-091-13/+13
* Fixed warnings in libmtdutilsEdwin Vane2012-08-211-4/+4
* 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-141-1/+1
* add the ability to seek to a raw location while reading MTD partitionDoug Zongker2010-09-141-0/+7
* stop treating all-zero blocks as badDoug Zongker2010-09-121-8/+1
* block is bad if ioctl() returns nonzeroDoug Zongker2010-09-091-2/+5
* make offsets in firmware update header not point to bad blocksDoug Zongker2010-01-131-4/+42
* use MEMGETBADBLOCK to look for bad blocks when reading MTD partitionsDoug Zongker2009-12-141-5/+12
* 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-031-0/+510
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-510/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+510