| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this |  benno | 2 | -4/+7 |
| 2020-10-13 | Do some easy .data -> .rodata/.data.rel.ro conversions |  guenther | 1 | -2/+2 |
| 2020-08-30 | Remove duplicate definition of _null_auth. |  mortimer | 1 | -3/+1 |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 4 | -12/+12 |
| 2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 1 | -9/+9 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 8 | -30/+31 |
| 2018-01-06 | Remove dead gettimeofday calls and timevals. |  cheloha | 2 | -6/+2 |
| 2017-12-14 | Simplify and unify timespec variables used in those event loops |  jca | 3 | -18/+14 |
| 2017-12-14 | Use CLOCK_MONOTONIC for the rpc event loops |  jca | 3 | -40/+40 |
| 2017-06-10 | fix a sentence that used unusual terminology, the wrong macro, |  schwarze | 1 | -5/+6 |
| 2017-01-21 | Nuke whitespace foolish enough to expose itself during the great |  krw | 3 | -12/+12 |
| 2016-12-20 | Add 'default:' cases to switch statements that gcc whines about. |  krw | 4 | -4/+13 |
| 2016-09-23 | s/alloctaed/allocated/ in comment |  guenther | 1 | -2/+2 |
| 2016-09-21 | Delete casts to off_t and size_t that are implied by assignments |  guenther | 1 | -5/+5 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -111/+1 |
| 2016-03-09 | We are done providing support for the vax. |  deraadt | 1 | -177/+2 |
| 2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. |  mmcc | 1 | -3/+2 |
| 2015-11-10 | update NAME section to include all documented functions, |  jmc | 2 | -6/+6 |
| 2015-11-01 | delete old lint ARGSUSED comments |  guenther | 11 | -38/+11 |
| 2015-10-05 | user land -> userland; from Rob Pierce |  deraadt | 1 | -2/+2 |
| 2015-10-04 | __xdrrec_getrec is in the reserved namespace, so it doesn't need to be weak |  guenther | 1 | -2/+2 |
| 2015-09-14 | use .Va for global variables, and .Vt where the type is included |  schwarze | 1 | -44/+37 |
| 2015-09-14 | Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internal |  guenther | 1 | -1/+3 |
| 2015-09-13 | Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. |  guenther | 25 | -33/+106 |
| 2015-09-11 | lseek() is in <unistd.h> ok deraadt@ |  guenther | 1 | -1/+2 |
| 2015-09-11 | _rpc_dtablesize() is not used anywhere, tracking by sthen; ok guenther |  deraadt | 2 | -52/+2 |
| 2015-09-11 | rpcdata should not be exported; ok guenther |  deraadt | 1 | -2/+2 |
| 2015-09-09 | Use SOCK_NONBLOCK in a couple more places |  guenther | 1 | -22/+3 |
| 2015-09-02 | Delete 3 more stderr messages, right before returning a proper error. |  deraadt | 3 | -6/+6 |
| 2015-09-02 | do not printf() on error from libc; ok millert |  deraadt | 1 | -3/+1 |
| 2015-09-01 | Remove all bogus writes to stderr. Only explicit requests should |  deraadt | 10 | -70/+23 |
| 2015-09-01 | Remove calls to perror(); the error returns are sufficient, and these |  deraadt | 3 | -27/+7 |
| 2015-08-20 | All these files include <stdlib.h>, so do not need to cast |  deraadt | 9 | -19/+19 |
| 2015-05-18 | swap calloc() arguments for clarity |  deraadt | 1 | -2/+2 |
| 2015-05-17 | Use fcntl() to set non-blocking-mode, rather ioctl(). This has a better |  deraadt | 1 | -4/+20 |
| 2015-05-04 | Use the size of the buffer not the pointer in a call to mem_free(). |  jsg | 1 | -2/+2 |
| 2015-04-25 | Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), for |  miod | 1 | -6/+7 |
| 2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 1 | -2/+6 |
| 2015-01-16 | Move to the <limits.h> universe. |  deraadt | 4 | -11/+7 |
| 2014-11-11 | Merge from NetBSD from 1999-03-25:" |  guenther | 7 | -29/+26 |
| 2014-11-05 | missing pfd = newp, diagnosed by deraadt@ |  sthen | 1 | -1/+2 |
| 2014-11-04 | Fix memory leak on reallocarray() failure introduced by conversion |  millert | 1 | -4/+6 |
| 2014-10-25 | Remove unnecessary netinet/in_systm.h include. |  lteo | 1 | -2/+1 |
| 2014-10-22 | We prefer to use call reallocarray() with nmemb first and size second. |  millert | 1 | -2/+2 |
| 2014-10-22 | Use reallocarray() instead of calloc() (originally was realloc). |  millert | 1 | -3/+2 |
| 2014-10-08 | obvious conversion of realloc() to reallocarray(). Luckily this is |  deraadt | 1 | -2/+2 |
| 2014-09-15 | When fopen()ing internal to libc (the API doesn't support the use |  guenther | 1 | -3/+3 |
| 2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, |  guenther | 1 | -2/+2 |
| 2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional |  guenther | 1 | -7/+1 |
| 2014-01-21 | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 1 | -3/+3 |