| Age | Commit message (Expand) | Author |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-06-01 | cdcontrol: Fix typos | Elyes Haouas |
| 2016-08-25 | Remove last remnants of acd(4), mcd(4), and scd(4) drivers. | Alex Kozlov |
| 2011-11-06 | Make all functions and global variables static for cdcontrol(8). | Ed Schouten |
| 2010-01-05 | New style function definitions. | David Malone |
| 2009-10-07 | When run() returns an error, print the error message also in | Jaakko Heinonen |
| 2008-07-14 | - Enhance volume handling | Pietro Cerutti |
| 2008-02-19 | getopt(3) returns -1, not EOF. | Ruslan Ermilov |
| 2005-10-19 | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | Stefan Farfeleder |
| 2004-04-01 | If the user doesn't specify a device and we can't open any of the defaults, | David Malone |
| 2003-11-17 | * Auto-detect what device to use if none is specified | Eivind Eklund |
| 2003-09-01 | Retire 'c' partition for a CD device. | Maxim Konovalov |
| 2003-05-03 | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | David E. O'Brien |
| 2003-03-24 | Fix bug that made cdcontrol play <track> play <track> - 1 | Eivind Eklund |
| 2002-12-03 | The default CD drive is /dev/cd0, not /dev/cd0c. | Dag-Erling Smørgrav |
| 2002-10-18 | * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec. | Nate Lawson |
| 2002-09-23 | Do not add a start offset time to the track duration time. | Maxim Konovalov |
| 2002-07-11 | de-__P() | Alfred Perlstein |
| 2002-05-08 | style(9): remove an EOF space. | Maxim Konovalov |
| 2002-05-08 | Implement 'speed' command: set a maximum read speed. At the moment it | Maxim Konovalov |
| 2002-02-18 | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft |
| 2001-12-09 | style(9) cleanup: spaces -> tabs. | Mike Heffner |
| 2001-12-09 | WARNS=2 cleanup. | Mike Heffner |
| 2001-10-01 | *** empty log message *** | David E. O'Brien |
| 2001-05-25 | Add the 'next' and 'prev' commands (aliased to '+' and '-') which skip | Kris Kennaway |
| 2001-04-08 | Don't complain about deprecated environment variables, like MUSIC_CD, | Josef Karthauser |
| 2001-01-16 | Deprecate the use of the CD_DRIVE, CDPLAY, DISC and MUSIC_CD environment | Josef Karthauser |
| 2000-12-18 | If no device is specified, check the CDROM environment variable before | Dag-Erling Smørgrav |
| 2000-12-09 | Add `_PATH_DEVZERO'. | David E. O'Brien |
| 2000-07-13 | Add a new command, 'cdid', to calculate and display a serial number | Josef Karthauser |
| 2000-07-13 | Fix the ^D -> core dump problem properly. ^D == "quit" again. | Stephen McKay |
| 2000-05-31 | Don't do anything with /dev/rXXX | Mike Smith |
| 1999-12-05 | Fixed a potential buffer overflow problem, in the device name handling. | Josef Karthauser |
| 1999-11-18 | Stop run() from dereferencing a NULL pointer when you enter a valid command | Ollivier Robert |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-08-20 | What the heck was I thinking? Nobody else saw this? Sheesh. | Matthew N. Dodd |
| 1999-08-19 | Use el_source() so we pick up .editrc | Matthew N. Dodd |
| 1999-08-19 | Add support for command line editing and history. | Matthew N. Dodd |
| 1999-01-31 | (1) Make usage() and SYNOPSIS agree with each other. | Bill Fumerola |
| 1998-01-26 | The status command prints the audio position, the media catalog and the | Jean-Marc Zucconi |
| 1997-09-04 | Use err(3). Style in usage(). | Philippe Charnier |
| 1997-02-22 | Revert $FreeBSD$ to $Id$ | Peter Wemm |
| 1997-01-14 | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard |
| 1996-06-25 | Don't print number (garbadge) if media catalog is inactive | Andrey A. Chernov |
| 1996-02-09 | LBA addition to new commands | Andrey A. Chernov |
| 1996-02-09 | Integrate vak fixes, mostly command parsing & cosmetic | Andrey A. Chernov |
| 1996-02-03 | Print out media catalog number, if exists | Andrey A. Chernov |
| 1996-02-03 | Request/print out media catalog validation info in status command | Andrey A. Chernov |
| 1996-02-03 | Implement several new commands | Andrey A. Chernov |
| 1996-02-02 | Don't mask last track number with end word, better be shure that it is 170 | Andrey A. Chernov |