summaryrefslogtreecommitdiffstats
path: root/usr.bin/cdio/cdio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change a strange "} if" into the intended "} else if". No practialnaddy2019-04-011-2/+2
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* unsigned char casts where neccessaryderaadt2013-11-201-10/+11
* Add printing of current profile and feature information to 'info'krw2010-03-011-4/+7
* try to get "play" right; help/ok naddyjmc2009-06-091-3/+3
* Synchronize man page and help output.naddy2009-06-031-11/+12
* Restore the original help output: capitalize the characters thatnaddy2009-02-071-5/+5
* no need to warn about using the default device; Thomas Pfaffderaadt2008-10-291-3/+5
* use a bitmap to store the features. simplify the code a bit and allow forfgsch2008-08-301-6/+6
* Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RWav2008-08-131-2/+3
* o use definitions from cd.hfgsch2008-08-081-2/+1
* we really need unsigned in arithmetic operations.av2008-07-231-2/+2
* set speed for writing tracks in TAO.av2008-06-301-10/+31
* Automatically distinguish between CD-DA track and WAVE audio file writing themav2008-06-221-3/+28
* move tao code from main() into its own function before adding features.av2008-06-111-76/+91
* check whether media supports TAO or blanking.av2008-06-081-2/+18
* Make open_cd() remember open mode. "blank" doesn't have to check for EPERMav2008-06-061-22/+29
* correct duration by taking the pre-gap into account; ok by many.fgsch2008-05-071-2/+2
* cdrip and cdplay commands from Alexey Vatchenkomjc2007-05-261-1/+21
* spacingderaadt2006-08-251-3/+3
* spacingderaadt2006-08-241-3/+3
* lint cleanupderaadt2006-06-161-3/+3
* put fd into track's struct so we can fail earliermjc2006-06-151-7/+8
* minor cleanupderaadt2006-06-061-38/+38
* minor tweaksderaadt2006-06-011-13/+13
* add checks for disc size before we set out trying to burn 4gbmjc2006-06-011-1/+19
* better command line usage as suggested by deraadt@mjc2006-06-011-19/+44
* add rewritable blanking and track-at-once burning supportmjc2006-05-311-21/+58
* Clean up command line parsing, don't accept trailing garbage, add inkrw2006-01-201-162/+291
* Whitespace nits.krw2006-01-111-9/+8
* Fix issues with relative times, especially track # vs TOC indexkrw2006-01-101-32/+41
* Add cmpmsf(). Use it to eliminate repeated code. No functional change.krw2006-01-091-12/+25
* Bring in toc2msf() from NetBSD's cdplay. Use it to eliminate repeatedkrw2006-01-091-41/+31
* Bring in addmsf() from NetBSD's cdplay. Use it to eliminate repeatedkrw2006-01-091-40/+23
* CDIOCREADTOCENTRYS adjusts lba information into host order, so therekrw2005-12-311-18/+19
* Remove an ambiguiity and make 'e' short for "eject". The short formmillert2005-12-211-2/+2
* add an exit command as an alias of quit; ok henning@robert2005-01-221-1/+2
* Better error message for `device' command without arguments.alek2005-01-091-1/+6
* New shortcuts for commands device (d) and debug (deb)alek2005-01-081-2/+2
* add snprintf sanity check.moritz2005-01-041-2/+2
* sprinkle some ARGSUSED for table driven functionsderaadt2004-09-141-2/+7
* - sort optionsjmc2004-07-301-2/+2
* fix printf formats, unsigned wants %uespie2004-01-161-20/+20
* A more classical and more readable getopt() loop, no functional change.miod2004-01-141-12/+9
* New libedit api changes.otto2003-10-311-4/+7
* mostly ansi cleanup; pval okderaadt2003-06-101-4/+4
* Replace a strcpy and associated code with a snprintf whose returnkrw2003-04-061-9/+5
* copyrights added;jmc2003-02-181-1/+32
* add libedit support.fgsch2003-02-131-10/+52