git: hammer2 hammer2 - Add media dump command, improve help output

Matthew Dillon dillon at crater.dragonflybsd.org
Mon May 14 22:41:46 PDT 2012


commit bd878fc99a65d56028b96b1c2535fff45df6e9a1
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon May 14 22:40:10 2012 -0700

    hammer2 - Add media dump command, improve help output
    
    * Add 'hammer2 show <device>'.  This will dump the contents of the
      hammer2 filesystem structure on-media.
    
    * Improve usage() output.
    
    * Rename 'hammer2 debug <host>' to 'hammer2 shell <host>'.

Summary of changes:
 sbin/hammer2/cmd_debug.c   |  256 +++++++++++++++++++++++++++++++++++++++++--
 sbin/hammer2/cmd_service.c |    2 +-
 sbin/hammer2/hammer2.h     |   10 ++-
 sbin/hammer2/main.c        |   52 +++++++--
 sbin/hammer2/subs.c        |   83 ++++++++++++++
 5 files changed, 377 insertions(+), 26 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bd878fc99a65d56028b96b1c2535fff45df6e9a1


-- 
DragonFly BSD source repository





More information about the Commits mailing list