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:08 UTC 2001

Modified Files:
        basesrc/sbin/fsck_ffs [netbsd-1-5]: extern.h

Log Message:
Pull up revisions 1.11-1.13 (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.10 -r1.10.12.1 basesrc/sbin/fsck_ffs/extern.h

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