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