Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-1-5] basesrc/sbin/fsck_ffs
Module Name: basesrc
Committed By: he
Date: Sat Nov 24 22:07:46 UTC 2001
Modified Files:
basesrc/sbin/fsck_ffs [netbsd-1-5]: main.c
Log Message:
Pull up revisions 1.35-1.37 (requested by lukem):
Jumbo pullup for fsck_ffs:
o fix incorrect error message
o mark initialized globals with ``extern''
o make reconnect algorithm O(n) instead of O(n^4)
o remove dead code
o don't swap cg_clustersum(cg)[0], it's a bitmap
o ensure rotor values are positive
o some code restructuring
o fix byte swapping bug
o pass5: check alternate superblocks for consistency with in-core master
o fix usage message
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.34.4.1 basesrc/sbin/fsck_ffs/main.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