Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-08-14 | Stop fucking up display on Depeche Mode. | Marc Espie | |
Ok miod@ | |||
2001-06-22 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2000-12-24 | Get rid of undocumented -h option. | Aaron Campbell | |
2000-12-24 | Get rid of ugly usage() output. People can read the man page to get a command | Aaron Campbell | |
list. Sync the usage() with the man page. | |||
1999-12-15 | overflow safe | Theo de Raadt | |
1998-12-20 | If open of device fails, try up to 10 times. Useful for CD changers that ↵ | Todd C. Miller | |
take a while to switch between logical units | |||
1998-07-09 | Play CDs with more than 100 tracks | Constantine Sapuntzakis | |
1998-07-09 | Fix for "play" command on CDs whose last table of contents entry is | Constantine Sapuntzakis | |
clipped (for whatever reason). Couple minor bug fixes. Noticed by John Jannotti | |||
1998-04-25 | Add "dev" command to switch to a new device. Handy for cd changers | Todd C. Miller | |
that show up as multiple luns. | |||
1997-05-01 | CDIOCSETSTEREO -> CDIOCSETSTERIO, go@cclub.tutcc.tut.ac.jp | Jason Downs | |
1997-03-19 | Fixed minor bug with next/prev/replay commands. | Angelos D. Keromytis | |
1997-03-09 | Added the "replay" command. | Angelos D. Keromytis | |
1997-02-26 | Next/Prev commands. | Angelos D. Keromytis | |
1997-02-23 | All audio CDs does not start at block 0 | Niklas Hallqvist | |
1996-08-24 | cd0 not /dev/cd0 | Theo de Raadt | |
1996-08-24 | opendev() is smart, we're not. | Jason Downs | |
1996-08-23 | A renamed and moved cdcontrol from FreeBSD. | Jason Downs | |