| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add some references, most of these were removed when we stopped building |  jsg | 2021-03-08 | 1 | -2/+4 |
| * | Fix the embedded scope hack. They way this was written is buggy since the |  claudio | 2021-01-19 | 1 | -15/+10 |
| * | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; |  jmc | 2020-04-23 | 2 | -8/+8 |
| * | correct Research Unix edition "appeared in" use in HISTORY |  jsg | 2020-02-08 | 2 | -6/+6 |
| * | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 3 | -15/+15 |
| * | Use <fcntl.h> instead of <sys/file.h> for open() and friends. |  guenther | 2018-04-26 | 5 | -12/+8 |
| * | Avoid overflow/truncation during string->integer converion by eliminating |  guenther | 2017-09-20 | 1 | -13/+9 |
| * | fix the remaining cases of .Xr with only one argument |  schwarze | 2016-12-28 | 1 | -5/+3 |
| * | Fix printf of NULL for the FILTERERR case when the tempfile is empty |  millert | 2016-11-22 | 1 | -2/+2 |
| * | simplify previous; ok bentley |  jmc | 2016-03-17 | 1 | -2/+1 |
| * | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. |  bentley | 2016-03-17 | 2 | -12/+20 |
| * | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. |  krw | 2016-03-16 | 1 | -2/+2 |
| * | Move ckqueue() to common_source/common.c |  jca | 2016-02-29 | 4 | -61/+34 |
| * | Fix ghastly whitespace. From Chris Bennett |  tb | 2016-02-28 | 1 | -93/+92 |
| * | Remove code that has been disabled for almost 20 years: |  tb | 2016-01-29 | 1 | -39/+1 |
| * | Fix typo in comment. From Chris Bennett, thanks! |  tb | 2016-01-27 | 1 | -2/+2 |
| * | Move prototypes of local functions from lp.h to the .c files and make |  tb | 2016-01-12 | 5 | -57/+65 |
| * | build all lpr tools with -Werror-implicit-function-declaration |  benno | 2015-12-28 | 4 | -4/+8 |
| * | Remove NULL-check before free(). |  mmcc | 2015-12-19 | 1 | -3/+2 |
| * | no more pac; |  jmc | 2015-11-17 | 1 | -4/+3 |
| * | off to the bitbucket in the sky |  deraadt | 2015-11-17 | 7 | -758/+2 |
| * | replace setbuf with setvbuf, from Frederic Nowak |  tedu | 2015-11-04 | 1 | -2/+2 |
| * | Remove support for lpd.pid file. OK deraadt@ |  millert | 2015-10-28 | 4 | -51/+24 |
| * | Use AF_UNIX instead of AF_LOCAL. |  millert | 2015-10-27 | 2 | -7/+7 |
| * | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept |  guenther | 2015-10-11 | 2 | -4/+4 |
| * | unbreak tree. |  deraadt | 2015-09-29 | 1 | -0/+250 |
| * | Replace call to __ivaliduser_sa() with a pared down version that |  millert | 2015-09-29 | 3 | -10/+8 |
| * | add missing .Ar macros |  schwarze | 2015-09-12 | 1 | -4/+4 |
| * | stdlib.h is in scope; do not cast malloc/calloc/realloc* |  deraadt | 2015-08-20 | 4 | -11/+11 |
| * | clean up flags++ instances around getopt() |  deraadt | 2015-02-09 | 5 | -18/+18 |
| * | Replace <sys/param.h> with <limits.h> |  deraadt | 2015-01-16 | 1 | -3/+3 |
| * | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 16 | -43/+45 |
| * | Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@ |  millert | 2014-12-16 | 1 | -3/+3 |
| * | Nuke more obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
| * | use nanosleep() instead of select(); ok jsing |  deraadt | 2014-11-02 | 1 | -4/+4 |
| * | Remove chunk special-casing malloc(siz) for realloc(NULL, siz). Bit |  deraadt | 2014-10-17 | 1 | -17/+11 |
| * | reallocarray() obviously |  deraadt | 2014-10-16 | 1 | -5/+4 |
| * | Userland reallocarray() audit. |  doug | 2014-10-11 | 1 | -2/+2 |
| * | Make sure the correct errno is reported by warn* or err* and not |  guenther | 2014-07-20 | 1 | -2/+3 |
| * | The hosts.lpd file must exist, or no permission is granted. Change the |  deraadt | 2014-07-12 | 1 | -3/+4 |
| * | stat(2) on the spool file needs privileges. Fixes file size reported by |  pascal | 2014-05-21 | 1 | -2/+6 |
| * | Use errc/warnc to simplify code. |  guenther | 2014-05-20 | 1 | -2/+2 |
| * | Prevent lpd(8) from looking into hosts.equiv. |  ajacoutot | 2014-04-20 | 3 | -22/+6 |
| * | clarify a bit about hosts.lpd |  tedu | 2014-04-20 | 1 | -4/+6 |
| * | remove hosts.equiv xr |  tedu | 2014-04-19 | 1 | -6/+3 |
| * | Fix remote printing; broken in rev 1.50. OK guenther@ stsp@ |  millert | 2014-02-07 | 1 | -1/+5 |
| * | Fixed typo in error message. |  tobias | 2014-01-22 | 1 | -2/+2 |
| * | fix a leak |  jsg | 2014-01-22 | 1 | -1/+3 |
| * | Use SEEK_SET instead of hardcoded 0. |  tobias | 2014-01-20 | 1 | -2/+2 |
| * | Fix race condition during symlink check. If there was no symbolic link |  tobias | 2014-01-20 | 1 | -25/+48 |