summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-24Release mtd-utils-2.0.1v2.0.1David Oberhollenzer
2017-08-24mtd-utils: tests: Avoid using less than two blocks in nandpagetestMiquel Raynal
2017-08-10mtd-utils: ubinfo: add parameter checkAaron Marcher
2017-07-10mkfs-ubifs: fix inclusion of uuid.hRolf Eike Beer
2017-07-03mtd-utils: tests: Add Erased Pages Bit Flip TestHarpreet Eli Sangha
2017-06-28Add const modifier to read only strings and string constantsDavid Oberhollenzer
2017-06-28Silence warnings about unused argumentsDavid Oberhollenzer
2017-06-28Remove unused variables and functionsDavid Oberhollenzer
2017-06-28Eliminate warnings about missing prototypesDavid Oberhollenzer
2017-06-28Enable compiler warningsDavid Oberhollenzer
2017-06-28Move libfec declarations to public header in global include directoryDavid Oberhollenzer
2017-06-28Use autoconf header detection correctly for libmissingDavid Oberhollenzer
2017-06-28Restructure autoconf configure.acDavid Oberhollenzer
2017-06-28Replace defunct ubifs_assertDavid Oberhollenzer
2017-06-28mtd-utils: tests: Fix nandbiterrs Failure CheckHarpreet Eli Sangha
2017-06-14ubi-utils: Return error code if command line option is unknownDaniel Wagner
2017-06-14nor-utils: Return error code if command line option is unknownDaniel Wagner
2017-06-14jffsX-utils: Return error code if command line option is unknownDaniel Wagner
2017-06-14ftl_format: Use return directly to leave main functionDaniel Wagner
2017-06-14flashcp: Drop exit code definesDaniel Wagner
2017-06-14Use defines for exit code valuesDaniel Wagner
2017-05-31mkfs.ubifs: Add support for symlinks in device tableDavid Engraf
2017-03-29libiniparser: remove unused function needing floatAndrea Adami
2017-03-29libubi.c: add klibc specific fixes for ioctlAndrea Adami
2017-03-22Return correct error number in ubi_get_vol_info1David Oberhollenzer
2017-03-15Fix libmtd behaviour if MTD is not present on the systemDavid Oberhollenzer
2017-03-02Fix build with muslKhem Raj
2017-03-02Replace rpmatch() usage with checking first character of lineDavid Oberhollenzer
2017-03-02Fix alignment trap triggered by NEON instructionsYuanjie Huang
2017-02-21mtd-utils: Support jffs2 flash-erase for large OOB (>32b)Manikandan Ramachandran
2017-02-21ubi: tests: Speedup io_paral by using rand_r()Richard Weinberger
2017-02-21ubi: tests: Support up to 65k NAND page sizeRichard Weinberger
2017-02-21ubi: tests: Replace variable-length array with malloc()David Gstir
2017-02-20Remove README.udev from ubi-tests extra distDavid Oberhollenzer
2017-02-20ubirename: trivial fixes to the help textLuca Ceresoli
2017-02-20Remove UDEV_SETTLE_HACKRichard Weinberger
2017-02-20mtd-utils: serve_image: Use PRIdoff_t as format specifier.Torsten Fleischer
2017-02-20mtd-utils: Fix format specifier definitions for off_t and loff_t.Torsten Fleischer
2017-01-18nanddump: Add --skip-bad-blocks-to-start optionMike Crowe
2017-01-18nandwrite: Add --skip-bad-blocks-to-start optionMike Crowe
2017-01-12nandwrite: fix/cleanup bad block skippingDavid Oberhollenzer
2017-01-12nandwrite: replace erase loop with mtd_erase_multiDavid Oberhollenzer
2017-01-12nandwrite: add stricter sanity checking for blockalignDavid Oberhollenzer
2016-12-22Release mtd-utils-2.0.0v2.0.0David Oberhollenzer
2016-12-22mtd-utils: Add configure switches to disable jffsX or ubifs toolsDavid Oberhollenzer
2016-12-14Release mtd-utils-2.0.0-rc2v2.0.0-rc2David Oberhollenzer
2016-12-14Enable tests so they are included in the make dist targetDavid Oberhollenzer
2016-12-14mtd-utils: Correct casting for final status report in flashcpJonathan Fether
2016-12-13Fix packaging of unit test filesDavid Oberhollenzer
2016-12-09nandwrite: Factor out buffer checking codeMarek Vasut