aboutsummaryrefslogtreecommitdiff
path: root/miscutils/flash_eraseall.c
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-02-01libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-07ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZEDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko
2013-03-15flash_eraseall: implement -NAlexander Shiyan
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-11-27flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrinkDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-04-29*: bb_error_msg's messages should not be capitalizedDenis Vlasenko
2009-02-24flash_eraseall.c: fix vda's breakageDenis Vlasenko
2009-02-19flash_eraseall: shrinkDenis Vlasenko
2009-02-18- eliminate globalsBernhard Reutner-Fischer
2009-02-18- make it compile and shrink it a little bit (~-110 bytes)Bernhard Reutner-Fischer
2009-02-18- add flash_eraseallBernhard Reutner-Fischer