Subject: CVS commit: src/sbin/fsck
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 08/26/2006 21:54:05
Module Name:	src
Committed By:	christos
Date:		Sat Aug 26 21:54:05 UTC 2006

Modified Files:
	src/sbin/fsck: preen.c
Added Files:
	src/sbin/fsck: partutil.c partutil.h

Log Message:
- make preen recognize wedges and insert their parent disks in the disk list
  so that we don't run multiple fsck's on the same spindle at the same time!
- Add some partition getting utilities that are wedge aware (soon to be able
  to use the native geometry ioctl), so that we can fsck wedges.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sbin/fsck/partutil.c src/sbin/fsck/partutil.h
cvs rdiff -r1.28 -r1.29 src/sbin/fsck/preen.c

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