Module Name: src Committed By: perseant Date: Tue Aug 13 05:37:24 UTC 2024
Modified Files: src/sbin/newfs_exfatfs [perseant-exfatfs]: extern.h make_exfatfs.c newfs.c Log Message: Add -x flag to install extended boot code. Convert default alignments to sectors so we don't end up with absurdly large alignments. Check alignment sanity more carefully. Double-check all the same restrictions we check on mount before creating the file system. Replace the previous interpretation of relative pathnames as residing in /dev with the fsspecname-based computation from newfs(8). To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sbin/newfs_exfatfs/extern.h cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sbin/newfs_exfatfs/make_exfatfs.c cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sbin/newfs_exfatfs/newfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.