summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/clnt_dg.c
Commit message (Expand)AuthorAgeFilesLines
* Silence several warnings due to functions that needed to take a void *Alfred Perlstein2002-07-141-19/+19
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-6/+6
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+2
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-8/+8
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-051-1/+1
* Add a new clnt_control() request `CLSET_CONNECT' that controlsIan Dowse2001-06-231-4/+26
* The function clnt_dg_call(), which is used for UDP RPC calls, couldIan Dowse2001-05-181-4/+2
* Remove some hacks that were apparently added to avoid problems withIan Dowse2001-04-031-2/+1
* There were a few error cases where the RPC code would return withIan Dowse2001-04-021-1/+3
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transportBill Paul2001-03-271-3/+19
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+821