summaryrefslogtreecommitdiff
path: root/usr.bin/cdio
AgeCommit message (Collapse)Author
2006-10-12document environment var CDROM; from ross l richardson (pr #5258)Jason McIntyre
i used a different fix, and merged the CDROM stuff into DISC. whilst in there, document the default if neither is given. ok mjc
2006-08-28fix up disc size check.Michael Coulter
ok krw@ deraadt@
2006-08-26/* $OpenBSD $*/ -> /* $OpenBSD$ */Kenneth R Westerback
2006-08-26print updates on the same line, per second, as we go along writing, inTheo de Raadt
the following form: track 01 'd' 00328891/00328891 100% checked lots, but nobody replied to my mail...
2006-08-25spacingTheo de Raadt
2006-08-24spacingTheo de Raadt
2006-06-27add message on session closeMichael Coulter
2006-06-27improve output during cd writing; ok mjcTheo de Raadt
2006-06-22- tweak the -f descriptionJason McIntyre
- move DISC into an ENVIRONMENT section - make the tao option list -compact - uppercase `cddb'
2006-06-21retry if sense code indicates not ready. fixes writing for drivesMichael Coulter
that issue long write in progress if the write buffer is full. ok deraadt@
2006-06-16lint cleanupTheo de Raadt
2006-06-15put fd into track's struct so we can fail earlierMichael Coulter
'looks good' pat@
2006-06-10update .Nd, SYNOPSIS, and DESCRIPTION, after alexey e. suslikov pointedJason McIntyre
out that it was a bit dated; ok mjc
2006-06-06minor cleanupTheo de Raadt
2006-06-06zap another magic numberMichael Coulter
spotted by deraadt@
2006-06-06make use of new structs and defines in cd.hMichael Coulter
dispells some magic numbers
2006-06-01tidy up the "tao" section;Jason McIntyre
diff from deraadt or mjc, i'm not sure; tweaks by me ok deraadt
2006-06-01minor tweaksTheo de Raadt
2006-06-01add checks for disc size before we set out trying to burn 4gbMichael Coulter
onto an unsuspecting cdr
2006-06-01better command line usage as suggested by deraadt@Michael Coulter
ok @deraadt
2006-05-31bogus value in cdb. excess cut n' paste.Michael Coulter
2006-05-31better description for the volume commands; ok mjcJason McIntyre
2006-05-31tweaks;Jason McIntyre
2006-05-31add license blockMichael Coulter
spotted by Dries Schellekens
2006-05-31when blanking, if fd is already open read-only, re-open read/writeMichael Coulter
2006-05-31add rewritable blanking and track-at-once burning supportMichael Coulter
ok deraadt@
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2006-01-23Make man page reflect current reality of play command. jmc@ cleanedKenneth R Westerback
up version of my original diff. ok jmc@
2006-01-20Clean up command line parsing, don't accept trailing garbage, add inKenneth R Westerback
missing command line forms, zero variables that will not be filled in by a particular sscanf() call. Make 'play tr1 m1:s1 m2:s2' play from the point in time 'tr1 m1:s1' to the point in time 'm2:s2', instead of from 'tr1 m1:s1' for a period of m2:s2. Documenting this command is next. Closes last issues Juha Erkilla pointed out in PR #4957. Tested by Juha.
2006-01-17Fix malloc calculation to avoid memory bounds error. deraadt@ okAaron Campbell
2006-01-11Whitespace nits.Kenneth R Westerback
2006-01-10Fix issues with relative times, especially track # vs TOC indexKenneth R Westerback
confusion, noted by Juha Erkkila in PR #4957. Make code a lot clearer. Error out on out of range track numbers. Tested by Juha.
2006-01-09Add cmpmsf(). Use it to eliminate repeated code. No functional change.Kenneth R Westerback
2006-01-09Bring in toc2msf() from NetBSD's cdplay. Use it to eliminate repeatedKenneth R Westerback
code. No functional change.
2006-01-09Bring in addmsf() from NetBSD's cdplay. Use it to eliminate repeatedKenneth R Westerback
manual calculation. No functional change.
2005-12-31CDIOCREADTOCENTRYS adjusts lba information into host order, so thereKenneth R Westerback
is no need to to ntohl() on it again. CDIOCREADSUBCHANNEL does not put lba info into host order so just change that to a betoh32(). Noted by Juha Erkkila in PR #4957. ok pedro@
2005-12-21Remove an ambiguiity and make 'e' short for "eject". The short formTodd C. Miller
for "exit" is still "ex". OK krw@
2005-11-12more asprintf; ok dhill@mindcry.orgTheo de Raadt
2005-01-22add an exit command as an alias of quit; ok henning@Robert Nagy
2005-01-09Better error message for `device' command without arguments.Aleksander Piotrowski
help & ok miod@
2005-01-08New shortcuts for commands device (d) and debug (deb)Aleksander Piotrowski
go ahead espie@
2005-01-04add snprintf sanity check.Moritz Jodeit
ok millert@, henning@
2004-09-14sprinkle some ARGSUSED for table driven functionsTheo de Raadt
2004-07-30sort the list of available interactive commands to cdio, and clean up theirJason McIntyre
descriptions somewhat;
2004-07-30- sort optionsJason McIntyre
- missing full stop - uppercase `id' - add SEE ALSO; suggested by Alexey E. Suslikov - add `-d host:port' to usage()
2004-01-16fix printf formats, unsigned wants %uMarc Espie
okay millert@
2004-01-14A more classical and more readable getopt() loop, no functional change.Miod Vallat
ok espie@ millert@
2003-10-31New libedit api changes.Otto Moerbeek
Tested by djm@, mouring@, jmc@. ok deraadt@
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@