git: hammer2 - cleanup, add manual page
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Mar 27 08:49:30 PDT 2015
commit 3c1984199065628a4c54b8c89f815f9edfa55c8f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Mar 27 08:48:47 2015 -0700
hammer2 - cleanup, add manual page
* Add an initial manual page for hammer2(8). Note that a multitude of
features being described have not yet been implemented.
* Add a DUMMY PFS type.
* Cleanup some edge cases.
Summary of changes:
sbin/hammer2/Makefile | 4 +-
sbin/hammer2/cmd_pfs.c | 24 ++-
sbin/hammer2/hammer2.8 | 427 ++++++++++++++++++++++++++++++++++++++++
sbin/hammer2/main.c | 13 +-
sys/vfs/hammer2/hammer2_disk.h | 1 +
sys/vfs/hammer2/hammer2_iocom.c | 4 +-
sys/vfs/hammer2/hammer2_ioctl.c | 3 +
7 files changed, 468 insertions(+), 8 deletions(-)
create mode 100644 sbin/hammer2/hammer2.8
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3c1984199065628a4c54b8c89f815f9edfa55c8f
--
DragonFly BSD source repository
More information about the Commits
mailing list