aboutsummaryrefslogtreecommitdiff
path: root/miscutils/flash_eraseall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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