summaryrefslogtreecommitdiffstats
path: root/mtdutils/mtdutils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-15mtdutils: Fix mounting partitions by-nameMichael Bestas1-1/+15
2016-06-10Remove obsolete MTD support.Elliott Hughes1-561/+0
2015-09-24Suppress some compiler warnings due to signedness.Tao Bao1-4/+4
2015-04-30Check all lseek calls succeed.Elliott Hughes1-32/+22
2015-04-30Check all lseek calls succeed.Elliott Hughes1-32/+22
2015-03-23Always use strerror to report errno in recovery.Elliott Hughes1-4/+4
2014-06-30Changes in rk30hackKra1o51-5/+5
2013-07-09recovery: move log output to stdoutDoug Zongker1-13/+13
2013-01-05Work around MEMERASE ioctl for rk3066 compatibilitySergey 'Jin' Bostandzhyan1-0/+22
2012-09-05TWRP-ify AOSP codeDees_Troy1-12/+211
2012-08-21Fixed warnings in libmtdutilsEdwin Vane1-4/+4
2011-01-19Free allocated struct after freeing fieldChristian Lindeberg1-1/+1
2010-11-03fix comparison of ECC stats before and after mtd readsDoug Zongker1-0/+2
2010-09-15close update package before installing; allow remountDoug Zongker1-1/+1
2010-09-15add the ability to seek to a raw location while reading MTD partitionDoug Zongker1-0/+7
2010-09-12stop treating all-zero blocks as badDoug Zongker1-8/+1
2010-09-10block is bad if ioctl() returns nonzeroDoug Zongker1-2/+5
2010-01-13make offsets in firmware update header not point to bad blocksDoug Zongker1-4/+42
2010-01-13make offsets in firmware update header not point to bad blocksDoug Zongker1-4/+42
2010-01-13android-2.1_r1 snapshotThe Android Open Source Project1-5/+12
2009-12-15use MEMGETBADBLOCK to look for bad blocks when reading MTD partitionsDoug Zongker1-5/+12
2009-07-01skip over all-zero blocks when reading MTD partitionDoug Zongker1-1/+12
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+510
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-510/+0