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:06:53 UTC 2001
Modified Files:
basesrc/sbin/fsck_ffs [netbsd-1-5]: dir.c
Log Message:
Pull up revisions 1.28-1.32 (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.26.4.1 -r1.26.4.2 basesrc/sbin/fsck_ffs/dir.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