git: usr.sbin/makefs: Add -o c|C option to specify comp|check type
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Fri Nov 3 01:29:54 PDT 2023
commit 60e242c50d5e46df50e73f8e9b14945e1b33aeb4
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date: Thu Nov 2 01:20:07 2023 -0700
usr.sbin/makefs: Add -o c|C option to specify comp|check type
mainly for debugging purpose to use "none" by default.
These options aren't available in newfs_hammer2(8) atm.
Note that level specification for "-o c" is currently unsupported,
and "sha192" for "-o C" is currently unsupported at runtime.
Summary of changes:
sbin/newfs_hammer2/mkfs_hammer2.c | 2 +-
sbin/newfs_hammer2/newfs_hammer2.c | 3 +++
usr.sbin/makefs/hammer2.c | 35 ++++++++++++++++++++++++++++++++++-
usr.sbin/makefs/makefs.8 | 24 +++++++++++++++++++++++-
4 files changed, 61 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/60e242c50d5e46df50e73f8e9b14945e1b33aeb4
--
DragonFly BSD source repository
More information about the Commits
mailing list