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

Modified Files:
	src/sbin/fsck_ffs: Makefile setup.c
	src/sbin/newfs: Makefile extern.h mkfs.c newfs.c

Log Message:
- Deal with wedges and the new disk geometry structures, instead of using
  struct disklabel.

Functionality lost:
  1. struct disklabel used to be updated to contain bsize, fsize, cpg.
     This information was used to locate the alternative superblock in
     the filesystem if the primary superblock was corrupted. We need
     to find a new place to store this information if we need this
     functionality.
  2. On vax SMD drives that contained bad sector lists, the newfs program
     knew how to get the offset and skip to the correct location in order
     to place the label.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sbin/fsck_ffs/Makefile
cvs rdiff -r1.79 -r1.80 src/sbin/fsck_ffs/setup.c
cvs rdiff -r1.30 -r1.31 src/sbin/newfs/Makefile
cvs rdiff -r1.12 -r1.13 src/sbin/newfs/extern.h
cvs rdiff -r1.100 -r1.101 src/sbin/newfs/mkfs.c
cvs rdiff -r1.91 -r1.92 src/sbin/newfs/newfs.c

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