summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* MFC r293715:ngie2016-01-191-2/+2
* MFC r293705:ngie2016-01-181-2/+2
* MFC r293704:ngie2016-01-181-1/+1
* MFC r292047: RPC: populate local address for rendezvous transporter.stas2016-01-081-2/+16
* MFC r278932:ngie2015-12-012-4/+1
* MFC r290253:ngie2015-11-1610-49/+25
* MFC r258580:hrs2014-10-091-335/+0
* MFC: r265238, r265240brueffer2014-05-161-8/+6
* MFC r258578, r258580, r258581 (by hrs):mav2014-01-2253-1422/+1353
* Assign the len field of the netbuf structure to the current length ofkevlo2013-03-011-1/+1
* rpc: convert all uid and gid variables to u_int.pfg2012-10-044-7/+8
* rpc: convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-031-3/+3
* rpc: convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-031-5/+5
* libtirpc: be sure to free cl_netid and cl_tppfg2012-10-021-0/+4
* Fix __rpc_getconfippfg2012-10-021-2/+4
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-024-11/+9
* Complete revert of r239963:pfg2012-09-278-41/+19
* Partial revert of r239963:pfg2012-09-241-4/+0
* Rework all non-contributed files that use `struct timezone'.ed2012-09-012-2/+2
* Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-019-19/+45
* Jump to the failed label instead of doing cleanup ourselves.brueffer2012-07-151-2/+1
* General mdoc(7) and typo fixes.gjb2012-05-111-2/+2
* Plug a leak.kib2012-05-081-2/+5
* Fix several memory and lock leaks on the out of memory condition.kib2012-04-282-2/+22
* Remove unnecessary Xo/Xc.joel2012-03-291-10/+5
* Minor mdoc nit.joel2012-03-271-1/+1
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-122-10/+10
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-1/+1
* In lib/libc/rpc/crypt_client.c, fix a clang warning about an implicitdim2011-12-151-2/+2
* Fix a bug in the userland rpc library, where it would use armacklem2011-04-101-1/+2
* Revert most of r210764, now that mdocml does the rightuqs2010-12-281-1/+1
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-047-9696/+0
* mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-021-1/+1
* Fix a bug in the previous change: remove function-local definition ofjhb2010-03-111-1/+0
* Use thr_once() with once_t controls to initialize various thread_key_tjhb2010-03-108-64/+81
* Use the correct types to store uids and gids in the credential cache.brooks2010-01-091-4/+4
* Fix a double free().brueffer2010-01-051-1/+1
* The fd_mask type is an unsigned long, not an int, so treat the mask as ajhb2009-12-031-2/+2
* Style: use structure assignment rather than memcpy() to copy awollman2009-11-251-1/+1
* In clnt_raw_create(), avoid minor race condition initializing thewollman2009-11-251-4/+7
* In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTEDwollman2009-11-251-3/+2
* Eliminate more dead stores.wollman2009-11-252-3/+3
* Lock around access to nc_file and netconfig_info ("ni"). The RPCdelphij2009-06-241-3/+49
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-192-10/+3
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-191-6/+12
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRkan2009-06-182-21/+36
* Do not attempt to set source address on outgoing messageskan2009-06-081-2/+2
* Match type for socket option (in practice, unnecessary, but stylistically it'...zml2009-05-281-1/+1
* Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Co...zml2009-05-272-6/+107
* Include a space between "send" and "broadcast".emaste2009-04-091-1/+1
OpenPOWER on IntegriCloud