summaryrefslogtreecommitdiff
path: root/usr.bin/cdio/mmc.c
AgeCommit message (Expand)Author
2022-10-10Use warnx(), not warn(), when 'errno' is not relevant.Kenneth R Westerback
2021-11-28Stop using MAXBSIZE to eliminate sys/param.h including (which injects aTheo de Raadt
2020-09-01Missed WRITE_BIG -> WRITE_10Kenneth R Westerback
2017-12-23Use the monotonic clock for logging progress in cdio(1) and ftp(1).cheloha
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-11-12bring prototypes into scopeTheo de Raadt
2010-03-01Add printing of current profile and feature information to 'info'Kenneth R Westerback
2009-12-04Do not write 16bit values directly to odd addresses - strict alignmentClaudio Jeker
2008-08-30use a bitmap to store the features. simplify the code a bit and allow forFederico G. Schwindt
2008-08-13Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RWav
2008-08-08o use definitions from cd.hFederico G. Schwindt
2008-07-23we really need unsigned in arithmetic operations.av
2008-06-30set speed for writing tracks in TAO.av
2008-06-22Automatically distinguish between CD-DA track and WAVE audio file writing themav
2008-06-08add ability to determine media capabilities (what we can do with media).av
2008-06-06Make open_cd() remember open mode. "blank" doesn't have to check for EPERMav
2008-05-30cdio's blank command blanked CD twise. Fixed.av
2007-07-31make rip code work like mmc code for how it does progress reports (useTheo de Raadt
2006-08-28fix up disc size check.Michael Coulter
2006-08-26print updates on the same line, per second, as we go along writing, inTheo de Raadt
2006-06-27add message on session closeMichael Coulter
2006-06-27improve output during cd writing; ok mjcTheo de Raadt
2006-06-21retry if sense code indicates not ready. fixes writing for drivesMichael Coulter
2006-06-15put fd into track's struct so we can fail earlierMichael Coulter
2006-06-06minor cleanupTheo de Raadt
2006-06-06zap another magic numberMichael Coulter
2006-06-06make use of new structs and defines in cd.hMichael Coulter
2006-06-01minor tweaksTheo de Raadt
2006-06-01add checks for disc size before we set out trying to burn 4gbMichael Coulter
2006-06-01better command line usage as suggested by deraadt@Michael Coulter
2006-05-31bogus value in cdb. excess cut n' paste.Michael Coulter
2006-05-31add license blockMichael Coulter
2006-05-31when blanking, if fd is already open read-only, re-open read/writeMichael Coulter
2006-05-31add rewritable blanking and track-at-once burning supportMichael Coulter