aboutsummaryrefslogtreecommitdiff
path: root/misc-utils
AgeCommit message (Expand)Author
12 daysmtd-utils: fectest: Fix time formatting with _TIME_BITS=64 on 32-bit systemHEADmasterBen Hutchings
2023-11-13mtd-utils: flash_erase: Add an option for JFFS2 cleanmarker sizeTakahiro Kuwano
2023-09-08flashcp: Add write last option.Piotr Esden-Tempski
2023-05-30mtd-utils: Add new syntax to get devices by nameBrandon Maier
2023-04-24misc-utils: flashcp: correct casting for percent displaycchoux
2022-11-07misc-utils: mtdpart: document partition of size 0Brandon Maier
2022-11-07misc-utils: flashcp: abort on --partition and --erase-allBrandon Maier
2022-11-07misc-utils: flashcp: verify data in --partitionBrandon Maier
2022-11-07misc-utils: flashcp: fix buffer overflowBrandon Maier
2022-11-07misc-utils: flashcp: simplify loggingBrandon Maier
2022-11-07misc-utils: flashcp: add safe_memeraseBrandon Maier
2022-11-07misc-utils: flashcp: check for lseek errorsBrandon Maier
2022-11-07misc-utils: flashcp: add safe_writeBrandon Maier
2022-09-27mtd-utils: flash_otp_dump make offset optionalMichael Walle
2021-12-06fectest.c: fix buffer overrunRalph Siemsen
2021-06-12misc-utils: flashcp: Add new function that copy only different blocksHarvey Wu
2021-06-12mtd-utils: Add flash_otp_eraseMichael Walle
2021-05-05mtd-utils: flash_erase: Add flash erase chipLarisa Ileana Grigore
2021-01-20Cleanup: Automake: remove single use variablesDavid Oberhollenzer
2021-01-20Remove headers from EXTRA_DISTDavid Oberhollenzer
2020-09-29misc-utils: Add fectest to build systemBastian Germann
2020-09-11Fix typos found by Debian's lintian toolBastian Germann
2020-02-09mtd-utils: Fix potentially unterminated stringsDavid Oberhollenzer
2020-02-09mtd-utils: Fix some simple cases of uninitialized value readsDavid Oberhollenzer
2020-02-09mtd-utils: Fix various TOCTOU issuesDavid Oberhollenzer
2020-02-09mtd-utils: Fix printf format specifiers with the wrong typeDavid Oberhollenzer
2020-01-13mtd-utils: add optional offset parameter to flash_otp_dumpMichael Walle
2019-11-10mtd_debug: cleanup error handling in flash_to_fileDavid Oberhollenzer
2019-11-10ftl_format: don't leak temporary buffersDavid Oberhollenzer
2019-11-10ftl_check: don't leak temporary buffersDavid Oberhollenzer
2019-10-28flashcp: Add option -A/--erase-allAndrij Abyzov
2019-02-26mtd-utils: fixes verification percent display in flashcpAndrij Abyzov
2018-10-02mtd-utils: Instead of doing preprocessor magic, just output off_t as long longThorsten Glaser
2018-06-18Add configure switch to disable compiling/installing lsmtdDavid Oberhollenzer
2018-06-18Add manpage for lsmtdDavid Oberhollenzer
2018-06-18Add lsmtd programDavid Oberhollenzer
2018-04-10misc-utils: flash_erase: Fix Jffs2 type flash erase problemXiaolei Li
2017-11-03Enable further warning flags, address new warningsDavid Oberhollenzer
2017-11-02Mark or fix switch cases that fall throughDavid Oberhollenzer
2017-11-02Add no-return attribute to usage() style functionsDavid Oberhollenzer
2017-10-05misc-utils: initialize "ip" in docfdisk to NULLDavid Oberhollenzer
2017-06-28Eliminate warnings about missing prototypesDavid Oberhollenzer
2017-06-28Move libfec declarations to public header in global include directoryDavid Oberhollenzer
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-02-21mtd-utils: Support jffs2 flash-erase for large OOB (>32b)Manikandan Ramachandran
2017-02-20mtd-utils: serve_image: Use PRIdoff_t as format specifier.Torsten Fleischer
2016-12-14mtd-utils: Correct casting for final status report in flashcpJonathan Fether
2016-12-06common: Fix 'unchecked return code' warningsBoris Brezillon