aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc_vc.c
Commit message (Expand)AuthorAgeFilesLines
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-18/+18
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-3/+3
* Remove __P() usage.David E. O'Brien2002-03-211-14/+14
* Move the AF_LOCAL check to the AF_INET check since portmap protocolAlfred Perlstein2002-02-061-5/+1
* For RPC v2 we need to fill in ret->xp_raddr too. INET_6Alfred Perlstein2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-051-1/+0
* style: return(x) -> return (x)Alfred Perlstein2002-02-051-2/+2
* Fix the credential handling code.Alfred Perlstein2002-02-051-2/+24
* Hopefully improve control message passing over Unix domain sockets.David Malone2001-10-041-9/+14
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* Remove struct cmessage from sys/socket.h and reintroduce the privateAlfred Perlstein2001-03-221-2/+4
* Hopefully fix some of the bugs in passing credentials over UNIX ...Alfred Perlstein2001-03-221-19/+30
* whitespace cleanupAlfred Perlstein2001-03-201-16/+14
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+689