summaryrefslogtreecommitdiff
path: root/usr.bin/cdio/rip.c
AgeCommit message (Expand)Author
2022-10-11Vox populi says "cdio:" prefix is useful so switch back to usingKenneth R Westerback
2022-10-10Don't leak 'sec' in error path.Kenneth R Westerback
2022-10-07Fix some error output, replacing some silly 'warnx("\n...")' withKenneth R Westerback
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-12-23Use the monotonic clock for logging progress in cdio(1) and ftp(1).cheloha
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2013-11-20unsigned char casts where neccessaryTheo de Raadt
2013-11-12bring prototypes into scopeTheo de Raadt
2009-04-10don't use the AUDIODEVICE env. variable because sio_open(3) alreadyAlexandre Ratchov
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-06-30set speed for writing tracks in TAO.av
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-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