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
/
mmc.c
Age
Commit message (
Expand
)
Author
2008-08-30
use a bitmap to store the features. simplify the code a bit and allow for
Federico G. Schwindt
2008-08-13
Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RW
av
2008-08-08
o use definitions from cd.h
Federico G. Schwindt
2008-07-23
we really need unsigned in arithmetic operations.
av
2008-06-30
set speed for writing tracks in TAO.
av
2008-06-22
Automatically distinguish between CD-DA track and WAVE audio file writing them
av
2008-06-08
add ability to determine media capabilities (what we can do with media).
av
2008-06-06
Make open_cd() remember open mode. "blank" doesn't have to check for EPERM
av
2008-05-30
cdio's blank command blanked CD twise. Fixed.
av
2007-07-31
make rip code work like mmc code for how it does progress reports (use
Theo de Raadt
2006-08-28
fix up disc size check.
Michael Coulter
2006-08-26
print updates on the same line, per second, as we go along writing, in
Theo de Raadt
2006-06-27
add message on session close
Michael Coulter
2006-06-27
improve output during cd writing; ok mjc
Theo de Raadt
2006-06-21
retry if sense code indicates not ready. fixes writing for drives
Michael Coulter
2006-06-15
put fd into track's struct so we can fail earlier
Michael Coulter
2006-06-06
minor cleanup
Theo de Raadt
2006-06-06
zap another magic number
Michael Coulter
2006-06-06
make use of new structs and defines in cd.h
Michael Coulter
2006-06-01
minor tweaks
Theo de Raadt
2006-06-01
add checks for disc size before we set out trying to burn 4gb
Michael Coulter
2006-06-01
better command line usage as suggested by deraadt@
Michael Coulter
2006-05-31
bogus value in cdb. excess cut n' paste.
Michael Coulter
2006-05-31
add license block
Michael Coulter
2006-05-31
when blanking, if fd is already open read-only, re-open read/write
Michael Coulter
2006-05-31
add rewritable blanking and track-at-once burning support
Michael Coulter