summaryrefslogtreecommitdiff
path: root/usr.bin/cdio
AgeCommit message (Expand)Author
2011-07-09Document default write speed of tao subcommand.Stefan Sperling
2011-06-26no mcdTed Unangst
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-09-19more wacky macro fixing;Jason McIntyre
2010-07-26- fix a spacing issue in SYNOPSISJason McIntyre
2010-03-01Add printing of current profile and feature information to 'info'Kenneth R Westerback
2009-12-04Do not write 16bit values directly to odd addresses - strict alignmentClaudio Jeker
2009-06-09try to get "play" right; help/ok naddyJason McIntyre
2009-06-03Synchronize man page and help output.Christian Weisgerber
2009-04-10Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does.Alexandre Ratchov
2009-04-10don't use the AUDIODEVICE env. variable because sio_open(3) alreadyAlexandre Ratchov
2009-02-07Restore the original help output: capitalize the characters thatChristian Weisgerber
2008-12-28set the buffer size using the ``appbufsz'' parameter ofAlexandre Ratchov
2008-12-11don't try to sio_close a NULL sio_hdl. stops cdio from segfaultingJacob Meuser
2008-11-29sndio for cdio (only for the "cdplay" command)Jacob Meuser
2008-10-29no need to warn about using the default device; Thomas PfaffTheo de Raadt
2008-08-30use a bitmap to store the features. simplify the code a bit and allow forFederico G. Schwindt
2008-08-13Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RWav
2008-08-08o use definitions from cd.hFederico G. Schwindt
2008-07-23we really need unsigned in arithmetic operations.av
2008-06-30set speed for writing tracks in TAO.av
2008-06-24clarify tao's -a option; ok av fgschJason McIntyre
2008-06-23new sentence, new line;Jason McIntyre
2008-06-22Automatically distinguish between CD-DA track and WAVE audio file writing themav
2008-06-11move tao code from main() into its own function before adding features.av
2008-06-08check whether media supports TAO or blanking.av
2008-06-08add ability to determine media capabilities (what we can do with media).av
2008-06-06Make open_cd() remember open mode. "blank" doesn't have to check for EPERMav
2008-05-30cdio's blank command blanked CD twise. Fixed.av
2008-05-07correct duration by taking the pre-gap into account; ok by many.Federico G. Schwindt
2008-04-30add two missing prototypes.Federico G. Schwindt
2008-04-27o if no argument is passed to cddbinfo, treat it as 0 in order to printFederico G. Schwindt
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