History log of /dflybsd-src/sbin/newfs_msdos/mkfs_msdos.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 83751b8f 08-Sep-2019 Tomohiro Kusumi <kusumi.tomohiro@gmail.com>

sbin/newfs_msdos: Bring in -A/-T options from FreeBSD

Basically from FreeBSD/Git 284893ba and 8255b708.


# 59127828 31-Aug-2019 Tomohiro Kusumi <kusumi.tomohiro@gmail.com>

sys/vfs/msdosfs: Whitespace cleanups

Mostly trailing whitespace and >80 chars per line.
Also remove redundant static function prototypes.


# 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 ...