Source-Changes archive

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

CVS commit: src/sbin



Module Name:    src
Committed By:   bouyer
Date:           Sat Aug 30 10:46:16 UTC 2008

Modified Files:
        src/sbin/fsck_ffs: Makefile extern.h fsck_ffs.8 main.c setup.c
        src/sbin/fsdb: fsdb.c

Log Message:
Add fss(4) snapshot support to fsck_ffs(8) (via -x or -X options, like
dump(8)). This allows fsck_ffs -n to work on a snapshot of a R/W mounted
filesystem, and avoid errors related to filesystem activity.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sbin/fsck_ffs/Makefile
cvs rdiff -r1.23 -r1.24 src/sbin/fsck_ffs/extern.h
cvs rdiff -r1.41 -r1.42 src/sbin/fsck_ffs/fsck_ffs.8
cvs rdiff -r1.68 -r1.69 src/sbin/fsck_ffs/main.c
cvs rdiff -r1.83 -r1.84 src/sbin/fsck_ffs/setup.c
cvs rdiff -r1.37 -r1.38 src/sbin/fsdb/fsdb.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