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
/
clnt_rc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NFS panics with options VIMAGE kernels by apropriately setting curvnet
zec
2009-08-24
1
-2
/
+3
*
Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread owns
kib
2009-07-14
1
-1
/
+2
*
Fix two known problems in clnt_rc.c, plus issues w.r.t. smp noted
rmacklem
2009-06-25
1
-42
/
+74
*
For the case where another thread was doing a connect and that
rmacklem
2009-06-10
1
-2
/
+2
*
Use the correct creds when reconnecting so that we have enough privilege to
dfr
2009-02-05
1
-2
/
+3
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
1
-20
/
+106
*
Add a missing call to mtx_destroy() in clnt_reconnect_destroy().
dfr
2008-08-13
1
-0
/
+1
*
Re-implement the client side of rpc.lockd in the kernel. This implementation
dfr
2008-06-26
1
-13
/
+90
*
Fix some issues that showed up during Kris' testing.
dfr
2008-04-11
1
-2
/
+8
*
Minor changes to improve compatibility with older FreeBSD releases.
dfr
2008-03-28
1
-1
/
+1
*
Add the new kernel-mode NFS Lock Manager. To use it instead of the
dfr
2008-03-26
1
-0
/
+307