Subject: CVS commit: src/sbin
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/13/2005 15:22:35
Module Name:	src
Committed By:	christos
Date:		Thu Jan 13 15:22:35 UTC 2005

Modified Files:
	src/sbin/fsck: fsck.8 fsck.c fsutil.h
	src/sbin/fsck_ext2fs: main.c
	src/sbin/fsck_ffs: Makefile fsck.h fsck_ffs.8 main.c pass1.c pass1b.c
	    pass2.c pass3.c pass4.c pass5.c
	src/sbin/fsck_lfs: main.c
	src/sbin/fsck_msdos: main.c
Added Files:
	src/sbin/fsck: progress.c progress.h

Log Message:
Add a progress meter to fsck_ffs based on the work by thorpej presented
to the mailing lists last January. This is optional.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sbin/fsck/fsck.8
cvs rdiff -r1.36 -r1.37 src/sbin/fsck/fsck.c
cvs rdiff -r1.8 -r1.9 src/sbin/fsck/fsutil.h
cvs rdiff -r0 -r1.1 src/sbin/fsck/progress.c src/sbin/fsck/progress.h
cvs rdiff -r1.18 -r1.19 src/sbin/fsck_ext2fs/main.c
cvs rdiff -r1.24 -r1.25 src/sbin/fsck_ffs/Makefile
cvs rdiff -r1.39 -r1.40 src/sbin/fsck_ffs/fsck.h
cvs rdiff -r1.38 -r1.39 src/sbin/fsck_ffs/fsck_ffs.8
cvs rdiff -r1.52 -r1.53 src/sbin/fsck_ffs/main.c
cvs rdiff -r1.32 -r1.33 src/sbin/fsck_ffs/pass1.c
cvs rdiff -r1.17 -r1.18 src/sbin/fsck_ffs/pass1b.c
cvs rdiff -r1.37 -r1.38 src/sbin/fsck_ffs/pass2.c
cvs rdiff -r1.16 -r1.17 src/sbin/fsck_ffs/pass3.c
cvs rdiff -r1.18 -r1.19 src/sbin/fsck_ffs/pass4.c
cvs rdiff -r1.41 -r1.42 src/sbin/fsck_ffs/pass5.c
cvs rdiff -r1.18 -r1.19 src/sbin/fsck_lfs/main.c
cvs rdiff -r1.15 -r1.16 src/sbin/fsck_msdos/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.