summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
* The fd_mask type is an unsigned long, not an int, so treat the mask as aJohn Baldwin2009-12-031-2/+2
* Initialise the SVCAUTH field for new transport structures when they areDoug Rabson2008-09-091-0/+1
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-061-10/+48
* Staticize a couple of functions.Daniel Eischen2006-02-271-3/+1
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-161-1/+1
* Implement non-blocking tcp-connections.Martin Blapp2003-01-161-16/+51
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-3/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+4
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-3/+3
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-021-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-180/+403
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correct a bug in the 'allow arbitrary number of socket descriptors' changesBill Paul1997-10-141-4/+4
* Resolve conflicts.Bill Paul1997-05-281-3/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Eliminate unnecessary warning introduced by a missing forward declaration.Jordan K. Hubbard1997-01-011-1/+3
* prototype of shared function now in include filePeter Wemm1996-12-311-3/+1
* - major overhaul to make this deal with unlimited fd's.Peter Wemm1996-12-301-56/+68
* clear various struct sockaddr_in's on stack, set sin_len.Peter Wemm1996-08-121-1/+2
* Code cleanup:James Raynard1996-06-111-2/+2
* Code cleanup (part two):James Raynard1996-06-101-3/+3
* Well, cvs commit core'ed on me, I belive I have got all the locks out,Poul-Henning Kamp1995-10-221-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-33/+33
* Moving Sun RPC code into libc, part 1. Based on work done by a number ofGarrett Wollman1994-08-071-0/+481