summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* flash_erase: increas version numberv1.4.3Artem Bityutskiy2011-03-181-1/+1
* flash_erase: start position should be in bytesPeter Korsgaard2011-03-181-2/+5
* nandwrite: add only write oob optionLei Wen2011-03-081-3/+10
* mtd-utils: common.h: simple_strtoll type usageBrian Norris2011-02-251-2/+2
* mkfs.jffs2: fix repeated dev nodesv1.4.2Thomas Chou2011-01-161-1/+1
* mkfs.jffs2: fix devtable count as mkfs.ubifs doesThomas Chou2011-01-161-2/+2
* nandwrite: use common.h "errmsg_die"Brian Norris2010-12-021-5/+3
* nandwrite: add check for negative blockalignBrian Norris2010-12-021-0/+4
* nanddump: choose correct "printf" format-specifierBrian Norris2010-12-021-1/+1
* nanddump: check for negative inputsBrian Norris2010-12-021-0/+7
* nanddump: change "unsigned" to "signed"Brian Norris2010-12-021-6/+6
* nanddump: Refactor pretty print code into an sprintf()Brian Norris2010-12-021-3/+4
* common.h: Add MAX() macro, fix MIN()Brian Norris2010-12-021-1/+4
* nanddump/nandwrite: use "simple_" str functionsBrian Norris2010-12-022-3/+3
* libmtd: fix OOB size initialization in legacy codeKetil Froyn2010-11-291-0/+1
* mtd-utils: nandwrite: type consistencyBrian Norris2010-11-131-3/+3
* mtd-utils: nandwrite: full 64-bit support w/ libmtdBrian Norris2010-11-131-26/+23
* mtd-utils: nandwrite: prevent 32-bit overflowBrian Norris2010-11-131-2/+7
* mtd-utils: nandwrite: avoid NULL buffer pointersBrian Norris2010-11-131-4/+2
* mtd-utils: nandwrite: Use 64-bit offsetBrian Norris2010-11-131-6/+6
* mtd-utils: nandwrite: Use libmtd to get correct mtd parametersBrian Norris2010-11-131-28/+32
* mtd-utils: nandwrite: switch "oobsize" for "writesize"Brian Norris2010-11-131-1/+1
* mtd-utils: nandwrite: Clarify usage of aligned "erasesize"Brian Norris2010-11-131-13/+17
* mtd-utils: nandwrite: Comment, style fixupsBrian Norris2010-11-131-6/+7
* mtd-utils: nanddump: Allow 64-bit lengthsBrian Norris2010-11-131-1/+1
* Fix make install errorsMike Frysinger2010-10-271-1/+1
* mkfs.ubifs: Fix typo in short options of mkfs.ubifsVivenzio Pagliari2010-10-251-1/+1
* mtd-utils: nanddump: add 64-bit support, utilize libmtdBrian Norris2010-10-251-43/+40
* mtd-utils: nanddump/nandwrite: style, signed-ness, printing fixupsBrian Norris2010-10-252-42/+41
* nanddump: warn when the start address is not page alignedBaruch Siach2010-10-182-1/+18
* mtd-utils: nanddump/nandwrite: Style fixupsBrian Norris2010-10-172-81/+76
* mtd-utils: flash_erase: Fix output of offsetsBrian Norris2010-10-171-3/+3
* mtd-utils: nandwrite: Large page+oob supportBrian Norris2010-10-171-27/+9
* mtd-utils: nanddump: Dynamic buffer, increase pagesize/oobsizeBrian Norris2010-10-171-34/+21
* nanddump: always check the first erase blockBaruch Siach2010-10-161-2/+4
* Add --squash-rino-perm removal planArtem Bityutskiy2010-10-161-0/+22
* nanddump: fix initialization of bad blocks oob data bufferBaruch Siach2010-10-121-1/+1
* jffs2reader: convert to common.h helpersMike Frysinger2010-10-041-49/+22
* libmtd: make malloc failures fatalMike Frysinger2010-10-022-27/+7
* sumtool/libfec: convert "()" to "(void)" in func defsMike Frysinger2010-10-022-13/+13
* sumtool: convert to common.h helpersMike Frysinger2010-10-021-158/+79
* mkfs.jffs2: convert to xalloc.h helpersMike Frysinger2010-10-021-10/+3
* libmtd: unify some error messagesMike Frysinger2010-10-011-13/+14
* mtd-utils: xalloc: simplify/unify error messagesMike Frysinger2010-10-011-5/+5
* mtd-utils: dont redefine MIN()Mike Frysinger2010-10-011-0/+2
* mkfs.jffs2: convert to common.h helpersMike Frysinger2010-10-011-102/+44
* libmtd: fix "fount" typoMike Frysinger2010-10-011-5/+5
* mtd-utils: sys_errmsg: optimize indentationMike Frysinger2010-10-011-4/+2
* mtd-utils: introduce xzalloc() helperMike Frysinger2010-10-011-0/+6
* mtd-utils: enable garbage collection of unused function/data sectionsMike Frysinger2010-10-011-0/+3