summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-01-02nandwrite: implement -n (read/write without ecc)Aaro Koskinen1-8/+14
2014-12-18nanddump: don't show --bb in usage when disabledBaruch Siach1-1/+3
2014-12-17nandwrite: fix build when long options are disabledBaruch Siach1-3/+4
2014-06-25nanddump: change default to --bb=skipbadRichard Genoud1-1/+1
2014-06-25nanddump: kill -b Omit bad blockRichard Genoud1-26/+12
2014-06-25nanddump: add options --bb=skipbad and padbadRichard Genoud1-9/+56
2014-06-25nanddump: correct rounding to next page (lead to infinite loop)Richard Genoud1-2/+2
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-03-14nanddump: fix build if nandwrite isn't enabledAlexander Shiyan1-4/+4
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2012-10-15nanddump: invert the meaning of the -o parameter to match upstreamBaruch Siach1-4/+4
2012-10-15nanddump: skip bad blocks when instructed to do soBaruch Siach1-1/+1
2012-10-15nanddump: use the right operator of logic ANDBaruch Siach1-1/+1
2012-06-13nanddump: make dumping read-only partitions workMatt Reimer1-1/+1
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-08-13conspy,nandwrite,nanddump: enable in defconfigDenys Vlasenko2-9/+9
2011-07-08typo fixesDan Fandrich6-7/+7
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko17-92/+115
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-18nanddump: make oobbuf allocation dynamicBaruch Siach1-6/+6
2010-10-18nanddump: new appletBaruch Siach1-28/+127
2010-08-29nandwrite: always check the first erase blockBaruch Siach1-2/+14
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko5-6/+8
2010-08-29nandwrite: allow hex values in the -s parameterBaruch Siach1-1/+1
2010-08-25nandwrite: new appletBaruch Siach1-0/+128