summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2014-11-11Merge from NetBSD from 1999-03-25:"Philip Guenther
2014-11-05missing pfd = newp, diagnosed by deraadt@Stuart Henderson
2014-11-04Fix memory leak on reallocarray() failure introduced by conversionTodd C. Miller
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-22We prefer to use call reallocarray() with nmemb first and size second.Todd C. Miller
2014-10-22Use reallocarray() instead of calloc() (originally was realloc).Todd C. Miller
2014-10-08obvious conversion of realloc() to reallocarray(). Luckily this isTheo de Raadt
2014-09-15When fopen()ing internal to libc (the API doesn't support the usePhilip Guenther
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-13bring in protoTheo de Raadt
2013-11-12insert the proper arguments into a prototypeTheo de Raadt
2013-11-12pull in missing includes (math.h, unistd.h, stdlib.h) needed forTheo de Raadt
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-04-17add some prototypes, casts, includes, parenthesis, and whatnot toTed Unangst
2013-04-16Replace a realloc() + memcpy() with calloc() + memcpy().Todd C. Miller
2013-04-15Back out r1.17 and its subsequent conversion to poll. OtherwiseTodd C. Miller
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2012-09-27last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-03-04Drop the rpcauth(3) MLINK, there is no function of that name.Ingo Schwarze
2012-02-26Fix several manpage titles, from Lawrence Teo.Christiano F. Haesbaert
2011-07-26At some point we've switched to the VFP floating-point--unlike FPAMartynas Venckus
2011-07-26Assumptions about floating-point word order based on BYTE_ORDER areMartynas Venckus
2010-10-29- the nroff workaround is no longer neededJason McIntyre
2010-09-07do not use .B, which is man(7), not mdoc(7); and stop .Tn abuseIngo Schwarze
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
2010-07-17Correct the #includes to avoid warnings in <rpc/svc.h>Philip Guenthe
2009-12-14Keep all bits of __svc_fdset up to date, not just those beyond FD_SETSIZE.Ingo Schwarze
2009-12-11__svc_fdsetsize is counted in bits, not in array elementsIngo Schwarze
2009-06-07Modify the uc_entries allocation check such that the lhs is a constant.Todd C. Miller
2009-06-06correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS;Ingo Schwarze
2009-06-06use calloc() and realloc() more; ok schwarzeTheo de Raadt
2009-06-05use calloc() to provide size * nitems safetyTheo de Raadt
2009-06-05use calloc() to provide size * nitems safety; ok millertTheo de Raadt
2009-06-04Proper error handling in clntraw_create:Ingo Schwarze
2009-06-03State that clnt{raw,udp}_create can fail.Ingo Schwarze
2009-06-03Don't postpone memory allocation for the error message to the error handler:Ingo Schwarze
2009-06-02When authnone_create fails, do not leave behind a NULL cl_auth attribute,Ingo Schwarze
2009-06-02make the documentation of {svc,clnt}*create complete and correctIngo Schwarze
2009-06-01When an RPC client program encounters ENOMEM while trying to printIngo Schwarze
2008-12-09Commit requested by marco:Otto Moerbeek
2008-09-07Fix param list for xdrrec_eof. Found during coding some stuff that usesMarco Peereboom
2008-06-25Change a very long selective list of all architectures which do IEEE intoTheo de Raadt
2008-06-13document xdr_{u_}int64_t() functionsTheo de Raadt
2008-06-13implement xdr_int64_t, xdr_u_int64_tNikolay Sturm
2007-09-17Fix comment typos; ok ray@, jmc@Bret Lambert
2007-09-12Remove wrong snprintf(3) truncation checks, which can't beMoritz Jodeit
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann