summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_vc.c
Commit message (Expand)AuthorAgeFilesLines
* clnt_vc_create() has const scalar arguments that wind up being modified,alfred2002-07-141-2/+2
* Silence several warnings due to functions that needed to take a void *alfred2002-07-141-11/+11
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-16/+16
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove multi-line __P() usage.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-9/+9
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+1
* Hopefully improve control message passing over Unix domain sockets.dwmalone2001-10-041-5/+11
* Copy the sockaddr from the netbuf data area, not from the netbufiedowse2001-06-011-1/+1
* 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-0/+2
* Move the #includes of reentrant.h to after the `#include "namespace.h"',iedowse2001-04-021-1/+1
* Remove struct cmessage from sys/socket.h and reintroduce the privatealfred2001-03-221-0/+5
* Hopefully fix some of the bugs in passing credentials over UNIX ...alfred2001-03-221-7/+2
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+839
OpenPOWER on IntegriCloud