aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mkfs_vfat.c
AgeCommit message (Expand)Author
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
2018-09-28move storage helpers to libbb.hDenys Vlasenko
2018-06-26randomconfig fixesDenys Vlasenko
2018-02-15mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys 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-11-16Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko
2016-03-30mkfs_vfat: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-04mkfs_vfat: fix gcc-4.4 warningDenys Vlasenko
2010-05-09tune2fs: move to e2fsprogsDenys Vlasenko
2010-02-01mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko
2010-01-25whitespace fixesDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2009-11-07big endian warning fixesDenys Vlasenko
2009-11-03mkfs_vfat: fixes for large image casesDenys Vlasenko
2009-09-16use PACKED macro insted of open-coding GCC-ismDenys Vlasenko
2009-07-18fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko
2009-07-10fix fallout from BSD patchesDenys Vlasenko
2009-07-08move libc related stuff out of platform.hDenys Vlasenko
2009-07-05df: fix "df /"Denys Vlasenko
2009-04-29*: bb_error_msg's messages should not be capitalizedDenis Vlasenko
2009-03-28randomtest fixesDenis Vlasenko
2009-03-28mkfs.vfat: fix a problem with over-estimating FAT sizeDenis Vlasenko
2009-03-28mkfs.vfat: mkdosfs compat with choosing clyster sizeDenis Vlasenko
2009-03-28mkfs.vfat: more of pointless tweakingDenis Vlasenko
2009-03-28mkfs.vfat: small tweak to commentsDenis Vlasenko
2009-03-28mkdosfs (aka mkfs.vfat): new applet by VladimirDenis Vlasenko