NetBSD/sbin/newfs
augustss c6d7884ffd Change how default block size is picked. The default block size is used
if there is no command line option and the disklabel gives 0 as the size.
The default used to be 8k, not the default is picked depending on the
file system size.  FS < 20M gets 4k, <1G get 8k, and >1G get 16k.
The 16k default was suggested by lukem which FreeBSD is using.
2001-12-30 18:49:28 +00:00
..
Makefile enable WARNS=2 2001-07-29 09:59:12 +00:00
extern.h Incorporate the enhanced ffs_dirpref() by Grigoriy Orlov, as found in 2001-09-06 02:16:00 +00:00
mkfs.c clamp bsize to MAXBSIZE 2001-12-13 06:31:31 +00:00
newfs.8 Fixes from and/or inspired by FreeBSD: 2001-12-30 16:47:55 +00:00
newfs.c Change how default block size is picked. The default block size is used 2001-12-30 18:49:28 +00:00