From dillon at crater.dragonflybsd.org Tue Nov 4 10:28:22 2025 From: dillon at crater.dragonflybsd.org (Matthew Dillon) Date: Tue, 4 Nov 2025 10:28:22 -0800 (PST) Subject: git: hammer2 - Enhance "show" (debugging feature) Message-ID: <20251104182822.464032DB3297@crater.dragonflybsd.org> commit 9bf50b26854a8507240eab6c5c6cfb87f8f53c31 Author: Matthew Dillon Date: Tue Nov 4 10:27:25 2025 -0800 hammer2 - Enhance "show" (debugging feature) Enhance the hammer2 show command to allow a chainspec to be specified to dump a specific chain. The output will also print the xxhash64 value for the buffer. Summary of changes: sbin/hammer2/cmd_debug.c | 30 +++++++++++++++++++++++++++++- sbin/hammer2/hammer2.8 | 9 ++++++++- sbin/hammer2/hammer2.h | 2 +- sbin/hammer2/main.c | 18 ++++++++++++------ 4 files changed, 50 insertions(+), 9 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9bf50b26854a8507240eab6c5c6cfb87f8f53c31 -- DragonFly BSD source repository