freebsd-dev/sbin/fsck_ffs
Scott Long 08983aee40 Improve the delay algorithm used in bgfsck. From the author:
shuffles the timing and sleep calls in bgfsck from:

 sleep timer_on io timer_off io io io io io io io
   to
 sleep io io io io io io io timer_on io timer_off

 The original method basically guaranteed that the timed I/O included a
 disk seek every time, which made bgfsck sleep for much longer than
 necessary.

Submitted by:   Dan Nelson
Reviewed by:    kirk
2004-05-18 19:51:41 +00:00
..
SMM.doc Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
dir.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
ea.c Use __FBSDID() to quiet GCC 3.3 warnings. 2003-05-03 18:41:59 +00:00
fsck_ffs.8 Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
fsck.h Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
fsutil.c Improve the delay algorithm used in bgfsck. From the author: 2004-05-18 19:51:41 +00:00
inode.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
main.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
Makefile style.Makefile(5): 2004-02-23 20:25:27 +00:00
pass1.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
pass1b.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
pass2.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
pass3.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
pass4.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
pass5.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
setup.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
utilities.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00