aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ufs_copy
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-252-2/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* Fix error on copying snapshots on 7-stable or later.MANTANI Nobutaka2008-03-232-0/+61
| | | | Notes: svn path=/head/; revision=209627
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200792
* Update to 20060921.MANTANI Nobutaka2006-09-244-29/+4
| | | | | | | Submitted by: simokawa Notes: svn path=/head/; revision=173724
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Fix build error on -current.MANTANI Nobutaka2005-11-201-0/+14
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=148844
* Add ufs_copy.MANTANI Nobutaka2005-07-035-0/+53
The ufs_copy copies a UFS filesystem image like dd(1). It doesn't copy free blocks for speed and it generates a sparse destination file for saving space. WWW: http://people.freebsd.org/~simokawa/ufs/ Notes: svn path=/head/; revision=138400