index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
nandwrite.c
Age
Commit message (
Expand
)
Author
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-12-28
config: update size information
Denys Vlasenko
2018-01-14
nandwrite: cope with old headers which have no MTD_FILE_MODE_RAW
Denys Vlasenko
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-19
Update remaining menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-21
make --help texts more uniform
Denys Vlasenko
2016-01-02
nandwrite: implement -n (read/write without ecc)
Aaro Koskinen
2014-12-18
nanddump: don't show --bb in usage when disabled
Baruch Siach
2014-12-17
nandwrite: fix build when long options are disabled
Baruch Siach
2014-06-25
nanddump: change default to --bb=skipbad
Richard Genoud
2014-06-25
nanddump: kill -b Omit bad block
Richard Genoud
2014-06-25
nanddump: add options --bb=skipbad and padbad
Richard Genoud
2014-06-25
nanddump: correct rounding to next page (lead to infinite loop)
Richard Genoud
2013-03-15
nanddump: fix build if nandwrite isn't enabled
Alexander Shiyan
2012-10-15
nanddump: invert the meaning of the -o parameter to match upstream
Baruch Siach
2012-10-15
nanddump: skip bad blocks when instructed to do so
Baruch Siach
2012-10-15
nanddump: use the right operator of logic AND
Baruch Siach
2012-06-13
nanddump: make dumping read-only partitions work
Matt Reimer
2011-08-13
conspy,nandwrite,nanddump: enable in defconfig
Denys Vlasenko
2011-07-08
typo fixes
Dan Fandrich
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-02-26
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-18
nanddump: make oobbuf allocation dynamic
Baruch Siach
2010-10-18
nanddump: new applet
Baruch Siach
2010-08-29
nandwrite: always check the first erase block
Baruch Siach
2010-08-29
nandwrite: complain on malformed -s NUM
Denys Vlasenko
2010-08-29
nandwrite: allow hex values in the -s parameter
Baruch Siach
2010-08-25
nandwrite: new applet
Baruch Siach