aboutsummaryrefslogtreecommitdiff
path: root/miscutils/ubi_tools.c
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-07ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZEDenys Vlasenko
2017-08-07ubiupdatevol: fix bug with -sSIZE: was ignoring IMAGE_FILEDenys Vlasenko
2017-08-07ubi_tools: a bit smaller applet resolution codeDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-03whitespace and namespace cleanupsDenys Vlasenko
2016-04-03ubirmvol: Implement -N switch for ubirmvolSven Eisenberg
2015-01-30ubiattach: add option -OMicke Prag
2014-09-25ubiupdatevol: fix -t to not require an option. Closes 7466Denys Vlasenko
2013-08-04ubi_tools: fix typo in strcpyPaul B. Henson
2013-06-30ubi_tools: enhance -s option to allow size multiplier to match mtd-utilsDenys Vlasenko
2013-06-30ubi_tools: add forgotten argv++Denys Vlasenko
2013-06-30ubi_tools: extend supported volume size to 64 bits; shrink codeDenys Vlasenko
2013-06-30ubimkvol: add -m option to create volume of maximum sizePaul B. Henson
2012-03-11ubi_tools: add workaround for bad kernel headers. Closes 4838Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-26rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.cDenys Vlasenko