Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-22 | Denote multiple arguments with 'arg ...' not 'args' | Klemens Nanni |
2022-10-11 | Vox populi says "cdio:" prefix is useful so switch back to using | Kenneth R Westerback |
2022-10-10 | Use warnx(), not warn(), when 'errno' is not relevant. | Kenneth R Westerback |
2022-10-10 | Don't leak 'sec' in error path. | Kenneth R Westerback |
2022-10-07 | Fix some error output, replacing some silly 'warnx("\n...")' with | Kenneth R Westerback |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-02-15 | unifdef CDIOCCLOSE __OpenBSD__ | Jonathan Gray |
2021-11-28 | Stop using MAXBSIZE to eliminate sys/param.h including (which injects a | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-08-13 | During line editing, let Ctrl-C discard the current input line and | Ingo Schwarze |
2021-01-18 | Extern tracks list to avoid linker issues with -fno-common. | mortimer |
2020-09-01 | Missed WRITE_BIG -> WRITE_10 | Kenneth R Westerback |
2020-06-26 | Switch cdio's default CDDB database to gnudb.gnudb.org:8880. | Christian Weisgerber |
2020-04-22 | sort SEE ALSO; | Jason McIntyre |
2020-04-21 | move mixerctl and audioctl man pages to section 8, as these work | Theo de Raadt |
2019-10-02 | Remove references to "aucat socket". | Alexandre Ratchov |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-04-01 | Change a strange "} if" into the intended "} else if". No practial | Christian Weisgerber |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2017-12-23 | Use the monotonic clock for logging progress in cdio(1) and ftp(1). | cheloha |
2017-12-07 | Let it compile again. | Kenneth R Westerback |
2017-12-06 | be consistent in where we call fflush | Marc Espie |
2017-03-19 | expand TAO in the correct place; from michael reed | Jason McIntyre |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-01-06 | fgetln may return incomplete lines (Tobias Stoeckmann <tobias@stoeckmann.org>) | Marc Espie |
2014-01-04 | Properly validate index value received from CDDB server. | Tobias Stoeckmann |
2013-11-20 | unsigned char casts where neccessary | Theo de Raadt |
2013-11-12 | bring prototypes into scope | Theo de Raadt |
2013-03-07 | fix atrocious code, do socket -> FILE* conversion correctly, with proper | Marc Espie |
2011-07-09 | Document default write speed of tao subcommand. | Stefan Sperling |
2011-06-26 | no mcd | Ted Unangst |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-07-26 | - fix a spacing issue in SYNOPSIS | Jason McIntyre |
2010-03-01 | Add printing of current profile and feature information to 'info' | Kenneth R Westerback |
2009-12-04 | Do not write 16bit values directly to odd addresses - strict alignment | Claudio Jeker |
2009-06-09 | try to get "play" right; help/ok naddy | Jason McIntyre |
2009-06-03 | Synchronize man page and help output. | Christian Weisgerber |
2009-04-10 | Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does. | Alexandre Ratchov |
2009-04-10 | don't use the AUDIODEVICE env. variable because sio_open(3) already | Alexandre Ratchov |
2009-02-07 | Restore the original help output: capitalize the characters that | Christian Weisgerber |
2008-12-28 | set the buffer size using the ``appbufsz'' parameter of | Alexandre Ratchov |
2008-12-11 | don't try to sio_close a NULL sio_hdl. stops cdio from segfaulting | Jacob Meuser |
2008-11-29 | sndio for cdio (only for the "cdplay" command) | Jacob Meuser |