index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
rpc
/
svc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix several memory and lock leaks on the out of memory condition.
kib
2012-04-28
1
-1
/
+9
*
The fd_mask type is an unsigned long, not an int, so treat the mask as a
jhb
2009-12-03
1
-2
/
+2
*
Initialise the SVCAUTH field for new transport structures when they are
dfr
2008-09-09
1
-0
/
+1
*
Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This
dfr
2008-08-06
1
-10
/
+48
*
Staticize a couple of functions.
deischen
2006-02-27
1
-3
/
+1
*
Try to bring some sanity to the SCM ID's.
obrien
2004-10-16
1
-1
/
+1
*
Implement non-blocking tcp-connections.
mbr
2003-01-16
1
-16
/
+51
*
Spell void * as void * rather than caddr_t. This is complicated by the
des
2002-04-28
1
-3
/
+3
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-3
/
+4
*
Remove multi-line __P() usage.
obrien
2002-03-22
1
-2
/
+2
*
Remove __P() usage.
obrien
2002-03-21
1
-3
/
+3
*
Move the #includes of reentrant.h to after the `#include "namespace.h"',
iedowse
2001-04-02
1
-1
/
+1
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
1
-180
/
+403
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Correct a bug in the 'allow arbitrary number of socket descriptors' changes
wpaul
1997-10-14
1
-4
/
+4
*
Resolve conflicts.
wpaul
1997-05-28
1
-3
/
+1
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Eliminate unnecessary warning introduced by a missing forward declaration.
jkh
1997-01-01
1
-1
/
+3
*
prototype of shared function now in include file
peter
1996-12-31
1
-3
/
+1
*
- major overhaul to make this deal with unlimited fd's.
peter
1996-12-30
1
-56
/
+68
*
clear various struct sockaddr_in's on stack, set sin_len.
peter
1996-08-12
1
-1
/
+2
*
Code cleanup:
jraynard
1996-06-11
1
-2
/
+2
*
Code cleanup (part two):
jraynard
1996-06-10
1
-3
/
+3
*
Well, cvs commit core'ed on me, I belive I have got all the locks out,
phk
1995-10-22
1
-1
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-33
/
+33
*
Moving Sun RPC code into libc, part 1. Based on work done by a number of
wollman
1994-08-07
1
-0
/
+481