aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/progsreiserfs/files
Commit message (Collapse)AuthorAgeFilesLines
* Rename all files containing a : in their filename.mat2016-06-183-12/+12
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-301-0/+0
| | | | '__' instead.
* Get media size by DIOCGMEDIASIZE ioctl(2).nork2006-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 patchleeym2004-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.pav2004-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>