summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc_vc.c
Commit message (Expand)AuthorAgeFilesLines
* Kill prototype for __msgwrite too. It is not needed anymore.mbr2003-06-151-1/+0
* Replace the old SCM_CREDS cred procedures. They can now bembr2003-06-151-122/+21
* Don't return -1 and abort if msg.msg_controllen is 0. Formbr2003-05-291-2/+1
* Fix a problem introduced in the last commit. sa and cmmbr2003-05-291-2/+2
* If AF_LOCAL is used, we need to use __msgread_withcred() instead ofmbr2003-05-281-1/+6
* Fix namespace pollution introduced in previous commit.mbr2003-01-261-4/+4
* Implement non-blocking tcp-connections.mbr2003-01-161-31/+197
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-18/+18
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove multi-line __P() usage.obrien2002-03-221-3/+3
* Remove __P() usage.obrien2002-03-211-14/+14
* Move the AF_LOCAL check to the AF_INET check since portmap protocolalfred2002-02-061-5/+1
* For RPC v2 we need to fill in ret->xp_raddr too. INET_6alfred2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-051-1/+0
* style: return(x) -> return (x)alfred2002-02-051-2/+2
* Fix the credential handling code.alfred2002-02-051-2/+24
* Hopefully improve control message passing over Unix domain sockets.dwmalone2001-10-041-9/+14
* 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-2/+4
* Hopefully fix some of the bugs in passing credentials over UNIX ...alfred2001-03-221-19/+30
* whitespace cleanupalfred2001-03-201-16/+14
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+689
OpenPOWER on IntegriCloud