summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_dg.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r278932:ngie2015-12-011-2/+1
* MFC r258578, r258580, r258581 (by hrs):mav2014-01-221-26/+25
* Fix async mode (required for ypbind in manycast mode).dfr2008-09-151-2/+2
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-061-24/+88
* Disable RPC exponential back-off for FreeBSD.org systems (IE. hiddensimon2007-03-041-0/+7
* Staticize a couple of functions.deischen2006-02-271-2/+1
* Try to bring some sanity to the SCM ID's.obrien2004-10-161-3/+2
* Make this part identical with NetBSD: Use recvlen instead of inlen.mbr2003-10-291-1/+1
* Use kqueue(2) instead of poll(2) to wait for replies and timeoutsiedowse2002-10-151-158/+90
* Silence several warnings due to functions that needed to take a void *alfred2002-07-141-19/+19
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-6/+6
* Fix the style of the SCM ID's.obrien2002-03-221-3/+2
* Remove multi-line __P() usage.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-8/+8
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-051-1/+1
* Add a new clnt_control() request `CLSET_CONNECT' that controlsiedowse2001-06-231-4/+26
* The function clnt_dg_call(), which is used for UDP RPC calls, couldiedowse2001-05-181-4/+2
* Remove some hacks that were apparently added to avoid problems withiedowse2001-04-031-2/+1
* There were a few error cases where the RPC code would return withiedowse2001-04-021-1/+3
* Move the #includes of reentrant.h to after the `#include "namespace.h"',iedowse2001-04-021-1/+1
* Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transportwpaul2001-03-271-3/+19
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+821
OpenPOWER on IntegriCloud