summaryrefslogtreecommitdiffstats
path: root/sys/rpc/clnt_vc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r265238, r265240brueffer2014-05-161-7/+5
* MFC r258578, r258580, r258581 (by hrs):mav2014-01-221-26/+25
* MFC r259842:dim2013-12-281-5/+0
* Revert 195703 and 195821 as this special stop handling in NFS is nowjhb2013-03-131-3/+2
* Use m_get(), m_gethdr() and m_getcl() instead of historic macros.glebius2013-03-121-1/+1
* Add support for backchannels to the kernel RPC. Backchannelsrmacklem2012-12-081-71/+104
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* libtirpc: be sure to free cl_netid and cl_tppfg2012-10-021-0/+4
* Partial revert of r239963:pfg2012-09-241-4/+0
* Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-011-0/+4
* This patch is believed to fix a problem in the kernel rpc forrmacklem2011-04-271-3/+7
* Fix a couple of mbuf leaks introduced by r217242. I dormacklem2011-04-131-1/+4
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-3/+0
* Fix a bug in the client side krpc where it was, sometimesrmacklem2011-01-101-8/+5
* Fix the krpc so that it can handle NFSv3,UDP mounts with a read/writermacklem2010-10-131-3/+9
* Add a check for the connection being shut down to the krpcrmacklem2009-11-081-0/+16
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetzec2009-08-241-1/+8
* Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread ownskib2009-07-141-2/+3
* Fix upcall races in the client side krpc. For the client side upcall,rmacklem2009-06-041-2/+27
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-15/+15
* Add a missing call to mtx_destroy().dfr2008-11-121-0/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-69/+170
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-42/+96
* 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/+827
OpenPOWER on IntegriCloud