DragonFly BSD
DragonFly commits List (threaded) for 2011-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: libhammer - HAMMER filesystem library.


From: Antonio Huete Jimenez <tuxillo@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 25 Oct 2011 15:41:00 -0700 (PDT)

commit cb7575e6a89409a2041a37fcfc22ce9e41297ab8
Author: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Date:   Wed Oct 26 00:34:24 2011 +0200

    libhammer - HAMMER filesystem library.
    
    Initial work to bring a library to help operating
    HAMMER filesystems from userland.
    
    It's barebones as of now, only "info" directive is
    adapted, progressively the rest of the directives
    will be migrated
    
    Help-from: @swildner, @sjg

Summary of changes:
 lib/libhammer/Makefile                |   20 +++
 lib/libhammer/info.c                  |  210 +++++++++++++++++++++++++++++++++
 lib/libhammer/libhammer.h             |  150 +++++++++++++++++++++++
 lib/libhammer/libhammer_get_volinfo.3 |  124 +++++++++++++++++++
 lib/libhammer/misc.c                  |  142 ++++++++++++++++++++++
 5 files changed, 646 insertions(+), 0 deletions(-)
 create mode 100644 lib/libhammer/Makefile
 create mode 100644 lib/libhammer/info.c
 create mode 100644 lib/libhammer/libhammer.h
 create mode 100644 lib/libhammer/libhammer_get_volinfo.3
 create mode 100644 lib/libhammer/misc.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb7575e6a89409a2041a37fcfc22ce9e41297ab8


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]