summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r317660, r317710brooks2017-05-151-4/+6
* libc: spelling fixes.pfg2016-04-301-1/+1
* Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)ngie2015-11-021-4/+2
* Use ANSI C prototypes.rodrigc2015-09-201-69/+31
* Move definitions out of rpc_com so that the linker doesn't complain abouttheraven2014-04-061-0/+3
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,hrs2013-11-251-26/+25
* Fix several memory and lock leaks on the out of memory condition.kib2012-04-281-1/+9
* The fd_mask type is an unsigned long, not an int, so treat the mask as ajhb2009-12-031-2/+2
* Initialise the SVCAUTH field for new transport structures when they aredfr2008-09-091-0/+1
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-061-10/+48
* Staticize a couple of functions.deischen2006-02-271-3/+1
* Try to bring some sanity to the SCM ID's.obrien2004-10-161-1/+1
* Implement non-blocking tcp-connections.mbr2003-01-161-16/+51
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-3/+3
* Fix the style of the SCM ID's.obrien2002-03-221-3/+4
* Remove multi-line __P() usage.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-3/+3
* Move the #includes of reentrant.h to after the `#include "namespace.h"',iedowse2001-04-021-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-180/+403
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correct a bug in the 'allow arbitrary number of socket descriptors' changeswpaul1997-10-141-4/+4
* Resolve conflicts.wpaul1997-05-281-3/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Eliminate unnecessary warning introduced by a missing forward declaration.jkh1997-01-011-1/+3
* prototype of shared function now in include filepeter1996-12-311-3/+1
* - major overhaul to make this deal with unlimited fd's.peter1996-12-301-56/+68
* clear various struct sockaddr_in's on stack, set sin_len.peter1996-08-121-1/+2
* Code cleanup:jraynard1996-06-111-2/+2
* Code cleanup (part two):jraynard1996-06-101-3/+3
* Well, cvs commit core'ed on me, I belive I have got all the locks out,phk1995-10-221-1/+3
* Remove trailing whitespace.rgrimes1995-05-301-33/+33
* Moving Sun RPC code into libc, part 1. Based on work done by a number ofwollman1994-08-071-0/+481
OpenPOWER on IntegriCloud