Subject: CVS commit: src/sbin/newfs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 09/11/2003 12:19:45
Module Name:	src
Committed By:	dsl
Date:		Thu Sep 11 12:19:45 UTC 2003

Modified Files:
	src/sbin/newfs: extern.h mkfs.c mount_mfs.8 newfs.8 newfs.c

Log Message:
Make mkfs -N work again (was trying to read filesystem).
Correct calculation of number of inodes from density for small filesystems.
Add a '-n inodes' option so that the desired number of inodes can be
explicitly given - init needs this for mfs /dev, -i density is too crude.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sbin/newfs/extern.h src/sbin/newfs/mount_mfs.8
cvs rdiff -r1.80 -r1.81 src/sbin/newfs/mkfs.c
cvs rdiff -r1.55 -r1.56 src/sbin/newfs/newfs.8
cvs rdiff -r1.69 -r1.70 src/sbin/newfs/newfs.c

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