index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cdio
/
rip.c
Age
Commit message (
Expand
)
Author
2022-10-11
Vox populi says "cdio:" prefix is useful so switch back to using
Kenneth R Westerback
2022-10-10
Don't leak 'sec' in error path.
Kenneth R Westerback
2022-10-07
Fix some error output, replacing some silly 'warnx("\n...")' with
Kenneth R Westerback
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2017-12-23
Use the monotonic clock for logging progress in cdio(1) and ftp(1).
cheloha
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2014-09-13
Replace all queue *_END macro calls except CIRCLEQ_END with NULL.
Doug Hogan
2013-11-20
unsigned char casts where neccessary
Theo de Raadt
2013-11-12
bring prototypes into scope
Theo de Raadt
2009-04-10
don't use the AUDIODEVICE env. variable because sio_open(3) already
Alexandre Ratchov
2008-12-28
set the buffer size using the ``appbufsz'' parameter of
Alexandre Ratchov
2008-12-11
don't try to sio_close a NULL sio_hdl. stops cdio from segfaulting
Jacob Meuser
2008-11-29
sndio for cdio (only for the "cdplay" command)
Jacob Meuser
2008-06-30
set speed for writing tracks in TAO.
av
2007-08-02
exit when /dev/audio can't be opened.
Jacob Meuser
2007-07-31
make rip code work like mmc code for how it does progress reports (use
Theo de Raadt
2007-05-29
reorder code so that the wave header gets the size of the current track
Michael Coulter
2007-05-28
the device fd is global. no need to pass it between functions.
Michael Coulter
2007-05-27
more stuff needed to make sparc64 work. what else is still busted?
Theo de Raadt
2007-05-26
work around stupid trust of the namespace; millert please look at the problem...
Theo de Raadt
2007-05-26
cdrip and cdplay commands from Alexey Vatchenko
Michael Coulter