HAMMER Utilities: Sync with 58A
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 23 Jun 2008 21:31:58 +0000 (21:31 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 23 Jun 2008 21:31:58 +0000 (21:31 +0000)
commitb5aaba7fa11d32843096458fe5c0188ba7e49b26
tree93961247431cd961ff9ec5eee6d1d9121f79f328
parentbed9e3727330b007fdf180172e9862a45148e1e9
HAMMER Utilities: Sync with 58A

* Add the master=<number> mount option, a unique id (0-15) which uniquely
  identifies a master in a multi-master cluster.  It will initially be
  used to support multi-master mirroring.

* Rename the hammer softprune command to prune and remove the original
  prune.

* Transaction ids are no longer based on the time at all.  They used to
  be loosely based on the time but could get knocked off by bad system
  time.  Now they aren't at all.
sbin/hammer/Makefile
sbin/hammer/cmd_prune.c [deleted file]
sbin/hammer/cmd_softprune.c
sbin/hammer/hammer.8
sbin/hammer/hammer.c
sbin/hammer/hammer.h
sbin/mount_hammer/mount_hammer.8
sbin/mount_hammer/mount_hammer.c
sbin/newfs_hammer/newfs_hammer.c