summaryrefslogtreecommitdiff
path: root/usr.bin/cdio
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-10-11Vox populi says "cdio:" prefix is useful so switch back to usingKenneth R Westerback
2022-10-10Use warnx(), not warn(), when 'errno' is not relevant.Kenneth R Westerback
2022-10-10Don't leak 'sec' in error path.Kenneth R Westerback
2022-10-07Fix some error output, replacing some silly 'warnx("\n...")' withKenneth R Westerback
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
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-09-01Missed WRITE_BIG -> WRITE_10Kenneth R Westerback
2020-06-26Switch cdio's default CDDB database to gnudb.gnudb.org:8880.Christian Weisgerber
2020-04-22sort SEE ALSO;Jason McIntyre
2020-04-21move mixerctl and audioctl man pages to section 8, as these workTheo de Raadt
2019-10-02Remove references to "aucat socket".Alexandre Ratchov
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
2017-12-23Use the monotonic clock for logging progress in cdio(1) and ftp(1).cheloha
2017-12-07Let it compile again.Kenneth R Westerback
2017-12-06be consistent in where we call fflushMarc Espie
2017-03-19expand TAO in the correct place; from michael reedJason McIntyre
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-01-06fgetln may return incomplete lines (Tobias Stoeckmann <tobias@stoeckmann.org>)Marc Espie
2014-01-04Properly validate index value received from CDDB server.Tobias Stoeckmann
2013-11-20unsigned char casts where neccessaryTheo de Raadt
2013-11-12bring prototypes into scopeTheo de Raadt
2013-03-07fix atrocious code, do socket -> FILE* conversion correctly, with properMarc Espie
2011-07-09Document default write speed of tao subcommand.Stefan Sperling
2011-06-26no mcdTed Unangst
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-09-19more wacky macro fixing;Jason McIntyre
2010-07-26- fix a spacing issue in SYNOPSISJason McIntyre
2010-03-01Add printing of current profile and feature information to 'info'Kenneth R Westerback
2009-12-04Do not write 16bit values directly to odd addresses - strict alignmentClaudio Jeker
2009-06-09try to get "play" right; help/ok naddyJason McIntyre
2009-06-03Synchronize man page and help output.Christian Weisgerber
2009-04-10Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does.Alexandre Ratchov
2009-04-10don't use the AUDIODEVICE env. variable because sio_open(3) alreadyAlexandre Ratchov
2009-02-07Restore the original help output: capitalize the characters thatChristian Weisgerber
2008-12-28set the buffer size using the ``appbufsz'' parameter ofAlexandre Ratchov
2008-12-11don't try to sio_close a NULL sio_hdl. stops cdio from segfaultingJacob Meuser
2008-11-29sndio for cdio (only for the "cdplay" command)Jacob Meuser