summaryrefslogtreecommitdiffstats
path: root/dosfstools/src/mkfs.fat.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-19dosfstools: restore buildability with Android 4.4that1-0/+3
Bionic in Android 4.4 don't have setmntent Change-Id: I8f9f03c084bd9c853b566fd94f6208566330cdc8
2015-11-26Fix mkdosfs 2GB barrierDees_Troy1-1/+1
Change-Id: I3627b35f8bd27048647764196d7cf6d34b7bc854
2015-11-26Update dosfstoolsMatt Mower1-236/+257
* Version 3.0.28 * Update filenames in source * Remove unnecessary symlink to fsck * Commit "Recode short filenames from DOS codepage (default 437)." has been reverted since we do not have access to iconv * Commits cherry-picked on top of 3.0.28: - mkfs.fat: fix incorrect int type - Prevent out of bound array read in date_dos2unix() Change-Id: I50310235c62ec2e6bc90afcd10f2814d3afb5113
2013-01-31Fix mkdosfs 2GB barrierDees_Troy1-1/+1
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-0/+1733
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function