summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc_vc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r303889:pfg2016-09-081-1/+1
* libc: spelling fixes.pfg2016-04-301-1/+1
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-181-1/+0
* RPC: populate local address for rendezvous transporter.stas2015-12-101-2/+16
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)ngie2015-11-021-4/+2
* Use ANSI C prototypes.rodrigc2015-09-011-57/+18
* rpc: Uninitialized pointer readpfg2015-02-021-1/+1
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-251-26/+25
* Fix a bug in the userland rpc library, where it would use armacklem2011-04-101-1/+2
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-061-13/+32
* Don't call xdrrec_skiprecord in the non-blocking case. Ifdfr2008-03-301-1/+2
* Sync with NetBSD rev. 1.16 + 1.17mbr2006-09-091-2/+5
* Staticize a couple of functions.deischen2006-02-271-4/+1
* Try to bring some sanity to the SCM ID's.obrien2004-10-161-1/+1
* Avoid using void pointers in additive expressions.stefanf2004-08-131-1/+1
* 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