Age | Commit message (Expand) | Author |
2024-08-22 | sync manual section numbers | Jonathan Gray |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2023-06-17 | "d" is the key character for DVI files, not "r"; | Jason McIntyre |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-10-10 | consistently use IPv4/IPv6; from jmc@ | Jonathan Gray |
2022-02-18 | Avoid gendered language in man pages when not referring to a specific | Jonathan Gray |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-01-19 | Fix the embedded scope hack. They way this was written is buggy since the | Claudio Jeker |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2017-09-20 | Avoid overflow/truncation during string->integer converion by eliminating | Philip Guenther |
2016-12-28 | fix the remaining cases of .Xr with only one argument | Ingo Schwarze |
2016-11-22 | Fix printf of NULL for the FILTERERR case when the tempfile is empty | Todd C. Miller |
2016-03-17 | simplify previous; ok bentley | Jason McIntyre |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-02-29 | Move ckqueue() to common_source/common.c | Jeremie Courreges-Anglas |
2016-02-28 | Fix ghastly whitespace. From Chris Bennett | tb |
2016-01-29 | Remove code that has been disabled for almost 20 years: | tb |
2016-01-27 | Fix typo in comment. From Chris Bennett, thanks! | tb |
2016-01-12 | Move prototypes of local functions from lp.h to the .c files and make | tb |
2015-12-28 | build all lpr tools with -Werror-implicit-function-declaration | Sebastian Benoit |
2015-12-19 | Remove NULL-check before free(). | mmcc |
2015-11-17 | no more pac; | Jason McIntyre |
2015-11-17 | off to the bitbucket in the sky | Theo de Raadt |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-10-28 | Remove support for lpd.pid file. OK deraadt@ | Todd C. Miller |
2015-10-27 | Use AF_UNIX instead of AF_LOCAL. | Todd C. Miller |
2015-10-11 | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept | Philip Guenther |
2015-09-29 | unbreak tree. | Theo de Raadt |
2015-09-29 | Replace call to __ivaliduser_sa() with a pared down version that | Todd C. Miller |
2015-09-12 | add missing .Ar macros | Ingo Schwarze |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-02-09 | clean up flags++ instances around getopt() | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-16 | Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@ | Todd C. Miller |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-11-02 | use nanosleep() instead of select(); ok jsing | Theo de Raadt |
2014-10-17 | Remove chunk special-casing malloc(siz) for realloc(NULL, siz). Bit | Theo de Raadt |
2014-10-16 | reallocarray() obviously | Theo de Raadt |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-07-12 | The hosts.lpd file must exist, or no permission is granted. Change the | Theo de Raadt |
2014-05-21 | stat(2) on the spool file needs privileges. Fixes file size reported by | Pascal Stumpf |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |