git: usr.sbin/fstyp: Add APFS support

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Wed Dec 25 05:51:29 PST 2019


commit af845dbf97205ef878f791583709cd6aaf574165
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Thu Dec 26 00:31:19 2019 +0900

    usr.sbin/fstyp: Add APFS support
    
    fstyp(8) man page will be updated once FreeBSD officially updates it.
    
    taken-from: freebsd/freebsd at 171bb54729d6d6554eb09c9a3507b184795f33e3

Summary of changes:
 usr.sbin/fstyp/Makefile              |   2 +-
 usr.sbin/fstyp/{hfsplus.c => apfs.c} | 104 +++++++++++++++--------------------
 usr.sbin/fstyp/fstyp.c               |   1 +
 usr.sbin/fstyp/fstyp.h               |   1 +
 4 files changed, 46 insertions(+), 62 deletions(-)
 copy usr.sbin/fstyp/{hfsplus.c => apfs.c} (52%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/af845dbf97205ef878f791583709cd6aaf574165


-- 
DragonFly BSD source repository



More information about the Commits mailing list