git: hammer2 - Add 'cleanup' command, retool h2 build for conf/files inclusion

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 11 17:59:50 PDT 2017


commit 30ce27d45c7ee6e8a8cb7da80171265c31a230c3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Sep 11 17:53:41 2017 -0700

    hammer2 - Add 'cleanup' command, retool h2 build for conf/files inclusion
    
    * Add a preliminary 'hammer2 cleanup' command that works similar to
      hammer1.
    
    * Retool xxhash and zlib prefixing to avoid kernel conflicts and to
      allow hammer2 to be included in conf/files.

Summary of changes:
 sbin/hammer2/Makefile                              |  2 +-
 .../hammer2/cmd_cleanup.c                          | 65 +++++++++++++++-------
 sbin/hammer2/hammer2.h                             |  1 +
 sbin/hammer2/main.c                                |  2 +
 sys/vfs/hammer2/Makefile                           | 10 +++-
 sys/vfs/hammer2/xxhash/xxhash.h                    |  3 +
 sys/vfs/hammer2/zlib/hammer2_zlib_zconf.h          |  3 +
 7 files changed, 63 insertions(+), 23 deletions(-)
 copy lib/libc/sys/sched_getaffinity.c => sbin/hammer2/cmd_cleanup.c (66%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/30ce27d45c7ee6e8a8cb7da80171265c31a230c3


-- 
DragonFly BSD source repository



More information about the Commits mailing list