summaryrefslogtreecommitdiff
path: root/sysutils/copytape/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/copytape: include errno.h for errnoBrooks Davis2024-10-012-16/+18
| | | | | | | | | | | | | | errno must be accessed by a macro from errno.h. Tidy includes and add unistd.h for read/write. Consolidate patches for easy of maintenance. This code is borderline useless and certainly broken with modern tape sizes due to the use of ints for sizes. PR: 281781 Approved by: sjroz@verizon.net (maintainer)
* Rename sysutils/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-0/+0
| | | | Notes: svn path=/head/; revision=363335
* - Fix build [1]Alex Kozlov2013-10-241-0/+11
| | | | | | | | | | - Support STAGEDIR PR: ports/183023 [1] Submitted by: Stephen Roznowski <sjroz@verizon.net> (maintainer) Notes: svn path=/head/; revision=331498
* Use ALL_TARGETVolker Stolz2005-04-201-11/+0
| | | | Notes: svn path=/head/; revision=133774
* Import of copytape 1.0Justin M. Seger1998-12-202-0/+31
Copytape duplicates magtapes. It is intended for duplication of bootable or other non-file-structured (non-tar-structured) magtapes on systems with only one tape drive. Copytape is blissfully ignorant of tape formats. It merely makes a bit-for-bit copy of its input. PR: ports/8454 Submitted by: sjr@home.net Notes: svn path=/head/; revision=15450