cvs commit: src/sbin/hammer Makefile cmd_prune.c cmd_softprune.c hammer.8 hammer.c hammer.h src/sbin/mount_hammer mount_hammer.8 mount_hammer.c src/sbin/newfs_hammer newfs_hammer.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jun 23 14:33:34 PDT 2008
dillon 2008/06/23 14:31:58 PDT
DragonFly src repository
Modified files:
sbin/hammer Makefile cmd_softprune.c hammer.8
hammer.c hammer.h
sbin/mount_hammer mount_hammer.8 mount_hammer.c
sbin/newfs_hammer newfs_hammer.c
Removed files:
sbin/hammer cmd_prune.c
Log:
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.
Revision Changes Path
1.15 +1 -1 src/sbin/hammer/Makefile
1.3 +42 -16 src/sbin/hammer/cmd_softprune.c
1.23 +9 -52 src/sbin/hammer/hammer.8
1.24 +5 -9 src/sbin/hammer/hammer.c
1.17 +1 -1 src/sbin/hammer/hammer.h
1.7 +15 -21 src/sbin/mount_hammer/mount_hammer.8
1.5 +14 -69 src/sbin/mount_hammer/mount_hammer.c
1.34 +6 -4 src/sbin/newfs_hammer/newfs_hammer.c
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/Makefile.diff?r1=1.14&r2=1.15&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/cmd_softprune.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.8.diff?r1=1.22&r2=1.23&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.c.diff?r1=1.23&r2=1.24&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.h.diff?r1=1.16&r2=1.17&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/mount_hammer/mount_hammer.8.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/mount_hammer/mount_hammer.c.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/newfs_hammer/newfs_hammer.c.diff?r1=1.33&r2=1.34&f=u
More information about the Commits
mailing list