summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_dg.c
Commit message (Expand)AuthorAgeFilesLines
* 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