| Commit message (Expand) | Author | Age | Files | Lines |
* | If the user doesn't specify a device and we can't open any of the defaults, | David Malone | 2004-04-01 | 1 | -6/+7 |
* | * Auto-detect what device to use if none is specified | Eivind Eklund | 2003-11-17 | 2 | -18/+33 |
* | Retire 'c' partition for a CD device. | Maxim Konovalov | 2003-09-01 | 2 | -13/+4 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | David E. O'Brien | 2003-05-03 | 1 | -4/+2 |
* | style.Makefile(5) | David E. O'Brien | 2003-04-04 | 1 | -0/+1 |
* | Fix bug that made cdcontrol play <track> play <track> - 1 | Eivind Eklund | 2003-03-24 | 1 | -2/+2 |
* | The default CD drive is /dev/cd0, not /dev/cd0c. | Dag-Erling Smørgrav | 2002-12-03 | 1 | -1/+1 |
* | mdoc(7) police: markup fixes. | Ruslan Ermilov | 2002-11-27 | 1 | -1/+3 |
* | * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec. | Nate Lawson | 2002-10-18 | 2 | -7/+8 |
* | Do not add a start offset time to the track duration time. | Maxim Konovalov | 2002-09-23 | 1 | -1/+2 |
* | de-__P() | Alfred Perlstein | 2002-07-11 | 1 | -26/+25 |
* | mdoc(7) police: tidy up the markup. | Ruslan Ermilov | 2002-05-30 | 1 | -66/+70 |
* | style(9): remove an EOF space. | Maxim Konovalov | 2002-05-08 | 1 | -1/+1 |
* | Implement 'speed' command: set a maximum read speed. At the moment it | Maxim Konovalov | 2002-05-08 | 2 | -0/+22 |
* | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 1 | -2/+3 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 1 | -0/+1 |
* | Reorder WARNS line for style. | Mike Heffner | 2001-12-10 | 1 | -2/+1 |
* | style(9) cleanup: spaces -> tabs. | Mike Heffner | 2001-12-09 | 1 | -94/+95 |
* | WARNS=2 cleanup. | Mike Heffner | 2001-12-09 | 2 | -10/+20 |
* | *** empty log message *** | David E. O'Brien | 2001-10-01 | 1 | -3/+5 |
* | Fix some nits I missed in my style cleanup. | David E. O'Brien | 2001-07-20 | 1 | -2/+2 |
* | Perform a major cleanup of the usr.sbin Makefiles. | David E. O'Brien | 2001-07-20 | 1 | -2/+2 |
* | Remove GCC'isms in CFLAGS. | David E. O'Brien | 2001-07-20 | 1 | -1/+0 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -13/+13 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
* | Add the 'next' and 'prev' commands (aliased to '+' and '-') which skip | Kris Kennaway | 2001-05-25 | 2 | -11/+78 |
* | Don't complain about deprecated environment variables, like MUSIC_CD, | Josef Karthauser | 2001-04-08 | 1 | -8/+9 |
* | - Backout botched attempt to introduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -1/+0 |
* | Set the default manual section for usr.sbin/ to 8. | Ruslan Ermilov | 2001-03-20 | 1 | -0/+3 |
* | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 1 | -1/+5 |
* | mdoc(7) police: removed empty line (mdocNG does not like them), | Ruslan Ermilov | 2001-01-17 | 1 | -3/+7 |
* | Deprecate the use of the CD_DRIVE, CDPLAY, DISC and MUSIC_CD environment | Josef Karthauser | 2001-01-16 | 2 | -12/+20 |
* | Describe that the CDROM environment variable now affects which | Josef Karthauser | 2001-01-14 | 1 | -0/+9 |
* | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-27 | 1 | -35/+11 |
* | If no device is specified, check the CDROM environment variable before | Dag-Erling Smørgrav | 2000-12-18 | 1 | -0/+4 |
* | Add `_PATH_DEVZERO'. | David E. O'Brien | 2000-12-09 | 1 | -1/+2 |
* | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -1/+1 |
* | Add a new command, 'cdid', to calculate and display a serial number | Josef Karthauser | 2000-07-13 | 2 | -0/+99 |
* | Fix the ^D -> core dump problem properly. ^D == "quit" again. | Stephen McKay | 2000-07-13 | 1 | -3/+4 |
* | Don't do anything with /dev/rXXX | Mike Smith | 2000-05-31 | 1 | -3/+1 |
* | Update device names. | Kris Kennaway | 2000-05-07 | 1 | -4/+4 |
* | Remove more single-space hard sentence breaks. | Sheldon Hearn | 2000-03-02 | 1 | -1/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-01 | 1 | -4/+8 |
* | Fixed a potential buffer overflow problem, in the device name handling. | Josef Karthauser | 1999-12-05 | 1 | -7/+9 |
* | Stop run() from dereferencing a NULL pointer when you enter a valid command | Ollivier Robert | 1999-11-18 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 2 | -2/+2 |
* | What the heck was I thinking? Nobody else saw this? Sheesh. | Matthew N. Dodd | 1999-08-20 | 1 | -3/+5 |
* | Use el_source() so we pick up .editrc | Matthew N. Dodd | 1999-08-19 | 1 | -1/+2 |
* | Add support for command line editing and history. | Matthew N. Dodd | 1999-08-19 | 2 | -9/+43 |
* | (1) Make usage() and SYNOPSIS agree with each other. | Bill Fumerola | 1999-01-31 | 2 | -9/+8 |