summaryrefslogtreecommitdiff
path: root/usr.bin/cdio/extern.h
AgeCommit message (Collapse)Author
2008-08-30use a bitmap to store the features. simplify the code a bit and allow forFederico G. Schwindt
future work. ok av@ a similar diff.
2008-08-13Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RWav
write feature. Add additional check for media type before blanking. The patch fixes problem for Giovanni. ok fgsch
2008-06-30set speed for writing tracks in TAO.av
ok and tweaks by fgsch manual page by jmc
2008-06-22Automatically distinguish between CD-DA track and WAVE audio file writing themav
in TAO mode. For WAVE files we should skip header. ok and comments by fgsch
2008-06-08add ability to determine media capabilities (what we can do with media).av
ok fgsch
2008-04-30add two missing prototypes.Federico G. Schwindt
2006-08-26/* $OpenBSD $*/ -> /* $OpenBSD$ */Kenneth R Westerback
2006-08-26print updates on the same line, per second, as we go along writing, inTheo de Raadt
the following form: track 01 'd' 00328891/00328891 100% checked lots, but nobody replied to my mail...
2006-06-15put fd into track's struct so we can fail earlierMichael Coulter
'looks good' pat@
2006-06-01add checks for disc size before we set out trying to burn 4gbMichael Coulter
onto an unsuspecting cdr
2006-06-01better command line usage as suggested by deraadt@Michael Coulter
ok @deraadt
2006-05-31add rewritable blanking and track-at-once burning supportMichael Coulter
ok deraadt@
2002-04-18Reuse cddb code to support FreeBSD new cdid command.Marc Espie
(who knows ? scripts might use it). ok fgs@, pval@
2002-04-18Add cddb support.Marc Espie