aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cdcontrol/cdcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:Nate Lawson2002-11-201-4/+5
* MFC rev. 1.41: do not add a start offset time to the track duration time.Maxim Konovalov2002-10-101-1/+2
* MFC rev. 1.38 cdcontrol.c and rev. 1.34 cdcontrol.1: implement 'speed' command.Maxim Konovalov2002-05-171-1/+20
* MFC: WARNS cleanup and whitespace cleanupMike Heffner2002-03-151-95/+104
* MFC: r1.31, r1.32Kris Kennaway2001-07-191-16/+72
* MFC: Deprecate the use of the CD_DRIVE, CDPLAY, DISC and MUSIC_CDJosef Karthauser2001-02-101-4/+16
* MFC: If no device is specified, check the CDROM environment variableJosef Karthauser2001-01-141-0/+4
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-111-1/+2
* MFC: cdcontrol.1 (rev1.23), cdcontrol.c (rev1.27)Josef Karthauser2000-07-191-0/+95
* MFC: revision 1.26Josef Karthauser2000-07-181-3/+4
* MFC: /dev/rXXX -> /dev/XXXPaul Saab2000-06-291-3/+1
* Fixed a potential buffer overflow problem, in the device name handling.Josef Karthauser1999-12-051-7/+9
* Stop run() from dereferencing a NULL pointer when you enter a valid commandOllivier Robert1999-11-181-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* What the heck was I thinking? Nobody else saw this? Sheesh.Matthew N. Dodd1999-08-201-3/+5
* Use el_source() so we pick up .editrcMatthew N. Dodd1999-08-191-1/+2
* Add support for command line editing and history.Matthew N. Dodd1999-08-191-9/+40
* (1) Make usage() and SYNOPSIS agree with each other.Bill Fumerola1999-01-311-2/+2
* The status command prints the audio position, the media catalog and theJean-Marc Zucconi1998-01-261-27/+51
* Use err(3). Style in usage().Philippe Charnier1997-09-041-28/+20
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Don't print number (garbadge) if media catalog is inactiveAndrey A. Chernov1996-06-251-2/+3
* LBA addition to new commandsAndrey A. Chernov1996-02-091-31/+77
* Integrate vak fixes, mostly command parsing & cosmeticAndrey A. Chernov1996-02-091-188/+451
* Print out media catalog number, if existsAndrey A. Chernov1996-02-031-2/+6
* Request/print out media catalog validation info in status commandAndrey A. Chernov1996-02-031-4/+18
* Implement several new commandsAndrey A. Chernov1996-02-031-29/+88
* Don't mask last track number with end word, better be shure that it is 170Andrey A. Chernov1996-02-021-1/+1
* Implement 'inject' commandAndrey A. Chernov1996-02-021-12/+21
* Back out my control->addr_type change, need to be fixed in another placeAndrey A. Chernov1996-02-021-1/+1
* Fix user input parser, play command even not work in old variantAndrey A. Chernov1996-02-011-7/+6
* Wrong field was used to determine audio/data disksAndrey A. Chernov1996-02-011-1/+1
* Use starting track 0 for READTOCENTRYS, should be convertedAndrey A. Chernov1996-01-301-1/+1
* Add the cdcontrol program by Serge Vakulenko. It's my understandingJordan K. Hubbard1995-08-181-0/+622