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