git: usr.sbin/fstyp: Bring in exFAT support from FreeBSD
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Mon Feb 12 02:43:05 PST 2018
commit 27ded0ea365b08dd45690c3fcfd37fad3d36976f
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Mon Feb 12 19:22:40 2018 +0900
usr.sbin/fstyp: Bring in exFAT support from FreeBSD
exFAT support was added by below FreeBSD at GitHub commit in 2017.
f72e57262fe11f1cc7ffc3b3000bc5747467b8c3
Summary of changes:
usr.sbin/fstyp/Makefile | 2 +-
.../thr1/thr1.c => usr.sbin/fstyp/exfat.c | 75 +++++++++++-----------
usr.sbin/fstyp/fstyp.8 | 6 +-
usr.sbin/fstyp/fstyp.c | 1 +
usr.sbin/fstyp/fstyp.h | 1 +
5 files changed, 44 insertions(+), 41 deletions(-)
copy test/stress/stress2/testcases/thr1/thr1.c => usr.sbin/fstyp/exfat.c (59%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/27ded0ea365b08dd45690c3fcfd37fad3d36976f
--
DragonFly BSD source repository
More information about the Commits
mailing list