Add progsreiserfs, a library for reiserfs filesystem access and manipulation.
For now progsreiserfs consists of:
1. libreiserfs, which have a number of high level APIs for access reiserfs
filesystem. There are: main filesystem code (reiserfs_fs_open, reiserfs_fs_close,
resierfs_fs_create, reiserfs_fs_resize, reiserfs_fs_journal_tune, etc), journal
code, bitmap code, directories and files access code and device abstraction layer.
2. fouth progs which are simple frontends to libreiserfs. There are: mkfs.reiserfs,
resizefs.reiserfs, cpfs.reiserfs, tunefs.reiserfs.
PR: ports/66590
Submitted by: Florent Thoumie <flz@xbsd.org>
2004-05-14 17:49:39 +02:00
|
|
|
include/dal/dal.h
|
|
|
|
include/dal/file.h
|
|
|
|
include/reiserfs/bitmap.h
|
|
|
|
include/reiserfs/block.h
|
|
|
|
include/reiserfs/core.h
|
|
|
|
include/reiserfs/dir.h
|
|
|
|
include/reiserfs/endian.h
|
|
|
|
include/reiserfs/exception.h
|
|
|
|
include/reiserfs/file.h
|
|
|
|
include/reiserfs/filesystem.h
|
|
|
|
include/reiserfs/gauge.h
|
|
|
|
include/reiserfs/hashes.h
|
|
|
|
include/reiserfs/journal.h
|
|
|
|
include/reiserfs/key.h
|
|
|
|
include/reiserfs/node.h
|
|
|
|
include/reiserfs/object.h
|
|
|
|
include/reiserfs/path.h
|
|
|
|
include/reiserfs/reiserfs.h
|
|
|
|
include/reiserfs/segment.h
|
|
|
|
include/reiserfs/tools.h
|
|
|
|
include/reiserfs/tree.h
|
|
|
|
lib/libdal-0.3.so
|
|
|
|
lib/libdal-0.3.so.0
|
|
|
|
lib/libdal.a
|
2006-02-23 11:40:44 +01:00
|
|
|
lib/libdal.la
|
Add progsreiserfs, a library for reiserfs filesystem access and manipulation.
For now progsreiserfs consists of:
1. libreiserfs, which have a number of high level APIs for access reiserfs
filesystem. There are: main filesystem code (reiserfs_fs_open, reiserfs_fs_close,
resierfs_fs_create, reiserfs_fs_resize, reiserfs_fs_journal_tune, etc), journal
code, bitmap code, directories and files access code and device abstraction layer.
2. fouth progs which are simple frontends to libreiserfs. There are: mkfs.reiserfs,
resizefs.reiserfs, cpfs.reiserfs, tunefs.reiserfs.
PR: ports/66590
Submitted by: Florent Thoumie <flz@xbsd.org>
2004-05-14 17:49:39 +02:00
|
|
|
lib/libdal.so
|
|
|
|
lib/libreiserfs-0.3.so
|
|
|
|
lib/libreiserfs-0.3.so.0
|
|
|
|
lib/libreiserfs.a
|
2006-02-23 11:40:44 +01:00
|
|
|
lib/libreiserfs.la
|
Add progsreiserfs, a library for reiserfs filesystem access and manipulation.
For now progsreiserfs consists of:
1. libreiserfs, which have a number of high level APIs for access reiserfs
filesystem. There are: main filesystem code (reiserfs_fs_open, reiserfs_fs_close,
resierfs_fs_create, reiserfs_fs_resize, reiserfs_fs_journal_tune, etc), journal
code, bitmap code, directories and files access code and device abstraction layer.
2. fouth progs which are simple frontends to libreiserfs. There are: mkfs.reiserfs,
resizefs.reiserfs, cpfs.reiserfs, tunefs.reiserfs.
PR: ports/66590
Submitted by: Florent Thoumie <flz@xbsd.org>
2004-05-14 17:49:39 +02:00
|
|
|
lib/libreiserfs.so
|
|
|
|
sbin/cpfs.reiserfs
|
|
|
|
sbin/fsck.reiserfs
|
|
|
|
sbin/mkfs.reiserfs
|
|
|
|
sbin/resizefs.reiserfs
|
|
|
|
sbin/tunefs.reiserfs
|
|
|
|
share/aclocal/progsreiserfs.m4
|
|
|
|
@dirrm include/reiserfs
|
|
|
|
@dirrm include/dal
|