HAMMER Utilities: enhanced show, timeout option
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 4 May 2008 19:18:17 +0000 (19:18 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 4 May 2008 19:18:17 +0000 (19:18 +0000)
commit0006adae7fd20cb2dd99f0f580cd81d285d56352
tree44e19d74635306f385ffff7bb1eab0c8e1765078
parentd743bcf8e4b7a95c478c8600cef942480f6b76ef
HAMMER Utilities: enhanced show, timeout option

* Enchange the show command when used with -vvv.  The command now reports
  directory entries and basic information about inodes.

* Add the [-t timeout] option.  The idea is to use this to limit the amount
  of time hammer spends reblocking or pruning a filesystem when running the
  command from a cron job.

* Adjust the format of the softlink option to be more consistent.
sbin/hammer/cmd_prune.c
sbin/hammer/cmd_reblock.c
sbin/hammer/cmd_show.c
sbin/hammer/hammer.8
sbin/hammer/hammer.c