summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cdcontrol/cdcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Make all functions and global variables static for cdcontrol(8).ed2011-11-061-57/+78
* New style function definitions.dwmalone2010-01-051-8/+11
* When run() returns an error, print the error message also injh2009-10-071-2/+6
* - Enhance volume handlinggahr2008-07-141-9/+29
* getopt(3) returns -1, not EOF.ru2008-02-191-1/+1
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historystefanf2005-10-191-1/+1
* If the user doesn't specify a device and we can't open any of the defaults,dwmalone2004-04-011-6/+7
* * Auto-detect what device to use if none is specifiedeivind2003-11-171-12/+14
* Retire 'c' partition for a CD device.maxim2003-09-011-9/+0
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
* Fix bug that made cdcontrol play <track> play <track> - 1eivind2003-03-241-2/+2
* The default CD drive is /dev/cd0, not /dev/cd0c.des2002-12-031-1/+1
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-181-4/+5
* Do not add a start offset time to the track duration time.maxim2002-09-231-1/+2
* de-__P()alfred2002-07-111-26/+25
* style(9): remove an EOF space.maxim2002-05-081-1/+1
* Implement 'speed' command: set a maximum read speed. At the moment itmaxim2002-05-081-0/+19
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+1
* style(9) cleanup: spaces -> tabs.mikeh2001-12-091-94/+95
* WARNS=2 cleanup.mikeh2001-12-091-10/+18
* *** empty log message ***obrien2001-10-011-3/+5
* Add the 'next' and 'prev' commands (aliased to '+' and '-') which skipkris2001-05-251-8/+63
* Don't complain about deprecated environment variables, like MUSIC_CD,joe2001-04-081-8/+9
* Deprecate the use of the CD_DRIVE, CDPLAY, DISC and MUSIC_CD environmentjoe2001-01-161-4/+16
* If no device is specified, check the CDROM environment variable beforedes2000-12-181-0/+4
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* Add a new command, 'cdid', to calculate and display a serial numberjoe2000-07-131-0/+95
* Fix the ^D -> core dump problem properly. ^D == "quit" again.mckay2000-07-131-3/+4
* Don't do anything with /dev/rXXXmsmith2000-05-311-3/+1
* Fixed a potential buffer overflow problem, in the device name handling.joe1999-12-051-7/+9
* Stop run() from dereferencing a NULL pointer when you enter a valid commandroberto1999-11-181-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* What the heck was I thinking? Nobody else saw this? Sheesh.mdodd1999-08-201-3/+5
* Use el_source() so we pick up .editrcmdodd1999-08-191-1/+2
* Add support for command line editing and history.mdodd1999-08-191-9/+40
* (1) Make usage() and SYNOPSIS agree with each other.billf1999-01-311-2/+2
* The status command prints the audio position, the media catalog and thejmz1998-01-261-27/+51
* Use err(3). Style in usage().charnier1997-09-041-28/+20
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Don't print number (garbadge) if media catalog is inactiveache1996-06-251-2/+3
* LBA addition to new commandsache1996-02-091-31/+77
* Integrate vak fixes, mostly command parsing & cosmeticache1996-02-091-191/+454
* Print out media catalog number, if existsache1996-02-031-2/+6
* Request/print out media catalog validation info in status commandache1996-02-031-4/+18
* Implement several new commandsache1996-02-031-30/+89
* Don't mask last track number with end word, better be shure that it is 170ache1996-02-021-1/+1
* Implement 'inject' commandache1996-02-021-12/+21
* Back out my control->addr_type change, need to be fixed in another placeache1996-02-021-1/+1
* Fix user input parser, play command even not work in old variantache1996-02-011-7/+6
OpenPOWER on IntegriCloud