summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cdcontrol
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-4/+8
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Fixed a potential buffer overflow problem, in the device name handling.joe1999-12-051-7/+9
| | | | PR: bin/15101
* Stop run() from dereferencing a NULL pointer when you enter a valid commandroberto1999-11-181-0/+2
| | | | | | | | then a ^D at the prompt. cdcontrol> play 1 14 cdcontrol> zsh: 40874 segmentation fault (core dumped) /usr/sbin/cdcontrol -f /dev/cd1c
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* What the heck was I thinking? Nobody else saw this? Sheesh.mdodd1999-08-201-3/+5
| | | | | | | | | | (num > MAX) ? MAX : num rather than (MAX > num) ? MAX : num Also, make things a little easier to read while I'm here.
* Use el_source() so we pick up .editrcmdodd1999-08-191-1/+2
|
* Add support for command line editing and history.mdodd1999-08-192-9/+43
| | | | | | | | Remove src/contrib/bind/bin/nslookup/commands.c as it is generated by lex from commands.l. Submitted by: lpc/cdcontrol patches originally by msmith. Reviewed by: msmith (in theory)
* (1) Make usage() and SYNOPSIS agree with each other.billf1999-01-312-9/+8
| | | | | | | (2) Use 'device' instead of 'device name', there seems to be a precedent in /usr/share/man/man1 Prompted By: bde
* Consistantly use 'devicename' instead of varying between 'discname' andbillf1999-01-311-3/+3
| | | | 'devicename'.
* Mention all the environment variables that can be usedsteve1998-06-131-3/+7
| | | | | | | to specify the device. PR: 6927 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* The status command prints the audio position, the media catalog and thejmz1998-01-262-29/+61
| | | | | | | volume value for the disc. It is now possible to specify additional arguments (audio, volume, media) to print only a subset of the full status. This is particularly useful with drives which stop playing when asked to return the catalog number.
* Typo.charnier1998-01-071-2/+2
|
* Use Pa for files and Ar for arguments.charnier1997-12-081-24/+32
|
* spelling corrections.wosch1997-09-131-3/+3
| | | | | PR: docs/4450 Submitted by: josh@quick.net
* Use err(3). Style in usage().charnier1997-09-042-33/+25
|
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+3
|
* Use the .Fx macro where appropriate.mpp1996-08-231-1/+2
|
* 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-092-193/+459
| | | | Submitted by: vak@cronyx.ru
* Print out media catalog number, if existsache1996-02-031-2/+6
|
* Request/print out media catalog validation info in status commandache1996-02-032-4/+19
|
* Implement several new commandsache1996-02-032-35/+102
|
* Don't mask last track number with end word, better be shure that it is 170ache1996-02-021-1/+1
|
* Implement 'inject' commandache1996-02-022-13/+25
|
* 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
|
* Wrong field was used to determine audio/data disksache1996-02-011-1/+1
|
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-1/+1
|
* Use starting track 0 for READTOCENTRYS, should be convertedache1996-01-301-1/+1
| | | | | to real starting track in CD driver. Old code assume that starting track is always 1.
* Add the cdcontrol program by Serge Vakulenko. It's my understandingjkh1995-08-183-0/+770
that this is a superset of cdplay, and perhaps it's time to send cdplay into the bit bucket if this works well. According to the docs, it has a friendlier command structure, command line interface etc. Submitted by: Serge Vakulenko <vak@cronyx.ru>
OpenPOWER on IntegriCloud