Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename all files containing a : in their filename. | mat | 2016-06-18 | 3 | -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 use | adamw | 2014-07-30 | 1 | -0/+0 |
| | | | | '__' instead. | ||||
* | Get media size by DIOCGMEDIASIZE ioctl(2). | nork | 2006-08-12 | 1 | -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 patch | leeym | 2004-09-01 | 1 | -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 | 2004-05-14 | 1 | -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> |