summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cdcontrol
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***obrien2001-10-011-3/+5
|
* Fix some nits I missed in my style cleanup.obrien2001-07-201-2/+2
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+2
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
|
* Remove whitespace at EOL.dd2001-07-151-13/+13
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Add the 'next' and 'prev' commands (aliased to '+' and '-') which skipkris2001-05-252-11/+78
| | | | | | | | | | | forward or backward by a specified number of tracks (defaulting to 1). Use strvisx() to display the media catalog in case it contains unprintable characters. Sort includes. Based on two patches submitted by PR, plus style fixes and other changes of my own. Submitted by: Seth Kingsley <sethk@osd.bsdi.com>, Maxime Henrion <mux@qualys.com> PR: bin/22672, bin/26962 MFC After: 1 week
* Don't complain about deprecated environment variables, like MUSIC_CD,joe2001-04-081-8/+9
| | | | | | | | | | being present in the environment if the user has CDROM defined, or has specified a device on the command line. This avoids users of ports like 'workman' that use these variables getting gratuitous warnings from cdcontrol. Suggested by: John Sellens <jsellens@generalconcepts.com>
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-1/+0
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-0/+3
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+5
|
* mdoc(7) police: removed empty line (mdocNG does not like them),ru2001-01-171-3/+7
| | | | columnate ENVIRONMENT variables.
* Deprecate the use of the CD_DRIVE, CDPLAY, DISC and MUSIC_CD environmentjoe2001-01-162-12/+20
| | | | | | variables in favour of CDROM. Discussed on: stable@FreeBSD.org
* Describe that the CDROM environment variable now affects whichjoe2001-01-141-0/+9
| | | | device is used by default.
* Prepare for mdoc(7)NG.ru2000-12-271-35/+11
|
* If no device is specified, check the CDROM environment variable beforedes2000-12-181-0/+4
| | | | picking the default device.
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
| | | | Use _PATH_* where where possible.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Add a new command, 'cdid', to calculate and display a serial numberjoe2000-07-132-0/+99
| | | | | | for a cd, using the algorithm that the cddb database uses. Submitted by: Sergey Shkonda <serg@bcs.zp.ua>
* 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
|
* Update device names.kris2000-05-071-4/+4
|
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-1/+2
|
* 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
|
OpenPOWER on IntegriCloud