summaryrefslogtreecommitdiff
path: root/usr.sbin/cdcontrol/cdcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Remove last remnants of acd(4), mcd(4), and scd(4) drivers.Alex Kozlov2016-08-251-2/+0
* Make all functions and global variables static for cdcontrol(8).Ed Schouten2011-11-061-57/+78
* New style function definitions.David Malone2010-01-051-8/+11
* When run() returns an error, print the error message also inJaakko Heinonen2009-10-071-2/+6
* - Enhance volume handlingPietro Cerutti2008-07-141-9/+29
* getopt(3) returns -1, not EOF.Ruslan Ermilov2008-02-191-1/+1
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder2005-10-191-1/+1
* If the user doesn't specify a device and we can't open any of the defaults,David Malone2004-04-011-6/+7
* * Auto-detect what device to use if none is specifiedEivind Eklund2003-11-171-12/+14
* Retire 'c' partition for a CD device.Maxim Konovalov2003-09-011-9/+0
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* Fix bug that made cdcontrol play <track> play <track> - 1Eivind Eklund2003-03-241-2/+2
* The default CD drive is /dev/cd0, not /dev/cd0c.Dag-Erling Smørgrav2002-12-031-1/+1
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.Nate Lawson2002-10-181-4/+5
* Do not add a start offset time to the track duration time.Maxim Konovalov2002-09-231-1/+2
* de-__P()Alfred Perlstein2002-07-111-26/+25
* style(9): remove an EOF space.Maxim Konovalov2002-05-081-1/+1
* Implement 'speed' command: set a maximum read speed. At the moment itMaxim Konovalov2002-05-081-0/+19
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
* style(9) cleanup: spaces -> tabs.Mike Heffner2001-12-091-94/+95
* WARNS=2 cleanup.Mike Heffner2001-12-091-10/+18
* *** empty log message ***David E. O'Brien2001-10-011-3/+5
* Add the 'next' and 'prev' commands (aliased to '+' and '-') which skipKris Kennaway2001-05-251-8/+63
* Don't complain about deprecated environment variables, like MUSIC_CD,Josef Karthauser2001-04-081-8/+9
* Deprecate the use of the CD_DRIVE, CDPLAY, DISC and MUSIC_CD environmentJosef Karthauser2001-01-161-4/+16
* If no device is specified, check the CDROM environment variable beforeDag-Erling Smørgrav2000-12-181-0/+4
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* Add a new command, 'cdid', to calculate and display a serial numberJosef Karthauser2000-07-131-0/+95
* Fix the ^D -> core dump problem properly. ^D == "quit" again.Stephen McKay2000-07-131-3/+4
* Don't do anything with /dev/rXXXMike Smith2000-05-311-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-191/+454
* 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-30/+89
* 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