summaryrefslogtreecommitdiffstats
path: root/usr.bin/cdio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extern tracks list to avoid linker issues with -fno-common.mortimer2021-01-182-3/+6
* Missed WRITE_BIG -> WRITE_10krw2020-09-011-2/+2
* Switch cdio's default CDDB database to gnudb.gnudb.org:8880.naddy2020-06-263-7/+7
* sort SEE ALSO;jmc2020-04-221-4/+4
* move mixerctl and audioctl man pages to section 8, as these workderaadt2020-04-211-4/+4
* Remove references to "aucat socket".ratchov2019-10-021-7/+3
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-14/+14
* 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
* Use the monotonic clock for logging progress in cdio(1) and ftp(1).cheloha2017-12-232-16/+20
* Let it compile again.krw2017-12-071-2/+2
* be consistent in where we call fflushespie2017-12-061-2/+2
* expand TAO in the correct place; from michael reedjmc2017-03-191-4/+4
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-3/+3
* Reduce usage of predefined strings in manpages.bentley2015-02-281-8/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-163-8/+9
* Replace all queue *_END macro calls except CIRCLEQ_END with NULL.doug2014-09-131-2/+2
* obvious cases of missing .An;schwarze2014-09-081-6/+7
* fgetln may return incomplete lines (Tobias Stoeckmann <tobias@stoeckmann.org>)espie2014-01-061-1/+3
* Properly validate index value received from CDDB server.tobias2014-01-041-5/+7
* unsigned char casts where neccessaryderaadt2013-11-202-14/+15
* bring prototypes into scopederaadt2013-11-122-15/+17
* fix atrocious code, do socket -> FILE* conversion correctly, with properespie2013-03-071-2/+9
* Document default write speed of tao subcommand.stsp2011-07-091-2/+4
* no mcdtedu2011-06-261-7/+4
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-2/+2
* more wacky macro fixing;jmc2010-09-191-6/+10
* - fix a spacing issue in SYNOPSISjmc2010-07-261-5/+4
* Add printing of current profile and feature information to 'info'krw2010-03-014-17/+183
* Do not write 16bit values directly to odd addresses - strict alignmentclaudio2009-12-041-3/+4
* try to get "play" right; help/ok naddyjmc2009-06-092-16/+16
* Synchronize man page and help output.naddy2009-06-032-22/+29
* Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does.ratchov2009-04-101-4/+14
* don't use the AUDIODEVICE env. variable because sio_open(3) alreadyratchov2009-04-101-6/+2
* Restore the original help output: capitalize the characters thatnaddy2009-02-071-5/+5
* set the buffer size using the ``appbufsz'' parameter ofratchov2008-12-281-2/+2
* don't try to sio_close a NULL sio_hdl. stops cdio from segfaultingjakemsr2008-12-111-3/+5
* sndio for cdio (only for the "cdplay" command)jakemsr2008-11-292-34/+76
* 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-303-48/+44
* Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RWav2008-08-133-4/+49
* o use definitions from cd.hfgsch2008-08-082-7/+4
* we really need unsigned in arithmetic operations.av2008-07-232-5/+5
* set speed for writing tracks in TAO.av2008-06-305-24/+103
* clarify tao's -a option; ok av fgschjmc2008-06-241-5/+5
* new sentence, new line;jmc2008-06-231-5/+6
* Automatically distinguish between CD-DA track and WAVE audio file writing themav2008-06-224-12/+38
* 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