NetBSD/sbin/newfs
lukem 063df7cfb7 various calcipg() fixes:
- fix round-off errors when determining the number of inodes per group,
  which often resulted in the total number of inodes in the file system
  being less than what the density asked for.
  now you might get more inodes than requested for a given density,
  rather than less.
- if the new inodes/group is <= 0, ensure that it's at least 1, preventing
  a possible division by zero or other wacky problems
- use long long instead of quad_t
2001-08-25 01:42:46 +00:00
..
Makefile
extern.h
mkfs.c various calcipg() fixes: 2001-08-25 01:42:46 +00:00
newfs.8
newfs.c when zeroing the image, use fstatfs() to find the optimal block size 2001-08-08 07:34:53 +00:00