summaryrefslogtreecommitdiff
path: root/usr.bin/cdio/cdio.c
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-02-15unifdef CDIOCCLOSE __OpenBSD__Jonathan Gray
2021-11-28Stop using MAXBSIZE to eliminate sys/param.h including (which injects aTheo de Raadt
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-08-13During line editing, let Ctrl-C discard the current input line andIngo Schwarze
2021-01-18Extern tracks list to avoid linker issues with -fno-common.mortimer
2020-06-26Switch cdio's default CDDB database to gnudb.gnudb.org:8880.Christian Weisgerber
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-04-01Change a strange "} if" into the intended "} else if". No practialChristian Weisgerber
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-11-20unsigned char casts where neccessaryTheo de Raadt
2010-03-01Add printing of current profile and feature information to 'info'Kenneth R Westerback
2009-06-09try to get "play" right; help/ok naddyJason McIntyre
2009-06-03Synchronize man page and help output.Christian Weisgerber
2009-02-07Restore the original help output: capitalize the characters thatChristian Weisgerber
2008-10-29no need to warn about using the default device; Thomas PfaffTheo de Raadt
2008-08-30use a bitmap to store the features. simplify the code a bit and allow forFederico G. Schwindt
2008-08-13Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RWav
2008-08-08o use definitions from cd.hFederico G. Schwindt
2008-07-23we really need unsigned in arithmetic operations.av
2008-06-30set speed for writing tracks in TAO.av
2008-06-22Automatically distinguish between CD-DA track and WAVE audio file writing themav
2008-06-11move tao code from main() into its own function before adding features.av
2008-06-08check whether media supports TAO or blanking.av
2008-06-06Make open_cd() remember open mode. "blank" doesn't have to check for EPERMav
2008-05-07correct duration by taking the pre-gap into account; ok by many.Federico G. Schwindt
2007-05-26cdrip and cdplay commands from Alexey VatchenkoMichael Coulter
2006-08-25spacingTheo de Raadt
2006-08-24spacingTheo de Raadt
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