summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* add some prototypes, casts, includes, parenthesis, and whatnot totedu2013-04-171-1/+2
* Replace a realloc() + memcpy() with calloc() + memcpy().millert2013-04-161-6/+5
* Back out r1.17 and its subsequent conversion to poll. Otherwisemillert2013-04-151-27/+6
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-2/+3
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-273-30/+30
* Drop the rpcauth(3) MLINK, there is no function of that name.schwarze2012-03-043-14/+14
* Fix several manpage titles, from Lawrence Teo.haesbaert2012-02-261-3/+3
* At some point we've switched to the VFP floating-point--unlike FPAmartynas2011-07-261-3/+3
* Assumptions about floating-point word order based on BYTE_ORDER aremartynas2011-07-261-3/+3
* - the nroff workaround is no longer neededjmc2010-10-291-19/+22
* do not use .B, which is man(7), not mdoc(7); and stop .Tn abuseschwarze2010-09-074-357/+142
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-0144-1268/+1283
* Correct the #includes to avoid warnings in <rpc/svc.h>guenther2010-07-171-2/+3
* Keep all bits of __svc_fdset up to date, not just those beyond FD_SETSIZE.schwarze2009-12-141-3/+3
* __svc_fdsetsize is counted in bits, not in array elementsschwarze2009-12-111-2/+2
* Modify the uc_entries allocation check such that the lhs is a constant.millert2009-06-071-2/+2
* correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS;schwarze2009-06-061-3/+3
* use calloc() and realloc() more; ok schwarzederaadt2009-06-062-21/+13
* use calloc() to provide size * nitems safetyderaadt2009-06-051-3/+2
* use calloc() to provide size * nitems safety; ok millertderaadt2009-06-051-3/+2
* Proper error handling in clntraw_create:schwarze2009-06-041-6/+15
* State that clnt{raw,udp}_create can fail.schwarze2009-06-031-2/+8
* Don't postpone memory allocation for the error message to the error handler:schwarze2009-06-031-33/+14
* When authnone_create fails, do not leave behind a NULL cl_auth attribute,schwarze2009-06-022-3/+13
* make the documentation of {svc,clnt}*create complete and correctschwarze2009-06-022-10/+21
* When an RPC client program encounters ENOMEM while trying to printschwarze2009-06-011-2/+4
* Commit requested by marco:otto2008-12-093-26/+206
* Fix param list for xdrrec_eof. Found during coding some stuff that usesmarco2008-09-071-3/+3
* Change a very long selective list of all architectures which do IEEE intoderaadt2008-06-251-10/+6
* document xdr_{u_}int64_t() functionsderaadt2008-06-132-3/+23
* implement xdr_int64_t, xdr_u_int64_tsturm2008-06-131-1/+55
* Fix comment typos; ok ray@, jmc@blambert2007-09-171-4/+4
* Remove wrong snprintf(3) truncation checks, which can't bemoritz2007-09-121-15/+25
* Proper use of fseek/fseeko macros.tobias2007-09-101-2/+2
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* convert to new .Dd format;jmc2007-05-316-12/+12
* eliminate call to abort(), which is very bad in libs. I forgat howotto2007-03-251-6/+9
* Change hard coded numbers to sizeof(buf). Also change someray2007-02-201-2/+2
* add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -ggrunk2006-11-103-3/+32
* Teach'em about cpus in spandexmiod2006-10-101-2/+2
* Check return value of authunix_create_default(); from bret lambertotto2006-09-221-3/+9
* dont put two '\n' at the end of the string returnd by clnt_sperror()thib2006-09-171-7/+7
* be more careful checking for (off_t)-1 as the failure condition fromderaadt2006-04-021-4/+4
* sprinkle a socklen_tderaadt2006-04-021-2/+3
* sprinkle a bit of ARGSUSEDderaadt2006-03-315-5/+16
* internal API newgetbroadcastnets() does not need a sockderaadt2006-03-311-5/+3
* Include param.h for MAXHOSTNAMELENmillert2006-01-171-4/+5
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-214-8/+8
* Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endiankettenis2005-10-301-7/+6
* Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.espie2005-10-101-2/+1