git: usr.sbin/fstyp: Support HAMMER2 PFS label and @name syntax
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun Oct 6 06:52:49 PDT 2019
commit 65d969b4d772fbbb61039b1a8ce2eaefe8ab1d3d
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Mon Oct 7 00:15:05 2019 +0900
usr.sbin/fstyp: Support HAMMER2 PFS label and @name syntax
SUPROOT is printed only when @name is invalid.
Affects autofs -media mount.
Summary of changes:
usr.sbin/fstyp/cd9660.c | 2 +-
usr.sbin/fstyp/exfat.c | 2 +-
usr.sbin/fstyp/ext2fs.c | 2 +-
usr.sbin/fstyp/fstyp.c | 20 ++++--
usr.sbin/fstyp/fstyp.h | 16 ++---
usr.sbin/fstyp/hammer.c | 2 +-
usr.sbin/fstyp/hammer2.c | 162 ++++++++++++++++++++++++++++++++++++++---------
usr.sbin/fstyp/msdosfs.c | 2 +-
usr.sbin/fstyp/ntfs.c | 2 +-
usr.sbin/fstyp/ufs.c | 2 +-
10 files changed, 161 insertions(+), 51 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/65d969b4d772fbbb61039b1a8ce2eaefe8ab1d3d
--
DragonFly BSD source repository
More information about the Commits
mailing list