freebsd-skq/sbin/newfs
bde 0fc01e5adf 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
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