Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-12 | make TOC greppable; | Jason McIntyre | |
2007-09-10 | Make sure we don't skip the code which sends the QUIT command to the CDDB | Chad Loder | |
server and validates the returned track names. Unreachable code spotted by lint. OK krw@, deraadt@, espie@ | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-08-02 | exit when /dev/audio can't be opened. | Jacob Meuser | |
from Alexey Vatchenko <av@bsdua.org> ok theo | |||
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 | |||
2007-07-22 | lexicographically sorts the list of commands | Igor Sobrado | |
ok jmc@ | |||
2007-07-20 | - document the "play" default a little more clearly | Jason McIntyre | |
- document the difference between "play" and "cdplay" more clearly ok mjc | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | fix some list items; from andres | Jason McIntyre | |
2007-05-29 | reorder code so that the wave header gets the size of the current track | Michael Coulter | |
instead of the previous track. Alexey Vatchenko agrees. | |||
2007-05-28 | the device fd is global. no need to pass it between functions. | Michael Coulter | |
2007-05-27 | more stuff needed to make sparc64 work. what else is still busted? | Theo de Raadt | |
2007-05-26 | work around stupid trust of the namespace; millert please look at the ↵ | Theo de Raadt | |
problem on macppc | |||
2007-05-26 | cdrip and cdplay commands from Alexey Vatchenko | Michael Coulter | |
incorporating some manpage suggestions from jmc@ | |||
2007-05-01 | use strtonum; ok millert@ | Jason Dixon | |
2007-03-26 | fix wording for `replay'; from AndrAcs | Jason McIntyre | |
2007-03-18 | /dev/rcd0d -> /dev/rcd0c; from AndrAcs | Jason McIntyre | |
2006-10-12 | document environment var CDROM; from ross l richardson (pr #5258) | Jason McIntyre | |
i used a different fix, and merged the CDROM stuff into DISC. whilst in there, document the default if neither is given. ok mjc | |||
2006-08-28 | fix up disc size check. | Michael Coulter | |
ok krw@ deraadt@ | |||
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 | |
the following form: track 01 'd' 00328891/00328891 100% checked lots, but nobody replied to my mail... | |||
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 | |
- move DISC into an ENVIRONMENT section - make the tao option list -compact - uppercase `cddb' | |||
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-16 | lint cleanup | Theo de Raadt | |
2006-06-15 | put fd into track's struct so we can fail earlier | Michael Coulter | |
'looks good' pat@ | |||
2006-06-10 | update .Nd, SYNOPSIS, and DESCRIPTION, after alexey e. suslikov pointed | Jason McIntyre | |
out that it was a bit dated; ok mjc | |||
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 | tidy up the "tao" section; | Jason McIntyre | |
diff from deraadt or mjc, i'm not sure; tweaks by me ok deraadt | |||
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 | better description for the volume commands; ok mjc | Jason McIntyre | |
2006-05-31 | tweaks; | Jason McIntyre | |
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@ | |||
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 | |
up version of my original diff. ok jmc@ | |||
2006-01-20 | Clean up command line parsing, don't accept trailing garbage, add in | Kenneth R Westerback | |
missing command line forms, zero variables that will not be filled in by a particular sscanf() call. Make 'play tr1 m1:s1 m2:s2' play from the point in time 'tr1 m1:s1' to the point in time 'm2:s2', instead of from 'tr1 m1:s1' for a period of m2:s2. Documenting this command is next. Closes last issues Juha Erkilla pointed out in PR #4957. Tested by Juha. | |||
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 | |
confusion, noted by Juha Erkkila in PR #4957. Make code a lot clearer. Error out on out of range track numbers. Tested by Juha. | |||
2006-01-09 | Add cmpmsf(). Use it to eliminate repeated code. No functional change. | Kenneth R Westerback | |