aboutsummaryrefslogtreecommitdiff
path: root/miscutils/nandwrite.c
AgeCommit message (Expand)Author
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-01-14nandwrite: cope with old headers which have no MTD_FILE_MODE_RAWDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-21make --help texts more uniformDenys Vlasenko
2016-01-02nandwrite: implement -n (read/write without ecc)Aaro Koskinen
2014-12-18nanddump: don't show --bb in usage when disabledBaruch Siach
2014-12-17nandwrite: fix build when long options are disabledBaruch Siach
2014-06-25nanddump: change default to --bb=skipbadRichard Genoud
2014-06-25nanddump: kill -b Omit bad blockRichard Genoud
2014-06-25nanddump: add options --bb=skipbad and padbadRichard Genoud
2014-06-25nanddump: correct rounding to next page (lead to infinite loop)Richard Genoud
2013-03-15nanddump: fix build if nandwrite isn't enabledAlexander Shiyan
2012-10-15nanddump: invert the meaning of the -o parameter to match upstreamBaruch Siach
2012-10-15nanddump: skip bad blocks when instructed to do soBaruch Siach
2012-10-15nanddump: use the right operator of logic ANDBaruch Siach
2012-06-13nanddump: make dumping read-only partitions workMatt Reimer
2011-08-13conspy,nandwrite,nanddump: enable in defconfigDenys Vlasenko
2011-07-08typo fixesDan Fandrich
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-18nanddump: make oobbuf allocation dynamicBaruch Siach
2010-10-18nanddump: new appletBaruch Siach
2010-08-29nandwrite: always check the first erase blockBaruch Siach
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko
2010-08-29nandwrite: allow hex values in the -s parameterBaruch Siach
2010-08-25nandwrite: new appletBaruch Siach