summaryrefslogtreecommitdiffstats
path: root/sys/rpc/clnt_rc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert 195703 and 195821 as this special stop handling in NFS is nowjhb2013-03-131-2/+1
* Add support for backchannels to the kernel RPC. Backchannelsrmacklem2012-12-081-21/+17
* This patch is believed to fix a problem in the kernel rpc forrmacklem2011-04-271-1/+1
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetzec2009-08-241-2/+3
* Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread ownskib2009-07-141-1/+2
* Fix two known problems in clnt_rc.c, plus issues w.r.t. smp notedrmacklem2009-06-251-42/+74
* For the case where another thread was doing a connect and thatrmacklem2009-06-101-2/+2
* Use the correct creds when reconnecting so that we have enough privilege todfr2009-02-051-2/+3
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-20/+106
* Add a missing call to mtx_destroy() in clnt_reconnect_destroy().dfr2008-08-131-0/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-13/+90
* Fix some issues that showed up during Kris' testing.dfr2008-04-111-2/+8
* Minor changes to improve compatibility with older FreeBSD releases.dfr2008-03-281-1/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+307
OpenPOWER on IntegriCloud