summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cdcontrol
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: tidy up the markup.ru2002-05-301-66/+70
|
* style(9): remove an EOF space.maxim2002-05-081-1/+1
|
* Implement 'speed' command: set a maximum read speed. At the moment itmaxim2002-05-082-0/+22
| | | | | | | | | works on ATAPI drives only. PR: kern/35512 (a part of) Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de> Reviewed by: -hackers MFC after: 1 month
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm
* Reorder WARNS line for style.mikeh2001-12-101-2/+1
| | | | Pointed out by: bde
* style(9) cleanup: spaces -> tabs.mikeh2001-12-091-94/+95
| | | | MFC after: 2 weeks
* WARNS=2 cleanup.mikeh2001-12-092-10/+20
| | | | | PR: bin/32646 MFC after: 2 weeks
* *** 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
|
OpenPOWER on IntegriCloud