summaryrefslogtreecommitdiffstats
path: root/sysutils/dvdtape
Commit message (Collapse)AuthorAgeFilesLines
* constify dvdtape.cbrian2001-09-232-0/+85
| | | | | | | | | | | Correct format arguments for unsigned long longs; In printf, use %llu In sscanf, use %qu These were both previously using %Ld... This fixes generation of DVDs >4Gb in size.
* Upgrade to version 1.6brian2001-07-074-26/+2
|
* Add back this patch which was missing in the release 1.5 tarball :(brian2001-07-071-0/+10
|
* Upgrade to version 1.5brian2001-07-034-82/+8
| | | | | This version pushes a better (working) version of the local changes back into the main yggdrasil sources.
* Remove -O and -Wall from CFLAGS and use whatever's already therebrian2001-06-111-1/+1
| | | | Suggested by: will
* Fix some option-parsing bugs (missing breaks)brian2001-06-103-2/+80
| | | | | Change sprintf -> snprintf Change -O2 -> -O
* dvdtape - a utility for creating a DVD master on a DLT drivebrian2001-04-037-0/+68
OpenPOWER on IntegriCloud