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
/
sys
/
rpc
/
rpc_generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some NULL checks for M_WAITOK allocations.
trasz
2016-03-29
1
-8
/
+0
*
Set curvnet context inside the RPC code in more places.
delphij
2015-08-18
1
-0
/
+4
*
Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,
hrs
2013-11-25
1
-26
/
+25
*
Use m_get(), m_gethdr() and m_getcl() instead of historic macros.
glebius
2013-03-12
1
-3
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-2
/
+2
*
Fix the kgssapi so that it can be loaded as a module. Currently
rmacklem
2011-06-19
1
-0
/
+4
*
Mfp4 CH=177274,177280,177284-177285,177297,177324-177325
bz
2011-02-16
1
-5
/
+2
*
Fix the krpc so that it can handle NFSv3,UDP mounts with a read/write
rmacklem
2010-10-13
1
-3
/
+4
*
Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general
attilio
2010-09-24
1
-4
/
+4
*
Fix NFS panics with options VIMAGE kernels by apropriately setting curvnet
zec
2009-08-24
1
-1
/
+9
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
1
-0
/
+134
*
Minor changes to improve compatibility with older FreeBSD releases.
dfr
2008-03-28
1
-1
/
+5
*
Add kernel module support for nfslockd and krpc. Use the module system
dfr
2008-03-27
1
-0
/
+21
*
Add the new kernel-mode NFS Lock Manager. To use it instead of the
dfr
2008-03-26
1
-0
/
+716