aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/clnt_rc.c
Commit message (Expand)AuthorAgeFilesLines
* This patch is believed to fix a problem in the kernel rpc forRick Macklem2011-04-271-1/+1
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetMarko Zec2009-08-241-2/+3
* Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread ownsKonstantin Belousov2009-07-141-1/+2
* Fix two known problems in clnt_rc.c, plus issues w.r.t. smp notedRick Macklem2009-06-251-42/+74
* For the case where another thread was doing a connect and thatRick Macklem2009-06-101-2/+2
* Use the correct creds when reconnecting so that we have enough privilege toDoug Rabson2009-02-051-2/+3
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-20/+106
* Add a missing call to mtx_destroy() in clnt_reconnect_destroy().Doug Rabson2008-08-131-0/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-13/+90
* Fix some issues that showed up during Kris' testing.Doug Rabson2008-04-111-2/+8
* Minor changes to improve compatibility with older FreeBSD releases.Doug Rabson2008-03-281-1/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-0/+307