summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix redefinition of lzo_init() macro as a functionbaserock/1.5.1-openwrtRichard Dale2015-06-191-0/+2
* Add include path for error.hRichard Dale2015-06-191-1/+1
* Add compr_lzma.c source and lzma.h headerRichard Dale2015-06-1810-0/+4899
* libfec use standard unsigned longRichard Dale2015-06-181-5/+3
* ubinize add terminator supportRichard Dale2015-06-181-2/+24
* libubigen add ubigen write terminator functionRichard Dale2015-06-182-2/+51
* no extern inlineRichard Dale2015-06-182-14/+2
* mkfs.ubifs xz supportRichard Dale2015-06-186-26/+198
* mkubifs optional lzoRichard Dale2015-06-182-12/+45
* freebsd loff tRichard Dale2015-06-181-2/+2
* lzma jffs2Richard Dale2015-06-185-8/+24
* portabilityRichard Dale2015-06-189-14/+38
* sscanf fixRichard Dale2015-06-181-1/+1
* mtd-utils: jffs2dump: XATTR and XREF support for endianess conversionTimo Warns2014-11-051-0/+50
* mtd-utils: jffs2dump: XATTR and XREF support for content dumpTimo Warns2014-11-051-0/+64
* libmtd: don't ignore "region index" parameter in mtd_regioninfo()Brian Norris2014-11-042-0/+4
* ubifs-media.h: include "byteorder.h"Artem Bityutskiy2014-10-301-0/+2
* Move mkfs.ubifs/ubifs-media.h to include/mtdArtem Bityutskiy2014-10-304-3/+2
* mkfs.ubifs: start using common codeArtem Bityutskiy2014-10-203-16/+4
* mtd-utils: Add macros to include/common.hhujianyang2014-10-201-0/+15
* ubiformat: fix the subpage size hint on the error pathArtem Bityutskiy2014-09-161-3/+2
* libmtd: fix mtd_dev_present return value on legacy systemsGuido Martínez2014-09-151-3/+3
* nandtest: fix --reads argumentGuido Martínez2014-09-081-2/+2
* nandtest: Introduce multiple reads & check iterationsEzequiel García2014-05-301-10/+25
* nandtest: Move the "read and compare" code to a functionEzequiel Garcia2014-05-051-36/+43
* nandtest: Remove redundant checkEzequiel Garcia2014-05-051-2/+0
* include/common.h: fix build against recent 0.9.33 uClibcBaruch Siach2014-04-211-1/+3
* mtd-utils: integck: Use $(CC) and $(AR) instead of 'gcc' and 'ar' consistentlyMats Kärrman2014-04-151-2/+2
* include/common.h: fix build against current uClibcBaruch Siach2014-04-151-0/+13
* make_a_release.sh: suggest announcement e-mailArtem Bityutskiy2014-04-071-2/+34
* Release mtd-utils-1.5.1v1.5.1Artem Bityutskiy2014-04-071-1/+1
* ubiformat: correct "non-ubifs" warning messageBrian Norris2014-04-071-1/+1
* ubi-utils: Fix file descriptor leaks in libubiDaniel van Gerpen2014-03-311-4/+8
* mkfs.ubifs: correct and improve LEB size error printsBrian Norris2014-03-311-2/+3
* ubi-utils: Add ubiblock toolEzequiel Garcia2014-03-256-1/+219
* mtd-utils: Makefile: add LDFLAGS_mkfs.ubifsAaron Sierra2013-10-261-1/+2
* flash_erase: check the nand typeHuang Shijie2013-10-241-2/+6
* check the MLC nand typeHuang Shijie2013-10-222-2/+3
* flash_otp_write: use helper to check the nandHuang Shijie2013-10-221-2/+2
* mtd: mtd-abi: add a helper to detect the nand typeHuang Shijie2013-10-221-0/+5
* add the MTD_MLCNANDFLASH caseHuang Shijie2013-10-223-0/+8
* ubiupdatevol: add a --skip optionMike Frysinger2013-07-011-12/+33
* nandwrite: amendment to Mike's --input-* seriesArtem Bityutskiy2013-07-011-2/+2
* nandwrite: add --input-{skip,size} optionsMike Frysinger2013-07-011-20/+34
* nandwrite: clean up length typesMike Frysinger2013-07-011-16/+21
* nand{dump, test, write}: clean up --help handlingMike Frysinger2013-07-013-31/+35
* use xstrdup in a few more placesMike Frysinger2013-07-014-8/+5
* mkfs.ubifs: allow reformatting of devicesMike Frysinger2013-07-011-3/+11
* mtd-utils: new prompt() helper for talking to the userMike Frysinger2013-07-014-44/+51
* move _GNU_SOURCE to the main makefileMike Frysinger2013-07-017-8/+2