Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11 | move tao code from main() into its own function before adding features. | av | |
requested and ok fgsch | |||
2008-06-08 | check whether media supports TAO or blanking. | av | |
It makes error output nicer, e.g.: "The media can't be written in TAO mode" instead of "cdio: Only 0 of the required _N_ blocks available" 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-07 | correct duration by taking the pre-gap into account; ok by many. | Federico G. Schwindt | |
2007-05-26 | cdrip and cdplay commands from Alexey Vatchenko | Michael Coulter | |
incorporating some manpage suggestions from jmc@ | |||
2006-08-25 | spacing | Theo de Raadt | |
2006-08-24 | spacing | Theo de Raadt | |
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-06 | minor cleanup | Theo de Raadt | |
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 | add rewritable blanking and track-at-once burning support | Michael Coulter | |
ok deraadt@ | |||
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-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 | |
2006-01-09 | Bring in toc2msf() from NetBSD's cdplay. Use it to eliminate repeated | Kenneth R Westerback | |
code. No functional change. | |||
2006-01-09 | Bring in addmsf() from NetBSD's cdplay. Use it to eliminate repeated | Kenneth R Westerback | |
manual calculation. No functional change. | |||
2005-12-31 | CDIOCREADTOCENTRYS adjusts lba information into host order, so there | Kenneth R Westerback | |
is no need to to ntohl() on it again. CDIOCREADSUBCHANNEL does not put lba info into host order so just change that to a betoh32(). Noted by Juha Erkkila in PR #4957. ok pedro@ | |||
2005-12-21 | Remove an ambiguiity and make 'e' short for "eject". The short form | Todd C. Miller | |
for "exit" is still "ex". OK krw@ | |||
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 | |
help & ok miod@ | |||
2005-01-08 | New shortcuts for commands device (d) and debug (deb) | Aleksander Piotrowski | |
go ahead espie@ | |||
2005-01-04 | add snprintf sanity check. | Moritz Jodeit | |
ok millert@, henning@ | |||
2004-09-14 | sprinkle some ARGSUSED for table driven functions | Theo de Raadt | |
2004-07-30 | - sort options | Jason McIntyre | |
- missing full stop - uppercase `id' - add SEE ALSO; suggested by Alexey E. Suslikov - add `-d host:port' to usage() | |||
2004-01-16 | fix printf formats, unsigned wants %u | Marc Espie | |
okay millert@ | |||
2004-01-14 | A more classical and more readable getopt() loop, no functional change. | Miod Vallat | |
ok espie@ millert@ | |||
2003-10-31 | New libedit api changes. | Otto Moerbeek | |
Tested by djm@, mouring@, jmc@. ok deraadt@ | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-04-06 | Replace a strcpy and associated code with a snprintf whose return | Kenneth R Westerback | |
value is checked. Replace an unhelpful usage() with a relevant error message if the argument buffer overflows. ok millert@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
Serge V. Vakulenko thanks espie@ for help | |||
2003-02-13 | add libedit support. | Federico G. Schwindt | |
from Pedro Bastos <pbastos at grad dot inf dot puc-rio dot br>, minus SMALL support. minor change by me. millert@ ok. | |||
2002-10-24 | - Add missing cdid command to cdio.1. | Federico G. Schwindt | |
- Remove ambiguity between cddbinfo and cdid commands, so CD matches cddbinfo and CDI cdid. millert@ ok. | |||
2002-04-18 | Reuse cddb code to support FreeBSD new cdid command. | Marc Espie | |
(who knows ? scripts might use it). ok fgs@, pval@ | |||
2002-04-18 | Add cddb support. | Marc Espie | |
2002-03-22 | Add missing prototypes. | Marc Espie | |
Convert lba2msf definition to ANSI-style, so that it matches the prototype Old-style function declarations undergo argument promotion, and thus: void f(a) char a; {} actually matches void f(int a); | |||
2002-03-21 | getopt returns -1, not EOF. | Marc Espie | |
2002-03-20 | style(9) | Marc Espie | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-10-28 | indent | Theo de Raadt | |