Module Name: src Committed By: perseant Date: Wed Jul 24 00:46:19 UTC 2024
Modified Files: src/sbin/newfs_exfatfs [perseant-exfatfs]: extern.h make_exfatfs.c newfs.c Log Message: Add -b option to allow the user to specify bootcode. Add -u option to allow the user to specify the upcase table. Correct a bug that always computed a cluster size of 8k; instead, use the SD Card Association recommended cluster sizes according to the size of the partition. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sbin/newfs_exfatfs/extern.h \ src/sbin/newfs_exfatfs/newfs.c cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sbin/newfs_exfatfs/make_exfatfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.