| Age | Commit message (Expand) | Author |
| 2015-06-17 | more stray \n | christos |
| 2013-10-07 | fix the rest of the lint warnings [pass 1] | christos |
| 2013-10-07 | Merge some of the cleanup from PR 21894. Do a bit more of my own. | dholland |
| 2012-01-04 | -make digital mode work in non-interactive mode (init sighandler | drochner |
| 2012-01-04 | kill unnecessary srandom() call which crept in in rev. 1.33 | drochner |
| 2011-11-26 | If the ioctl to play tracks returned EINVAL, switch to digital mode and | christos |
| 2011-08-29 | ANSIfy + static + __dead | joerg |
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy |
| 2009-04-14 | Enable WARNS=4 by default for usr.bin, except for: | lukem |
| 2009-04-11 | fix -W sign-compare issues. | lukem |
| 2009-02-22 | fix a dud indent | dholland |
| 2008-12-29 | handle 64 bit time_t | christos |
| 2008-07-16 | some improvements to digital play mode: | drochner |
| 2007-04-23 | Correct documentation: | tron |
| 2007-01-24 | if ioctl(fd, CDIOCPLAYMSF,...) fails, do not warn("ioctl(CDIOREADTOCENTRYS)"); | abs |
| 2006-12-27 | arg might be improperly initialized; fix that. | dogcow |
| 2006-12-27 | CID-4199: move the test (line != NULL) one line up to check the | alc |
| 2006-12-14 | take into account the 150 frame start offset time when computing the | chuck |
| 2006-11-13 | Remove authors section, and update history where appropriate. | ad |
| 2006-10-22 | remove bogus assertion. | christos |
| 2006-09-23 | English improvements. New sentence, new line. | wiz |
| 2006-09-22 | Apply patch from PR bin/34545 sent by Sergey Svishchev to add support | xtraeme |
| 2006-01-12 | New sentence, new line. Bump date for previous. | wiz |
| 2006-01-12 | Applied patch from PR bin/14505 Tested on i386-current. Fixes inability of | garbled |
| 2006-01-02 | Add repeat mode to cdplay(1) per PR bin/13970 | garbled |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2005-01-12 | WARNS=3 | xtraeme |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-09-10 | use arc4random | itojun |
| 2004-03-18 | Add Xref to mscdlabel, bump date. | wiz |
| 2003-09-12 | eliminate unneeded use of sigcontext. | christos |
| 2003-07-14 | use bounded string op | itojun |
| 2003-07-14 | use bounded string op as much as possible | itojun |
| 2003-02-28 | Remove unused printf argument. | matt |
| 2003-02-19 | Show the last "track" as the start of the lead-out area instead of a | simonb |
| 2003-01-30 | Fix PR 18444 and a few other corner cases in cdplay.c. | is |
| 2002-09-30 | New sentence, new line. Some mdoc cleanup. | grant |
| 2002-09-28 | 0 is a valid value for the absolute minute to stop playing. Initialize | is |
| 2002-06-11 | err/errx/warn/warnx do not need \n at the end | itojun |
| 2002-01-23 | Need <sys/types.h> early on. | thorpej |
| 2001-10-17 | Sort sections, fix punctuation. | wiz |
| 2001-08-21 | Pasto. | ad |
| 2001-08-20 | Fix typo. | ad |
| 2001-08-20 | warn() -> warnx() in one place. | ad |
| 2001-08-20 | - Implement shuffle play and some other goodies. Mostly from a patch | ad |
| 2001-08-20 | Cleanup. | ad |
| 2001-08-20 | Use getrawpartition(). | ad |
| 2001-07-01 | Add support for skipping to the previous and next tracks. | gmcgarry |
| 2001-04-09 | Fix date, Os and whitespace. | wiz |
| 2001-02-19 | convert to use getprogname() | cgd |