summaryrefslogtreecommitdiffstats
path: root/dosfstools/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dosfstools: Fix compile error in Pie tree on 32 bit systemslambdadroid2019-03-221-2/+2
| | | | | | | | | | | | | | Fixes the following compile error: bootable/recovery/dosfstools/src/check.c:591:4: error: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Werror,-Wformat] (uint64_t)clusters * fs->cluster_size, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This was fixed upstream in "Fix format string in check_file() (%lu -> %llu)" (dosfstools/dosfstools@d7665f2) This commit applies the change on top of TWRP's dosfstools copy. Change-Id: I23374594662fd95e795f793112e78c54d8d50b30
* dosfstools: restore buildability with Android 4.4that2015-12-191-0/+3
| | | | | | Bionic in Android 4.4 don't have setmntent Change-Id: I8f9f03c084bd9c853b566fd94f6208566330cdc8
* Fix mkdosfs 2GB barrierDees_Troy2015-11-261-1/+1
| | | | Change-Id: I3627b35f8bd27048647764196d7cf6d34b7bc854
* Update dosfstoolsMatt Mower2015-11-2621-790/+983
| | | | | | | | | | | | | * 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
* Fix mkdosfs 2GB barrierDees_Troy2013-01-311-1/+1
|
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-0919-0/+5966
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function