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
/
clnt_vc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staticize a couple of functions.
deischen
2006-02-27
1
-2
/
+1
*
Avoid pointer arithmetics on void *.
stefanf
2005-03-10
1
-1
/
+1
*
Try to bring some sanity to the SCM ID's.
obrien
2004-10-16
1
-2
/
+2
*
Avoid using void pointers in additive expressions.
stefanf
2004-08-13
1
-1
/
+1
*
clnt_vc_create() has const scalar arguments that wind up being modified,
alfred
2002-07-14
1
-2
/
+2
*
Silence several warnings due to functions that needed to take a void *
alfred
2002-07-14
1
-11
/
+11
*
Spell void * as void * rather than caddr_t. This is complicated by the
des
2002-04-28
1
-16
/
+16
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-2
/
+2
*
Remove multi-line __P() usage.
obrien
2002-03-22
1
-2
/
+2
*
Remove __P() usage.
obrien
2002-03-21
1
-9
/
+9
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-0
/
+1
*
Hopefully improve control message passing over Unix domain sockets.
dwmalone
2001-10-04
1
-5
/
+11
*
Copy the sockaddr from the netbuf data area, not from the netbuf
iedowse
2001-06-01
1
-1
/
+1
*
Remove some hacks that were apparently added to avoid problems with
iedowse
2001-04-03
1
-2
/
+1
*
There were a few error cases where the RPC code would return with
iedowse
2001-04-02
1
-0
/
+2
*
Move the #includes of reentrant.h to after the `#include "namespace.h"',
iedowse
2001-04-02
1
-1
/
+1
*
Remove struct cmessage from sys/socket.h and reintroduce the private
alfred
2001-03-22
1
-0
/
+5
*
Hopefully fix some of the bugs in passing credentials over UNIX ...
alfred
2001-03-22
1
-7
/
+2
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
1
-0
/
+839