| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Proper use of fseek/fseeko macros. |  tobias | 2007-09-10 | 1 | -2/+2 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 1 | -2/+2 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 6 | -12/+12 |
* | eliminate call to abort(), which is very bad in libs. I forgat how |  otto | 2007-03-25 | 1 | -6/+9 |
* | Change hard coded numbers to sizeof(buf). Also change some |  ray | 2007-02-20 | 1 | -2/+2 |
* | add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g |  grunk | 2006-11-10 | 3 | -3/+32 |
* | Teach'em about cpus in spandex |  miod | 2006-10-10 | 1 | -2/+2 |
* | Check return value of authunix_create_default(); from bret lambert |  otto | 2006-09-22 | 1 | -3/+9 |
* | dont put two '\n' at the end of the string returnd by clnt_sperror() |  thib | 2006-09-17 | 1 | -7/+7 |
* | be more careful checking for (off_t)-1 as the failure condition from |  deraadt | 2006-04-02 | 1 | -4/+4 |
* | sprinkle a socklen_t |  deraadt | 2006-04-02 | 1 | -2/+3 |
* | sprinkle a bit of ARGSUSED |  deraadt | 2006-03-31 | 5 | -5/+16 |
* | internal API newgetbroadcastnets() does not need a sock |  deraadt | 2006-03-31 | 1 | -5/+3 |
* | Include param.h for MAXHOSTNAMELEN |  millert | 2006-01-17 | 1 | -4/+5 |
* | Userland programs should include <errno.h> not <sys/errno.h> |  millert | 2005-12-21 | 4 | -8/+8 |
* | Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endian |  kettenis | 2005-10-30 | 1 | -7/+6 |
* | Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95. |  espie | 2005-10-10 | 1 | -2/+1 |
* | some fixes to the .Nm list: |  jmc | 2005-10-02 | 1 | -2/+4 |
* | Use realloc() instead of malloc(). |  brad | 2005-09-10 | 1 | -5/+6 |
* | zap remaining rcsid. |  espie | 2005-08-08 | 37 | -149/+37 |
* | impelmentation -> implementation |  espie | 2005-08-05 | 3 | -6/+6 |
* | kernal->kernel; |  jmc | 2005-08-01 | 2 | -4/+4 |
* | - sync prototypes and header excerpts to reality |  jaredy | 2005-07-22 | 1 | -2/+2 |
* | Do not define 'pl' globally. From Bjorn Sandell" <biorn at dce dot chalmers |  otto | 2005-04-25 | 1 | -3/+3 |
* | more snprintf return value sloppiness; ok otto |  deraadt | 2005-04-11 | 1 | -3/+7 |
* | ansify. ok deraadt@ jaredy@ |  otto | 2005-04-01 | 38 | -692/+326 |
* | - correct include file (from david leonard, pr 4147) |  jmc | 2005-03-15 | 1 | -4/+4 |
* | alyte spelling-in-comment fixes |  jolan | 2005-02-17 | 1 | -2/+2 |
* | Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed |  krw | 2005-01-08 | 12 | -49/+48 |
* | Ensure that 'addrs' is always initialized before use (from Yamamoto |  krw | 2004-12-17 | 1 | -11/+8 |