aboutsummaryrefslogtreecommitdiff
path: root/miscutils/flash_eraseall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-3/+3
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-1/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZEDenys Vlasenko2017-08-071-0/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+6
* Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-301-1/+1
* flash_eraseall: implement -NAlexander Shiyan2013-03-151-7/+8
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+8
* *: whitespace fixesDenys Vlasenko2010-10-281-4/+4
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-11/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrinkDenys Vlasenko2009-11-271-17/+30
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* *: bb_error_msg's messages should not be capitalizedDenis Vlasenko2009-04-291-1/+1
* flash_eraseall.c: fix vda's breakageDenis Vlasenko2009-02-241-1/+1
* flash_eraseall: shrinkDenis Vlasenko2009-02-191-35/+39
* - eliminate globalsBernhard Reutner-Fischer2009-02-181-5/+10
* - make it compile and shrink it a little bit (~-110 bytes)Bernhard Reutner-Fischer2009-02-181-36/+33
* - add flash_eraseallBernhard Reutner-Fischer2009-02-181-0/+188