summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move to the <limits.h> universe.deraadt2015-01-164-11/+7
* Merge from NetBSD from 1999-03-25:"guenther2014-11-117-29/+26
* missing pfd = newp, diagnosed by deraadt@sthen2014-11-051-1/+2
* Fix memory leak on reallocarray() failure introduced by conversionmillert2014-11-041-4/+6
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* We prefer to use call reallocarray() with nmemb first and size second.millert2014-10-221-2/+2
* Use reallocarray() instead of calloc() (originally was realloc).millert2014-10-221-3/+2
* obvious conversion of realloc() to reallocarray(). Luckily this isderaadt2014-10-081-2/+2
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-3/+3
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-211-2/+2
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-7/+1
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-2/+2
* bring in protoderaadt2013-11-131-1/+2
* insert the proper arguments into a prototypederaadt2013-11-121-2/+2
* pull in missing includes (math.h, unistd.h, stdlib.h) needed forderaadt2013-11-121-1/+2
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-056-20/+20
* 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