index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
miscutils
/
flash_eraseall.c
Age
Commit message (
Expand
)
Author
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-07
ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZE
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-11-22
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-03-30
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2013-03-15
flash_eraseall: implement -N
Alexander Shiyan
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-27
libbb: introduce and use common crc32 routine
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-11-27
flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrink
Denys Vlasenko
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-04-29
*: bb_error_msg's messages should not be capitalized
Denis Vlasenko
2009-02-24
flash_eraseall.c: fix vda's breakage
Denis Vlasenko
2009-02-19
flash_eraseall: shrink
Denis Vlasenko
2009-02-18
- eliminate globals
Bernhard Reutner-Fischer
2009-02-18
- make it compile and shrink it a little bit (~-110 bytes)
Bernhard Reutner-Fischer
2009-02-18
- add flash_eraseall
Bernhard Reutner-Fischer