git: DragonFly_RELEASE_4_6 newfs_msdos(8): Sync with FreeBSD.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Mar 12 10:13:14 PDT 2017
commit 22ac5b1767d349cbba118bf4e6bcf5a818726f86
Author: Sascha Wildner <saw at online.de>
Date: Fri Dec 9 20:13:00 2016 +0100
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
Summary of changes:
sbin/newfs_msdos/Makefile | 5 +-
sbin/newfs_msdos/mkfs_msdos.c | 941 +++++++++++++++++++++++++++++++++++++++++
sbin/newfs_msdos/mkfs_msdos.h | 69 +++
sbin/newfs_msdos/newfs_msdos.8 | 147 +++++--
sbin/newfs_msdos/newfs_msdos.c | 867 +++++--------------------------------
5 files changed, 1213 insertions(+), 816 deletions(-)
create mode 100644 sbin/newfs_msdos/mkfs_msdos.c
create mode 100644 sbin/newfs_msdos/mkfs_msdos.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/22ac5b1767d349cbba118bf4e6bcf5a818726f86
--
DragonFly BSD source repository
More information about the Commits
mailing list