Subject: CVS commit: [netbsd-1-5] basesrc/sbin/fsck_ffs
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/25/2001 00:08:01
Module Name:	basesrc
Committed By:	he
Date:		Sat Nov 24 22:08:01 UTC 2001

Modified Files:
	basesrc/sbin/fsck_ffs [netbsd-1-5]: pass2.c

Log Message:
Pull up revision 1.29 (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.27 -r1.27.4.1 basesrc/sbin/fsck_ffs/pass2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.