Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [perseant-exfatfs] src/sbin/fsck_exfatfs
Module Name: src
Committed By: perseant
Date: Wed Apr 30 18:46:21 UTC 2025
Modified Files:
src/sbin/fsck_exfatfs [perseant-exfatfs]: fsck_exfatfs.c pass0.c
pass0.h
Log Message:
Do not check boot block checksum by default. Add -x flag to turn on this check, if desired by the user.
Convert the endianness of the superblock and other on-disk data structures.
Do not attempt to write the superblock if passed -n.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sbin/fsck_exfatfs/fsck_exfatfs.c
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sbin/fsck_exfatfs/pass0.c
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sbin/fsck_exfatfs/pass0.h
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