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: apb
Date: Tue Nov 14 21:01:46 UTC 2006
Modified Files:
src/sbin/fsck: progress.c progress.h
src/sbin/fsck_ffs: main.c pass1.c pass2.c pass3.c pass4.c pass5.c
Log Message:
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.2 -r1.3 src/sbin/fsck/progress.c
cvs rdiff -r1.1 -r1.2 src/sbin/fsck/progress.h
cvs rdiff -r1.60 -r1.61 src/sbin/fsck_ffs/main.c
cvs rdiff -r1.42 -r1.43 src/sbin/fsck_ffs/pass1.c
cvs rdiff -r1.43 -r1.44 src/sbin/fsck_ffs/pass2.c
cvs rdiff -r1.18 -r1.19 src/sbin/fsck_ffs/pass3.c
cvs rdiff -r1.22 -r1.23 src/sbin/fsck_ffs/pass4.c
cvs rdiff -r1.46 -r1.47 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