Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | |||
2013-11-12 | bring prototypes into scope | Theo de Raadt | |
2010-03-01 | Add printing of current profile and feature information to 'info' | Kenneth R Westerback | |
command with -v. Make a second -v cause printing of raw feature data and a full list of profiles. A few minor tweaks to the feature bitmap handling. Helps in debugging media problems in cdio. Suggestions from fgsch@, man page fixes from jmc@ as usual. ok beck@ deraadt@ | |||
2009-12-04 | Do not write 16bit values directly to odd addresses - strict alignment | Claudio Jeker | |
architectures don't like that. Makes cd blanking on sparc64 possible. OK deraadt@, krw@, jasper@ | |||
2008-08-30 | use a bitmap to store the features. simplify the code a bit and allow for | Federico G. Schwindt | |
future work. ok av@ a similar diff. | |||
2008-08-13 | Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RW | av | |
write feature. Add additional check for media type before blanking. The patch fixes problem for Giovanni. ok fgsch | |||
2008-08-08 | o use definitions from cd.h | Federico G. Schwindt | |
o remove unused function prototype | |||
2008-07-23 | we really need unsigned in arithmetic operations. | av | |
comments by fgsch | |||
2008-06-30 | set speed for writing tracks in TAO. | av | |
ok and tweaks by fgsch manual page by jmc | |||
2008-06-22 | Automatically distinguish between CD-DA track and WAVE audio file writing them | av | |
in TAO mode. For WAVE files we should skip header. ok and comments by fgsch | |||
2008-06-08 | add ability to determine media capabilities (what we can do with media). | av | |
ok fgsch | |||
2008-06-06 | Make open_cd() remember open mode. "blank" doesn't have to check for EPERM | av | |
anymore. idea by jakemsr ok jakemsr ratchov fgsch (with tweaks) | |||
2008-05-30 | cdio's blank command blanked CD twise. Fixed. | av | |
ok jakemsr krw millert ratchov | |||
2007-07-31 | make rip code work like mmc code for how it does progress reports (use | Theo de Raadt | |
a timer, so that stderr does not get splattered); tested by xsa and others | |||
2006-08-28 | fix up disc size check. | Michael Coulter | |
ok krw@ deraadt@ | |||
2006-08-26 | print updates on the same line, per second, as we go along writing, in | Theo de Raadt | |
the following form: track 01 'd' 00328891/00328891 100% checked lots, but nobody replied to my mail... | |||
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 | |
that issue long write in progress if the write buffer is full. ok deraadt@ | |||
2006-06-15 | put fd into track's struct so we can fail earlier | Michael Coulter | |
'looks good' pat@ | |||
2006-06-06 | minor cleanup | Theo de Raadt | |
2006-06-06 | zap another magic number | Michael Coulter | |
spotted by deraadt@ | |||
2006-06-06 | make use of new structs and defines in cd.h | Michael Coulter | |
dispells some magic numbers | |||
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 | |
onto an unsuspecting cdr | |||
2006-06-01 | better command line usage as suggested by deraadt@ | Michael Coulter | |
ok @deraadt | |||
2006-05-31 | bogus value in cdb. excess cut n' paste. | Michael Coulter | |
2006-05-31 | add license block | Michael Coulter | |
spotted by Dries Schellekens | |||
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 | |
ok deraadt@ |