History log of /src/sbin/fsck/progress.c |
Revision | | Date | Author | Comments |
1.5 |
| 11-Apr-2009 |
lukem | fix sign-compare issues
|
1.4 |
| 28-Apr-2008 |
martin | branches: 1.4.6; Remove clause 3 and 4 from TNF licenses
|
1.3 |
| 14-Nov-2006 |
apb | branches: 1.3.18; 1.3.20; 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}.
|
1.2 |
| 10-May-2005 |
atatat | If progress is disabled, don't clear the progress bar.
|
1.1 |
| 13-Jan-2005 |
christos | branches: 1.1.2; Add a progress meter to fsck_ffs based on the work by thorpej presented to the mailing lists last January. This is optional.
|
1.1.2.2 |
| 20-Nov-2006 |
tron | 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}.
|
1.1.2.1 |
| 11-May-2005 |
tron | Pull up revision 1.2 (requested by atatat in ticket #280): If progress is disabled, don't clear the progress bar.
|
1.3.20.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.3.18.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.4.6.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|