summaryrefslogtreecommitdiff
path: root/sysutils/progsreiserfs/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get media size by DIOCGMEDIASIZE ioctl(2).Norikatsu Shigemura2006-08-121-0/+26
| | | | | | | | # dd if=/dev/zero of=/var/tmp/reiserfs.img bs=1m count=64 # mdconfig -a -t vnode -f /var/tmp/reiserfs.img # mkfs.reiserfs -q /dev/md0. Obtained from: src/sbin/newfs/newfs.c
* - add USE_GETOPT_LONG=yes and related patchYen-Ming Lee2004-09-011-0/+37
| | | | | | - add USE_LIBTOOL_VER=15 and remove *.la from pkg-plist - disable NLS support if WITHOUT_NLS=yes is defined - bump PORTREVISION
* Add progsreiserfs, a library for reiserfs filesystem access and manipulation.Pav Lucistnik2004-05-141-0/+11
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>