summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-20mkfs.ubifs: start using common codeArtem Bityutskiy
2014-10-20mtd-utils: Add macros to include/common.hhujianyang
2014-09-16ubiformat: fix the subpage size hint on the error pathArtem Bityutskiy
2014-09-15libmtd: fix mtd_dev_present return value on legacy systemsGuido Martínez
2014-09-08nandtest: fix --reads argumentGuido Martínez
2014-05-30nandtest: Introduce multiple reads & check iterationsEzequiel García
2014-05-05nandtest: Move the "read and compare" code to a functionEzequiel Garcia
2014-05-05nandtest: Remove redundant checkEzequiel Garcia
2014-04-21include/common.h: fix build against recent 0.9.33 uClibcBaruch Siach
2014-04-15mtd-utils: integck: Use $(CC) and $(AR) instead of 'gcc' and 'ar' consistentlyMats Kärrman
2014-04-15include/common.h: fix build against current uClibcBaruch Siach
2014-04-07make_a_release.sh: suggest announcement e-mailArtem Bityutskiy
2014-04-07Release mtd-utils-1.5.1v1.5.1Artem Bityutskiy
2014-04-07ubiformat: correct "non-ubifs" warning messageBrian Norris
2014-03-31ubi-utils: Fix file descriptor leaks in libubiDaniel van Gerpen
2014-03-31mkfs.ubifs: correct and improve LEB size error printsBrian Norris
2014-03-25ubi-utils: Add ubiblock toolEzequiel Garcia
2013-10-26mtd-utils: Makefile: add LDFLAGS_mkfs.ubifsAaron Sierra
2013-10-24flash_erase: check the nand typeHuang Shijie
2013-10-22check the MLC nand typeHuang Shijie
2013-10-22flash_otp_write: use helper to check the nandHuang Shijie
2013-10-22mtd: mtd-abi: add a helper to detect the nand typeHuang Shijie
2013-10-22add the MTD_MLCNANDFLASH caseHuang Shijie
2013-07-01ubiupdatevol: add a --skip optionMike Frysinger
2013-07-01nandwrite: amendment to Mike's --input-* seriesArtem Bityutskiy
2013-07-01nandwrite: add --input-{skip,size} optionsMike Frysinger
2013-07-01nandwrite: clean up length typesMike Frysinger
2013-07-01nand{dump, test, write}: clean up --help handlingMike Frysinger
2013-07-01use xstrdup in a few more placesMike Frysinger
2013-07-01mkfs.ubifs: allow reformatting of devicesMike Frysinger
2013-07-01mtd-utils: new prompt() helper for talking to the userMike Frysinger
2013-07-01move _GNU_SOURCE to the main makefileMike Frysinger
2013-07-01fix build errors w/newer kernel headers & glibcMike Frysinger
2013-07-01ftl_check/ftl_format/nftldump: use existing mtd_swab.h headerMike Frysinger
2013-07-01ubinize: fix usage textMike Frysinger
2013-05-29flash_erase: use pwrite() rather than lseek() && write()Mike Frysinger
2013-03-11integck: fix identation a bitArtem Bityutskiy
2013-03-11Typo fixes: avaiable -> available and priortiry -> priorityElie De Brauwer
2013-03-11integck.c: Fix buffer overflow in save_fileElie De Brauwer
2013-03-11integck.c: rework file_check_data to immediately dump the buffer containing t...Elie De Brauwer
2013-03-11integck.c: Only verify the operation after all datastructures have been updatedElie De Brauwer
2013-03-11flash_otp_write: fix a buffer overflow on NAND with write size > 2048Uwe Kleine-König
2013-03-11flash_otp_write: fix writing to NAND in presence of partial readsUwe Kleine-König
2013-03-06Makefile: also build and install flash_otp_lock and flash_otp_writeUwe Kleine-König
2013-01-15ubiformat: fix error pathWolfram Sang
2013-01-15ubiformat: clean up synopsis of command-line parametersWolfram Sang
2012-12-03ubi-tests: fix pthreads linkingBrian Norris
2012-11-16ubi-tests: switch to using common.h from the top levelArtem Bityutskiy
2012-11-16ubi-tests: rename common.[ch] to helpers.[ch]Artem Bityutskiy
2012-11-16ubi-tests: ubi_leb_change_start() no longer uses 'dtype'.Bill Pringlemeir