Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [perseant-exfatfs] src/sbin/newfs_exfatfs



Module Name:    src
Committed By:   perseant
Date:           Fri Aug  2 00:23:21 UTC 2024

Modified Files:
        src/sbin/newfs_exfatfs [perseant-exfatfs]: Makefile extern.h
            make_exfatfs.c newfs.c newfs_exfatfs.8
Added Files:
        src/sbin/newfs_exfatfs [perseant-exfatfs]: defaults.c defaults.h

Log Message:
Make the default behavior to load an existing boot block set from the device,
if one exists; if it does not, to apply default values; and finally to
override either of those defaults with command-line arguments.

Add -n flag to ellow the creation of a file system with two FATs and
bitmap allocations, even though our code only ever uses the first.

Add -q (quiet) flag.

Add -w flag to pass over any existing boot block and use base defaults.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sbin/newfs_exfatfs/Makefile
cvs rdiff -u -r0 -r1.1.2.1 src/sbin/newfs_exfatfs/defaults.c \
    src/sbin/newfs_exfatfs/defaults.h
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sbin/newfs_exfatfs/extern.h \
    src/sbin/newfs_exfatfs/newfs_exfatfs.8
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sbin/newfs_exfatfs/make_exfatfs.c
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 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.




Home | Main Index | Thread Index | Old Index