| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 1 << 31 cleanup. Eitan Adler pointed out that there has been a |  deraadt | 2013-11-26 | 1 | -2/+2 |
* | bring in proto |  deraadt | 2013-11-13 | 1 | -1/+2 |
* | insert the proper arguments into a prototype |  deraadt | 2013-11-12 | 1 | -2/+2 |
* | pull in missing includes (math.h, unistd.h, stdlib.h) needed for |  deraadt | 2013-11-12 | 1 | -1/+2 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 6 | -20/+20 |
* | add some prototypes, casts, includes, parenthesis, and whatnot to |  tedu | 2013-04-17 | 1 | -1/+2 |
* | Replace a realloc() + memcpy() with calloc() + memcpy(). |  millert | 2013-04-16 | 1 | -6/+5 |
* | Back out r1.17 and its subsequent conversion to poll. Otherwise |  millert | 2013-04-15 | 1 | -27/+6 |
* | handle ECONNABORTED errors from accept(). In many code blocks they can be |  deraadt | 2013-03-11 | 1 | -2/+3 |
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the |  jmc | 2012-09-27 | 3 | -30/+30 |
* | Drop the rpcauth(3) MLINK, there is no function of that name. |  schwarze | 2012-03-04 | 3 | -14/+14 |
* | Fix several manpage titles, from Lawrence Teo. |  haesbaert | 2012-02-26 | 1 | -3/+3 |
* | At some point we've switched to the VFP floating-point--unlike FPA |  martynas | 2011-07-26 | 1 | -3/+3 |
* | Assumptions about floating-point word order based on BYTE_ORDER are |  martynas | 2011-07-26 | 1 | -3/+3 |
* | - the nroff workaround is no longer needed |  jmc | 2010-10-29 | 1 | -19/+22 |
* | do not use .B, which is man(7), not mdoc(7); and stop .Tn abuse |  schwarze | 2010-09-07 | 4 | -357/+142 |
* | Oracle has re-licensed sunrpc under a three-clause BSD license. |  millert | 2010-09-01 | 44 | -1268/+1283 |
* | Correct the #includes to avoid warnings in <rpc/svc.h> |  guenther | 2010-07-17 | 1 | -2/+3 |
* | Keep all bits of __svc_fdset up to date, not just those beyond FD_SETSIZE. |  schwarze | 2009-12-14 | 1 | -3/+3 |
* | __svc_fdsetsize is counted in bits, not in array elements |  schwarze | 2009-12-11 | 1 | -2/+2 |
* | Modify the uc_entries allocation check such that the lhs is a constant. |  millert | 2009-06-07 | 1 | -2/+2 |
* | correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS; |  schwarze | 2009-06-06 | 1 | -3/+3 |
* | use calloc() and realloc() more; ok schwarze |  deraadt | 2009-06-06 | 2 | -21/+13 |
* | use calloc() to provide size * nitems safety |  deraadt | 2009-06-05 | 1 | -3/+2 |
* | use calloc() to provide size * nitems safety; ok millert |  deraadt | 2009-06-05 | 1 | -3/+2 |
* | Proper error handling in clntraw_create: |  schwarze | 2009-06-04 | 1 | -6/+15 |
* | State that clnt{raw,udp}_create can fail. |  schwarze | 2009-06-03 | 1 | -2/+8 |
* | Don't postpone memory allocation for the error message to the error handler: |  schwarze | 2009-06-03 | 1 | -33/+14 |
* | When authnone_create fails, do not leave behind a NULL cl_auth attribute, |  schwarze | 2009-06-02 | 2 | -3/+13 |
* | make the documentation of {svc,clnt}*create complete and correct |  schwarze | 2009-06-02 | 2 | -10/+21 |
* | When an RPC client program encounters ENOMEM while trying to print |  schwarze | 2009-06-01 | 1 | -2/+4 |
* | Commit requested by marco: |  otto | 2008-12-09 | 3 | -26/+206 |
* | Fix param list for xdrrec_eof. Found during coding some stuff that uses |  marco | 2008-09-07 | 1 | -3/+3 |
* | Change a very long selective list of all architectures which do IEEE into |  deraadt | 2008-06-25 | 1 | -10/+6 |
* | document xdr_{u_}int64_t() functions |  deraadt | 2008-06-13 | 2 | -3/+23 |
* | implement xdr_int64_t, xdr_u_int64_t |  sturm | 2008-06-13 | 1 | -1/+55 |
* | Fix comment typos; ok ray@, jmc@ |  blambert | 2007-09-17 | 1 | -4/+4 |
* | Remove wrong snprintf(3) truncation checks, which can't be |  moritz | 2007-09-12 | 1 | -15/+25 |