freebsd-dev/sbin/newfs
Bruce Evans 5a3e77d851 Fixed overflow in the calculation of the number of inodes per group
for filesystems with almost the maximum number of sectors.  The maxiumum
is 2^31, but overflow is common for that size, and overflow normally
occurred here at size (2^31 - 4096).
1998-05-31 12:21:50 +00:00
..
Makefile Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mkfs.c Fixed overflow in the calculation of the number of inodes per group 1998-05-31 12:21:50 +00:00
newfs.8 Add warning about root-fs blocksize expectations. 1998-04-26 17:44:23 +00:00
newfs.c Fixed some spelling errors. 1998-01-16 06:31:23 +00:00