summaryrefslogtreecommitdiff
path: root/usr.bin/cdio
AgeCommit message (Expand)Author
2007-11-12make TOC greppable;Jason McIntyre
2007-09-10Make sure we don't skip the code which sends the QUIT command to the CDDBChad Loder
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-08-02exit when /dev/audio can't be opened.Jacob Meuser
2007-07-31make rip code work like mmc code for how it does progress reports (useTheo de Raadt
2007-07-22lexicographically sorts the list of commandsIgor Sobrado
2007-07-20- document the "play" default a little more clearlyJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29fix some list items; from andresJason McIntyre
2007-05-29reorder code so that the wave header gets the size of the current trackMichael Coulter
2007-05-28the device fd is global. no need to pass it between functions.Michael Coulter
2007-05-27more stuff needed to make sparc64 work. what else is still busted?Theo de Raadt
2007-05-26work around stupid trust of the namespace; millert please look at the problem...Theo de Raadt
2007-05-26cdrip and cdplay commands from Alexey VatchenkoMichael Coulter
2007-05-01use strtonum; ok millert@Jason Dixon
2007-03-26fix wording for `replay'; from AndrAcsJason McIntyre
2007-03-18/dev/rcd0d -> /dev/rcd0c; from AndrAcsJason McIntyre
2006-10-12document environment var CDROM; from ross l richardson (pr #5258)Jason McIntyre
2006-08-28fix up disc size check.Michael Coulter
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
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
2006-06-21retry if sense code indicates not ready. fixes writing for drivesMichael Coulter
2006-06-16lint cleanupTheo de Raadt
2006-06-15put fd into track's struct so we can fail earlierMichael Coulter
2006-06-10update .Nd, SYNOPSIS, and DESCRIPTION, after alexey e. suslikov pointedJason McIntyre
2006-06-06minor cleanupTheo de Raadt
2006-06-06zap another magic numberMichael Coulter
2006-06-06make use of new structs and defines in cd.hMichael Coulter
2006-06-01tidy up the "tao" section;Jason McIntyre
2006-06-01minor tweaksTheo de Raadt
2006-06-01add checks for disc size before we set out trying to burn 4gbMichael Coulter
2006-06-01better command line usage as suggested by deraadt@Michael Coulter
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
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
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
2006-01-20Clean up command line parsing, don't accept trailing garbage, add inKenneth R Westerback
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
2006-01-09Add cmpmsf(). Use it to eliminate repeated code. No functional change.Kenneth R Westerback