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
/
cdio.c
Age
Commit message (
Expand
)
Author
2019-04-01
Change a strange "} if" into the intended "} else if". No practial
Christian Weisgerber
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Philip Guenther
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-11-20
unsigned char casts where neccessary
Theo de Raadt
2010-03-01
Add printing of current profile and feature information to 'info'
Kenneth R Westerback
2009-06-09
try to get "play" right; help/ok naddy
Jason McIntyre
2009-06-03
Synchronize man page and help output.
Christian Weisgerber
2009-02-07
Restore the original help output: capitalize the characters that
Christian Weisgerber
2008-10-29
no need to warn about using the default device; Thomas Pfaff
Theo de Raadt
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-11
move tao code from main() into its own function before adding features.
av
2008-06-08
check whether media supports TAO or blanking.
av
2008-06-06
Make open_cd() remember open mode. "blank" doesn't have to check for EPERM
av
2008-05-07
correct duration by taking the pre-gap into account; ok by many.
Federico G. Schwindt
2007-05-26
cdrip and cdplay commands from Alexey Vatchenko
Michael Coulter
2006-08-25
spacing
Theo de Raadt
2006-08-24
spacing
Theo de Raadt
2006-06-16
lint cleanup
Theo de Raadt
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-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
add rewritable blanking and track-at-once burning support
Michael Coulter
2006-01-20
Clean up command line parsing, don't accept trailing garbage, add in
Kenneth R Westerback
2006-01-11
Whitespace nits.
Kenneth R Westerback
2006-01-10
Fix issues with relative times, especially track # vs TOC index
Kenneth R Westerback
2006-01-09
Add cmpmsf(). Use it to eliminate repeated code. No functional change.
Kenneth R Westerback
2006-01-09
Bring in toc2msf() from NetBSD's cdplay. Use it to eliminate repeated
Kenneth R Westerback
2006-01-09
Bring in addmsf() from NetBSD's cdplay. Use it to eliminate repeated
Kenneth R Westerback
2005-12-31
CDIOCREADTOCENTRYS adjusts lba information into host order, so there
Kenneth R Westerback
2005-12-21
Remove an ambiguiity and make 'e' short for "eject". The short form
Todd C. Miller
2005-01-22
add an exit command as an alias of quit; ok henning@
Robert Nagy
2005-01-09
Better error message for `device' command without arguments.
Aleksander Piotrowski
2005-01-08
New shortcuts for commands device (d) and debug (deb)
Aleksander Piotrowski
2005-01-04
add snprintf sanity check.
Moritz Jodeit
2004-09-14
sprinkle some ARGSUSED for table driven functions
Theo de Raadt
2004-07-30
- sort options
Jason McIntyre
2004-01-16
fix printf formats, unsigned wants %u
Marc Espie
2004-01-14
A more classical and more readable getopt() loop, no functional change.
Miod Vallat
2003-10-31
New libedit api changes.
Otto Moerbeek
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2003-04-06
Replace a strcpy and associated code with a snprintf whose return
Kenneth R Westerback
2003-02-18
copyrights added;
Jason McIntyre
2003-02-13
add libedit support.
Federico G. Schwindt
[next]