Age | Commit message (Expand) | Author |
2006-10-12 | document environment var CDROM; from ross l richardson (pr #5258) | Jason McIntyre |
2006-08-28 | fix up disc size check. | Michael Coulter |
2006-08-26 | /* $OpenBSD $*/ -> /* $OpenBSD$ */ | Kenneth R Westerback |
2006-08-26 | print updates on the same line, per second, as we go along writing, in | Theo de Raadt |
2006-08-25 | spacing | Theo de Raadt |
2006-08-24 | spacing | 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-22 | - tweak the -f description | Jason McIntyre |
2006-06-21 | retry if sense code indicates not ready. fixes writing for drives | Michael Coulter |
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-10 | update .Nd, SYNOPSIS, and DESCRIPTION, after alexey e. suslikov pointed | Jason McIntyre |
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 | tidy up the "tao" section; | Jason McIntyre |
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 | better description for the volume commands; ok mjc | Jason McIntyre |
2006-05-31 | tweaks; | Jason McIntyre |
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 |
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller |
2006-01-23 | Make man page reflect current reality of play command. jmc@ cleaned | Kenneth R Westerback |
2006-01-20 | Clean up command line parsing, don't accept trailing garbage, add in | Kenneth R Westerback |
2006-01-17 | Fix malloc calculation to avoid memory bounds error. deraadt@ ok | Aaron Campbell |
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-11-12 | more asprintf; ok dhill@mindcry.org | Theo de Raadt |
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 the list of available interactive commands to cdio, and clean up their | Jason McIntyre |
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-06-10 | - section reorder | Jason McIntyre |