aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* MFC r320494: Fix double free by reverting r300385 and r300624 which wasXin LI2017-07-031-3/+1
* MFC r320216: Fix use-after-free introduced in r300388.Xin LI2017-06-251-1/+2
* MFstable/10 r301820:Enji Cooper2016-06-111-1/+1
* MFstable/10 r301687:Enji Cooper2016-06-081-2/+3
* MFstable/10 r301684:Enji Cooper2016-06-081-0/+1
* MFstable/10 r301682:Enji Cooper2016-06-081-1/+3
* MFstable/10 r301629:Enji Cooper2016-06-083-12/+18
* MFC r296095:Pedro F. Giffuni2016-03-271-1/+1
* MFstable/10 r294300:Enji Cooper2016-01-191-2/+2
* MFstable/10 r294240:Enji Cooper2016-01-181-2/+2
* MFstable/10 r294239:Enji Cooper2016-01-181-1/+1
* MFstable/10 r291573:Enji Cooper2015-12-042-4/+1
* MFstable/10 r290899:Enji Cooper2015-11-1910-49/+25
* MFstable/10 r231564:Enji Cooper2015-11-152-10/+10
* MFC: r265238Christian Brueffer2014-05-161-8/+6
* MFC r258578, r258580, r258581 (by hrs):Alexander Motin2014-01-2353-1422/+1353
* MFC r241143:Pedro F. Giffuni2012-10-161-0/+4
* rpc: fix __rpc_getconfipPedro F. Giffuni2012-10-101-2/+4
* MFC r241141, r241165, r241165, r241181;Pedro F. Giffuni2012-10-074-18/+17
* MFC r241007, r241008:Pedro F. Giffuni2012-09-308-41/+19
* MFC 240880:Pedro F. Giffuni2012-09-271-4/+0
* MFC r239963:Pedro F. Giffuni2012-09-229-19/+45
* MFC r235286:Glen Barber2012-05-181-2/+2
* MFC r235143:Konstantin Belousov2012-05-151-2/+5
* MFC r234769:Konstantin Belousov2012-05-052-2/+22
* MFC r231118:Dimitry Andric2012-02-141-1/+1
* MFC r228538:Dimitry Andric2011-12-311-2/+2
* Fix a bug in the userland rpc library, where it would use aRick Macklem2011-04-101-1/+2
* Revert most of r210764, now that mdocml does the rightUlrich Spörlein2010-12-281-1/+1
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-047-9696/+0
* mdoc: make sure to pass at least one argument to quotation macrosUlrich Spörlein2010-08-021-1/+1
* Fix a bug in the previous change: remove function-local definition ofJohn Baldwin2010-03-111-1/+0
* Use thr_once() with once_t controls to initialize various thread_key_tJohn Baldwin2010-03-108-64/+81
* Use the correct types to store uids and gids in the credential cache.Brooks Davis2010-01-091-4/+4
* Fix a double free().Christian Brueffer2010-01-051-1/+1
* The fd_mask type is an unsigned long, not an int, so treat the mask as aJohn Baldwin2009-12-031-2/+2
* Style: use structure assignment rather than memcpy() to copy aGarrett Wollman2009-11-251-1/+1
* In clnt_raw_create(), avoid minor race condition initializing theGarrett Wollman2009-11-251-4/+7
* In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTEDGarrett Wollman2009-11-251-3/+2
* Eliminate more dead stores.Garrett Wollman2009-11-252-3/+3
* Lock around access to nc_file and netconfig_info ("ni"). The RPCXin LI2009-06-241-3/+49
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-192-10/+3
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-191-6/+12
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRAlexander Kabaev2009-06-182-21/+36
* Do not attempt to set source address on outgoing messagesAlexander Kabaev2009-06-081-2/+2
* Match type for socket option (in practice, unnecessary, but stylistically it'...Zachary Loafman2009-05-281-1/+1
* Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Co...Zachary Loafman2009-05-272-6/+107
* Include a space between "send" and "broadcast".Ed Maste2009-04-091-1/+1
* Remove a warning which is supposed to have been removed on 20030301.Xin LI2009-04-021-12/+0
* Fix async mode (required for ypbind in manycast mode).Doug Rabson2008-09-151-2/+2