git: usr.sbin/fstyp: Add HFS+ support
    Tomohiro Kusumi 
    tkusumi at crater.dragonflybsd.org
       
    Wed Dec 25 05:51:27 PST 2019
    
    
  
commit c7d550063f93fb892c93398d4453731e70d0da76
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Thu Dec 26 00:23:24 2019 +0900
    usr.sbin/fstyp: Add HFS+ support
    
    fstyp(8) man page will be updated once FreeBSD officially updates it.
    
    taken-from: freebsd/freebsd at b4d7ad9f787e74e712423def67de8bd76f71943a
Summary of changes:
 usr.sbin/fstyp/Makefile  |   2 +-
 usr.sbin/fstyp/fstyp.c   |   1 +
 usr.sbin/fstyp/fstyp.h   |   1 +
 usr.sbin/fstyp/hfsplus.c | 125 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 128 insertions(+), 1 deletion(-)
 create mode 100644 usr.sbin/fstyp/hfsplus.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c7d550063f93fb892c93398d4453731e70d0da76
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list