newfs_msdos(8): Sync with FreeBSD.
commitf252c9b085f5fbfb3d2d035cc6c5373b71940428
authorSascha Wildner <saw@online.de>
Fri, 9 Dec 2016 19:13:00 +0000 (9 20:13 +0100)
committerSascha Wildner <saw@online.de>
Fri, 9 Dec 2016 19:13:00 +0000 (9 20:13 +0100)
tree1452109f913a1384aef651897de8a918e586926a
parent46b82de289a9d7507e95a1bc1c343d0d19523414
newfs_msdos(8): Sync with FreeBSD.

* New options: '-C size' to create an empty image of the specified
    size and '-@ offset' to add the image at the specfied offset.

* Separate some parts into mkfs_msdos.c for later perusal by
    makefs(8), which we have yet to bring in.

* Numerous improvements and bug fixes.

* Raise WARNS to 6.

Taken-from-and-thanks-to: FreeBSD and NetBSD
sbin/newfs_msdos/Makefile
sbin/newfs_msdos/mkfs_msdos.c [new file with mode: 0644]
sbin/newfs_msdos/mkfs_msdos.h [new file with mode: 0644]
sbin/newfs_msdos/newfs_msdos.8
sbin/newfs_msdos/newfs_msdos.c