NetBSD/sbin/newfs_msdos
abs b46e0d1534 newfs_msdos allowed suffixes such as 'k', 'm' for some parameters,
but amusingly this did not include Block size, or Sectors per cluster.
Allow for all numeric parameters (If I want to specify the number
of drive heads as '1K', then why not?)
2015-04-23 13:27:14 +00:00
..
Makefile Split the make fs portion into a function; do argument tests inside the 2013-01-21 20:28:38 +00:00
mkfs_msdos.c PR bin/46743: mark the "next free cluster" value in the file system 2014-01-05 12:52:39 +00:00
mkfs_msdos.h fix regressions after split. 2013-01-23 15:29:15 +00:00
newfs_msdos.8 Fix volume name (Ed Maste) 2014-04-24 23:49:40 +00:00
newfs_msdos.c newfs_msdos allowed suffixes such as 'k', 'm' for some parameters, 2015-04-23 13:27:14 +00:00