git: newfs_msdos(8): Sync with FreeBSD.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Dec 9 11:15:09 PST 2016


commit f252c9b085f5fbfb3d2d035cc6c5373b71940428
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/f252c9b085f5fbfb3d2d035cc6c5373b71940428


-- 
DragonFly BSD source repository



More information about the Commits mailing list