summaryrefslogtreecommitdiff
path: root/usr.sbin/cdcontrol/cdcontrol.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-01cdcontrol: Fix typosElyes Haouas
2016-08-25Remove last remnants of acd(4), mcd(4), and scd(4) drivers.Alex Kozlov
2011-11-06Make all functions and global variables static for cdcontrol(8).Ed Schouten
2010-01-05New style function definitions.David Malone
2009-10-07When run() returns an error, print the error message also inJaakko Heinonen
2008-07-14- Enhance volume handlingPietro Cerutti
2008-02-19getopt(3) returns -1, not EOF.Ruslan Ermilov
2005-10-19Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder
2004-04-01If 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 specifiedEivind Eklund
2003-09-01Retire 'c' partition for a CD device.Maxim Konovalov
2003-05-03Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien
2003-03-24Fix bug that made cdcontrol play <track> play <track> - 1Eivind Eklund
2002-12-03The 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-23Do not add a start offset time to the track duration time.Maxim Konovalov
2002-07-11de-__P()Alfred Perlstein
2002-05-08style(9): remove an EOF space.Maxim Konovalov
2002-05-08Implement 'speed' command: set a maximum read speed. At the moment itMaxim Konovalov
2002-02-18o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft
2001-12-09style(9) cleanup: spaces -> tabs.Mike Heffner
2001-12-09WARNS=2 cleanup.Mike Heffner
2001-10-01*** empty log message ***David E. O'Brien
2001-05-25Add the 'next' and 'prev' commands (aliased to '+' and '-') which skipKris Kennaway
2001-04-08Don't complain about deprecated environment variables, like MUSIC_CD,Josef Karthauser
2001-01-16Deprecate the use of the CD_DRIVE, CDPLAY, DISC and MUSIC_CD environmentJosef Karthauser
2000-12-18If no device is specified, check the CDROM environment variable beforeDag-Erling Smørgrav
2000-12-09Add `_PATH_DEVZERO'.David E. O'Brien
2000-07-13Add a new command, 'cdid', to calculate and display a serial numberJosef Karthauser
2000-07-13Fix the ^D -> core dump problem properly. ^D == "quit" again.Stephen McKay
2000-05-31Don't do anything with /dev/rXXXMike Smith
1999-12-05Fixed a potential buffer overflow problem, in the device name handling.Josef Karthauser
1999-11-18Stop run() from dereferencing a NULL pointer when you enter a valid commandOllivier Robert
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-20What the heck was I thinking? Nobody else saw this? Sheesh.Matthew N. Dodd
1999-08-19Use el_source() so we pick up .editrcMatthew N. Dodd
1999-08-19Add 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-26The status command prints the audio position, the media catalog and theJean-Marc Zucconi
1997-09-04Use err(3). Style in usage().Philippe Charnier
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-06-25Don't print number (garbadge) if media catalog is inactiveAndrey A. Chernov
1996-02-09LBA addition to new commandsAndrey A. Chernov
1996-02-09Integrate vak fixes, mostly command parsing & cosmeticAndrey A. Chernov
1996-02-03Print out media catalog number, if existsAndrey A. Chernov
1996-02-03Request/print out media catalog validation info in status commandAndrey A. Chernov
1996-02-03Implement several new commandsAndrey A. Chernov
1996-02-02Don't mask last track number with end word, better be shure that it is 170Andrey A. Chernov