libhammer - HAMMER filesystem library.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Tue, 25 Oct 2011 22:34:24 +0000 (00:34 +0200)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Tue, 25 Oct 2011 22:40:21 +0000 (00:40 +0200)
commitcb7575e6a89409a2041a37fcfc22ce9e41297ab8
treec24efcdd8c0e4c043699e97a3d794f5cbf7a2355
parent754a8b0facb78efc7c756b1af03021b9677f566a
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
lib/libhammer/Makefile [new file with mode: 0644]
lib/libhammer/info.c [new file with mode: 0644]
lib/libhammer/libhammer.h [new file with mode: 0644]
lib/libhammer/libhammer_get_volinfo.3 [new file with mode: 0644]
lib/libhammer/misc.c [new file with mode: 0644]