summaryrefslogtreecommitdiff
path: root/usr.bin/cdio/cdio.c
AgeCommit message (Expand)Author
2006-06-16lint cleanupTheo de Raadt
2006-06-15put fd into track's struct so we can fail earlierMichael Coulter
2006-06-06minor cleanupTheo de Raadt
2006-06-01minor tweaksTheo de Raadt
2006-06-01add checks for disc size before we set out trying to burn 4gbMichael Coulter
2006-06-01better command line usage as suggested by deraadt@Michael Coulter
2006-05-31add rewritable blanking and track-at-once burning supportMichael Coulter
2006-01-20Clean up command line parsing, don't accept trailing garbage, add inKenneth R Westerback
2006-01-11Whitespace nits.Kenneth R Westerback
2006-01-10Fix issues with relative times, especially track # vs TOC indexKenneth R Westerback
2006-01-09Add cmpmsf(). Use it to eliminate repeated code. No functional change.Kenneth R Westerback
2006-01-09Bring in toc2msf() from NetBSD's cdplay. Use it to eliminate repeatedKenneth R Westerback
2006-01-09Bring in addmsf() from NetBSD's cdplay. Use it to eliminate repeatedKenneth R Westerback
2005-12-31CDIOCREADTOCENTRYS adjusts lba information into host order, so thereKenneth R Westerback
2005-12-21Remove an ambiguiity and make 'e' short for "eject". The short formTodd C. Miller
2005-01-22add an exit command as an alias of quit; ok henning@Robert Nagy
2005-01-09Better error message for `device' command without arguments.Aleksander Piotrowski
2005-01-08New shortcuts for commands device (d) and debug (deb)Aleksander Piotrowski
2005-01-04add snprintf sanity check.Moritz Jodeit
2004-09-14sprinkle some ARGSUSED for table driven functionsTheo de Raadt
2004-07-30- sort optionsJason McIntyre
2004-01-16fix printf formats, unsigned wants %uMarc Espie
2004-01-14A more classical and more readable getopt() loop, no functional change.Miod Vallat
2003-10-31New libedit api changes.Otto Moerbeek
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-04-06Replace a strcpy and associated code with a snprintf whose returnKenneth R Westerback
2003-02-18copyrights added;Jason McIntyre
2003-02-13add libedit support.Federico G. Schwindt
2002-10-24- Add missing cdid command to cdio.1.Federico G. Schwindt
2002-04-18Reuse cddb code to support FreeBSD new cdid command.Marc Espie
2002-04-18Add cddb support.Marc Espie
2002-03-22Add missing prototypes.Marc Espie
2002-03-21getopt returns -1, not EOF.Marc Espie
2002-03-20style(9)Marc Espie
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-10-28indentTheo de Raadt
2001-08-14Stop fucking up display on Depeche Mode.Marc Espie
2001-06-22use strlcpy vs strncpy+a[len-1]='\0'lebel
2000-12-24Get rid of undocumented -h option.Aaron Campbell
2000-12-24Get rid of ugly usage() output. People can read the man page to get a commandAaron Campbell
1999-12-15overflow safeTheo de Raadt
1998-12-20If open of device fails, try up to 10 times. Useful for CD changers that tak...Todd C. Miller
1998-07-09Play CDs with more than 100 tracksConstantine Sapuntzakis
1998-07-09Fix for "play" command on CDs whose last table of contents entry isConstantine Sapuntzakis
1998-04-25Add "dev" command to switch to a new device. Handy for cd changersTodd C. Miller
1997-05-01CDIOCSETSTEREO -> CDIOCSETSTERIO, go@cclub.tutcc.tut.ac.jpJason Downs
1997-03-19Fixed minor bug with next/prev/replay commands.Angelos D. Keromytis
1997-03-09Added the "replay" command.Angelos D. Keromytis
1997-02-26Next/Prev commands.Angelos D. Keromytis