#
f252c9b0 |
| 09-Dec-2016 |
Sascha Wildner <saw@online.de> |
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 mk
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
show more ...
|