NetBSD/sbin/newfs
lukem 14929f77ab * add -F option: enable creation of file system in a regular file. a "fake"
disklabel is created as per mfs on "swap".
* add -Z option: pre-zero the -F image file before use. this is necessary if
  the image is to be used with vnd(4) because by default the files created
  with -F have "holes" and vnd doesn't cope with that.
* support 'k', 'm', 'g' suffixes for all options which take numeric arguments.
  provide strsuftoi() which performs the parsing mechanism.
* improve man page description of various options
* replace "filesystem" with "file system"
* when displaying usage for mfs, only list mfs options
* minor KNF and WARNS=2 cleanups
2001-07-29 09:55:22 +00:00
..
extern.h Put extern variable declarations in "extern.h". 2000-12-01 12:03:27 +00:00
Makefile #include machine/bswap.h and remove -lutil. 1999-01-15 13:32:05 +00:00
mkfs.c improve message describing MAXCSBUFS overflow 2001-07-27 15:19:33 +00:00
newfs.8 * add -F option: enable creation of file system in a regular file. a "fake" 2001-07-29 09:55:22 +00:00
newfs.c * add -F option: enable creation of file system in a regular file. a "fake" 2001-07-29 09:55:22 +00:00