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