summaryrefslogtreecommitdiff
path: root/util-linux/mkfs_vfat.c
Commit message (Expand)AuthorAgeFilesLines
* mkfs.vfat: fix volume label to be padded with spaceTimo Teräs2022-01-231-8/+17
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-2/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-3/+3
* config: update size informationDenys Vlasenko2018-12-281-2/+2
* move storage helpers to libbb.hDenys Vlasenko2018-09-281-13/+0
* randomconfig fixesDenys Vlasenko2018-06-261-1/+1
* mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko2018-02-151-3/+3
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+3
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-1/+2
* Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko2016-11-161-0/+19
* mkfs_vfat: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko2016-03-301-2/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+17
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* libbb: add xfstat functionDenys Vlasenko2010-08-311-2/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* mkfs_vfat: fix gcc-4.4 warningDenys Vlasenko2010-06-041-3/+4
* tune2fs: move to e2fsprogsDenys Vlasenko2010-05-091-4/+3
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-011-12/+2
* whitespace fixesDenys Vlasenko2010-01-251-1/+1
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-4/+4
* big endian warning fixesDenys Vlasenko2009-11-071-1/+2
* mkfs_vfat: fixes for large image casesDenys Vlasenko2009-11-031-3/+9
* use PACKED macro insted of open-coding GCC-ismDenys Vlasenko2009-09-161-4/+4
* fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko2009-07-181-1/+1
* fix fallout from BSD patchesDenys Vlasenko2009-07-101-1/+2
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-3/+6
* df: fix "df /"Denys Vlasenko2009-07-051-1/+1
* *: bb_error_msg's messages should not be capitalizedDenis Vlasenko2009-04-291-5/+5
* randomtest fixesDenis Vlasenko2009-03-281-3/+14
* mkfs.vfat: fix a problem with over-estimating FAT sizeDenis Vlasenko2009-03-281-6/+15
* mkfs.vfat: mkdosfs compat with choosing clyster sizeDenis Vlasenko2009-03-281-5/+5
* mkfs.vfat: more of pointless tweakingDenis Vlasenko2009-03-281-7/+6
* mkfs.vfat: small tweak to commentsDenis Vlasenko2009-03-281-1/+3
* mkdosfs (aka mkfs.vfat): new applet by VladimirDenis Vlasenko2009-03-281-0/+593