Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sbin
Module Name: src
Committed By: tron
Date: Mon Nov 20 21:37:29 UTC 2006
Modified Files:
src/sbin/fsck [netbsd-3]: progress.c progress.h
src/sbin/fsck_ffs [netbsd-3]: main.c pass1.c pass2.c pass3.c pass4.c
pass5.c
Log Message:
Pull up following revision(s) (requested by ghen in ticket #1590):
sbin/fsck_ffs/pass4.c: revision 1.23
sbin/fsck_ffs/pass5.c: revision 1.47
sbin/fsck_ffs/pass2.c: revision 1.44
sbin/fsck_ffs/pass1.c: revision 1.43
sbin/fsck_ffs/pass3.c: revision 1.19
sbin/fsck/progress.c: revision 1.3
sbin/fsck_ffs/main.c: revision 1.61
sbin/fsck/progress.h: revision 1.2
Improve the progress bar displayed by fsck_ffs -p -P.
The progress bar will now travel from 0 to 20% during pass 1, from 20%
to 95% during pass 2, and from 95% to 100% during passes 3, 4, and 5.
Previously, the progress bar was not displayed at all during pass 1,
slowly traveled from 0 to about 50% during pass 2, and then very rapidly
traveled from 50% to 100% during passes 3, 4, and 5.
Note that fsck_ffs is the only user of fsck/progress.{c,h}.
To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sbin/fsck/progress.c
cvs rdiff -r1.1 -r1.1.2.1 src/sbin/fsck/progress.h
cvs rdiff -r1.57 -r1.57.2.1 src/sbin/fsck_ffs/main.c
cvs rdiff -r1.36.2.2 -r1.36.2.3 src/sbin/fsck_ffs/pass1.c
cvs rdiff -r1.41 -r1.41.2.1 src/sbin/fsck_ffs/pass2.c
cvs rdiff -r1.18 -r1.18.2.1 src/sbin/fsck_ffs/pass3.c
cvs rdiff -r1.21 -r1.21.2.1 src/sbin/fsck_ffs/pass4.c
cvs rdiff -r1.45 -r1.45.2.1 src/sbin/fsck_ffs/pass5.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